Home
last modified time | relevance | path

Searched refs:handlers (Results 101 – 125 of 141) sorted by last modified time

123456

/PHP-8.1/tests/output/
H A Dbug70970.phpt28 Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %sbug7…
H A Dbug65593.phpt12 Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %sbug6…
/PHP-8.1/ext/zend_test/tests/
H A Dobserver_error_01.phpt2 Observer: End handlers fire after a fatal error
H A Dobserver_error_02.phpt2 Observer: End handlers fire after a userland fatal error
H A Dobserver_error_03.phpt2 Observer: non-fatal errors do not fire end handlers prematurely
H A Dobserver_error_04.phpt2 Observer: fatal errors caught with zend_try will not fire end handlers prematurely
23 // try/catch is on main() to ensure ZEND_HANDLE_EXCEPTION does not fire the end handlers again
H A Dobserver_error_05.phpt2 Observer: End handlers fire after a userland fatal error
/PHP-8.1/ext/zend_test/
H A Dfiber.c153 fiber->std.handlers = &zend_test_fiber_handlers; in zend_test_fiber_object_create()
/PHP-8.1/ext/xml/tests/
H A Dxml011.phpt2 XML Parser test: concat character data and set empty handlers
/PHP-8.1/ext/sysvshm/
H A Dsysvshm.c50 intern->std.handlers = &sysvshm_object_handlers; in sysvshm_create_object()
/PHP-8.1/ext/sysvsem/
H A Dsysvsem.c103 intern->std.handlers = &sysvsem_object_handlers; in sysvsem_create_object()
/PHP-8.1/ext/sysvmsg/
H A Dsysvmsg.c89 intern->std.handlers = &sysvmsg_queue_object_handlers; in sysvmsg_queue_create_object()
/PHP-8.1/ext/standard/tests/general_functions/
H A Dob_start_closures.phpt2 Test ob_start() function : closures as output handlers
7 echo "*** Testing ob_start() : closures as output handlers ***\n";
31 *** Testing ob_start() : closures as output handlers ***
/PHP-8.1/ext/standard/
H A Dincomplete_class.c104 object->handlers = &php_incomplete_object_handlers; in php_create_incomplete_object()
/PHP-8.1/ext/shmop/
H A Dshmop.c87 intern->std.handlers = &shmop_object_handlers; in shmop_create_object()
/PHP-8.1/ext/pspell/
H A Dpspell.c102 zobj->handlers = &php_pspell_handlers; in php_pspell_object_create()
140 zobj->handlers = &php_pspell_config_handlers; in php_pspell_config_object_create()
/PHP-8.1/ext/phar/tests/
H A Dphar_metadata_write4.phpt53 … original data, checking for exceptions or the data getting set from destructors or error handlers.
/PHP-8.1/ext/intl/timezone/
H A Dtimezone_class.cpp380 intern->zo.handlers = &TimeZone_handlers; in TimeZone_object_create()
/PHP-8.1/ext/intl/transliterator/
H A Dtransliterator_class.c120 intern->zo.handlers = &Transliterator_handlers; in Transliterator_object_create()
/PHP-8.1/ext/intl/spoofchecker/
H A Dspoofchecker_class.c50 intern->zo.handlers = &Spoofchecker_handlers; in Spoofchecker_object_create()
/PHP-8.1/ext/intl/msgformat/
H A Dmsgformat_class.c52 intern->zo.handlers = &MessageFormatter_handlers; in MessageFormatter_object_create()
/PHP-8.1/ext/intl/formatter/
H A Dformatter_class.c54 intern->zo.handlers = &NumberFormatter_handlers; in NumberFormatter_object_create()
/PHP-8.1/ext/intl/dateformat/
H A Ddatepatterngenerator_class.cpp101 intern->zo.handlers = &IntlDatePatternGenerator_handlers; in IntlDatePatternGenerator_object_create()
H A Ddateformat_class.c60 intern->zo.handlers = &IntlDateFormatter_handlers; in IntlDateFormatter_object_create()
/PHP-8.1/ext/intl/collator/
H A Dcollator_class.c51 intern->zo.handlers = &Collator_handlers; in Collator_object_create()

Completed in 64 milliseconds

123456