unread
Reproducing Script
<?php
class Foo {
const Bar = 'classBar';
}
print Foo::Bar;
?>
zend_fetch_class_handler(_zend_execute_data * 0x0012faa4, _zend_op_array *
0x00afef10, void * * * 0x00ae42b0) line 2394 + 14 bytes
execute(_zend_op_array * 0x00afef10, void * * * 0x00ae42b0) line 1194 + 19
bytes
zend_execute_scripts(int 8, void * * * 0x00ae42b0, _zval_struct * *
0x00000000, int 3) line 1017 + 33 bytes
php_execute_script(_zend_file_handle * 0x0012ff48, void * * * 0x00ae42b0)
line 1695 + 27 bytes
main(int 2, char * * 0x00ae3ec8) line 910 + 17 bytes
mainCRTStartup() line 338 + 17 bytes
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/