Enforce modularity boundaries for classes
[hiphop-php.git] / hphp / test / slow / debugger_serialize_to_debug_display.php.expectf
blob1136d81c2ad9cab2978df971e471c17764f1b542
1 ==== C ====
2 string(48) "O:1:"C":1:{s:18:"__PHP_DebugDisplay";s:3:"lol";}"
3 ==== D ====
5 Warning: D::__toDebugDisplay() threw PHP exception of class Exception with message 'lol' in %s/test/slow/debugger_serialize_to_debug_display.php on line 22
6 string(12) "O:1:"D":0:{}"
7 ==== E ====
9 Warning: Property 'Error::message' declared as type string, float assigned in %s/test/slow/debugger_serialize_to_debug_display.php on line 12
11 Warning: E::__toDebugDisplay() threw PHP exception of class Error with non-string message in %s/test/slow/debugger_serialize_to_debug_display.php on line 22
12 string(12) "O:1:"E":0:{}"
13 ==== F ====
15 Warning: F::__toDebugDisplay() threw C++ exception: request has exceeded memory limit
16  in %s/test/slow/debugger_serialize_to_debug_display.php on line 22
18 Fatal error: request has exceeded memory limit in %s/test/slow/debugger_serialize_to_debug_display.php on line 22