Home
last modified time | relevance | path

Searched refs:handlers (Results 26 – 50 of 109) sorted by relevance

12345

/php-src/tests/output/
H A Dbug70970.phpt28 Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %sbug7…
/php-src/ext/mysqli/
H A Dmysqli.c370 zend_object_handlers *handlers; in mysqli_objects_new() local
386 handlers = &mysqli_object_link_handlers; in mysqli_objects_new()
388 handlers = &mysqli_object_driver_handlers; in mysqli_objects_new()
390 handlers = &mysqli_object_stmt_handlers; in mysqli_objects_new()
392 handlers = &mysqli_object_result_handlers; in mysqli_objects_new()
394 handlers = &mysqli_object_warning_handlers; in mysqli_objects_new()
396 handlers = &mysqli_object_handlers; in mysqli_objects_new()
399 intern->zo.handlers = handlers; in mysqli_objects_new()
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_multiple.phpt66 echo "New handlers:\n";
82 New handlers:
/php-src/ext/pcntl/tests/
H A Dbug81577.phpt2 Bug #81577: (Exceptions in interrupt handlers)
/php-src/Zend/tests/weakrefs/
H A Dweakrefs_003.phpt2 WeakReference object handlers
/php-src/Zend/
H A Dzend_observer.c132 zend_observer_fcall_handlers handlers = init(execute_data); in zend_observer_fcall_install() local
133 if (handlers.begin) { in zend_observer_fcall_install()
134 *(begin_handlers++) = handlers.begin; in zend_observer_fcall_install()
137 if (handlers.end) { in zend_observer_fcall_install()
138 *(end_handlers++) = handlers.end; in zend_observer_fcall_install()
H A Dzend_signal.h63 zend_signal_entry_t handlers[NSIG]; member
/php-src/Zend/tests/
H A Dthrowing_overloaded_compound_assign_op.phpt2 Exception in compound assign op should prevent call to overloaded object handlers
/php-src/ext/standard/tests/streams/
H A Dbug67626.phpt2 Bug #67626: Exceptions not properly handled in user stream handlers
/php-src/ext/dom/tests/
H A Dbug78577.phpt2 Bug #78577 (Crash in DOMNameSpace debug info handlers)
/php-src/ext/zend_test/tests/
H A Dobserver_error_03.phpt2 Observer: non-fatal errors do not fire end handlers prematurely
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_05.phpt2 Observer: End handlers fire after a userland fatal error
/php-src/ext/xml/tests/
H A Dset_handler_trampoline.phpt2 Test XMLParser generic handlers as trampoline callback
H A Dxml011.phpt2 XML Parser test: concat character data and set empty handlers
H A Dset_element_handler_trampoline_errors.phpt2 Test xml_set_element_handler handlers as trampoline callback
/php-src/Zend/tests/lazy_objects/
H A Djit_assign_obj_unknown_prop_info.phpt26 // - test() handlers are executed once, and prime the runtime cache
H A Djit_assign_obj_op_unknown_prop_info.phpt27 // - test() handlers are executed once, and prime the runtime cache
H A Djit_assign_obj_op_unknown_prop_info_untyped.phpt27 // - test() handlers are executed once, and prime the runtime cache
H A Djit_assign_obj_unknown_prop_info_untyped.phpt26 // - test() handlers are executed once, and prime the runtime cache
/php-src/ext/curl/tests/
H A Dbug76675.phpt2 Bug #76675 (Segfault with H2 server push write/writeheader handlers)
/php-src/sapi/fpm/tests/
H A Dgh9921-php-value-ext-mod-handlers.phpt2 FPM: GH-9921 - loading shared ext in FPM config does not register module handlers
/php-src/Zend/tests/offsets/
H A Dinternal_handlers_extended.phpt2 Internal handlers that do not explicitly support userland ArrayAccess
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c1181 retval = obj->handlers->read_dimension(obj, dim, BP_VAR_R, result); in zend_jit_fetch_dim_obj_r_helper()
1208 retval = obj->handlers->read_dimension(obj, dim, BP_VAR_IS, result); in zend_jit_fetch_dim_obj_is_helper()
1382 retval = obj->handlers->read_dimension(obj, dim, type, result); in zend_jit_fetch_dim_obj_helper()
1496 obj->handlers->write_dimension(obj, dim, value); in zend_jit_assign_dim_helper()
1580 z = obj->handlers->read_dimension(obj, dim, BP_VAR_R, &rv); in zend_jit_assign_dim_op_helper()
1584 obj->handlers->write_dimension(obj, dim, &res); in zend_jit_assign_dim_op_helper()
2700 object->handlers->write_property(object, name, &res, cache_slot); in _zend_jit_assign_op_overloaded_property()
3014 zobj->handlers->write_property(zobj, name, &z_copy, cache_slot); in zend_jit_pre_inc_obj_helper()
3084 zobj->handlers->write_property(zobj, name, &z_copy, cache_slot); in zend_jit_pre_dec_obj_helper()
3145 zobj->handlers->write_property(zobj, name, &z_copy, cache_slot); in zend_jit_post_inc_obj_helper()
[all …]

Completed in 51 milliseconds

12345