Home
last modified time | relevance | path

Searched refs:handler (Results 201 – 225 of 339) sorted by relevance

12345678910>>...14

/PHP-8.3/sapi/cli/tests/
H A Dsapi_windows_set_ctrl_handler.phpt18 function handler($evt)
23 sapi_windows_set_ctrl_handler('handler');
/PHP-8.3/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-array-notallowed.phpt21 Warning: XSLTProcessor::transformToXml(): Not allowed to call handler 'ucwords()' in %s on line %d
H A Dxsltprocessor_registerPHPFunctions-string-notallowed.phpt21 Warning: XSLTProcessor::transformToXml(): Not allowed to call handler 'ucwords()' in %s on line %d
H A Dxsltprocessor_registerPHPFunctions-funcundef.phpt23 Warning: XSLTProcessor::transformToXml(): Unable to call handler undefinedfunc() in %s on line %d
/PHP-8.3/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_variation2.phpt31 Warning: session_set_save_handler(): Session save handler cannot be changed when a session is activ…
H A Dbasic_set_save_handler_test.phpt16 class handler {
49 $hnd = new handler;
H A Dbug80889.phpt2 Bug #80889 (Cannot set save handler when save_handler is invalid)
/PHP-8.3/Zend/tests/
H A Dbug60909_1.phpt2 Bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function).
H A Dobjects_034.phpt2 Array object clobbering by user error handler
H A Dbug80781.phpt2 Bug #80781: Error handler that throws ErrorException infinite loop
H A Derrmsg_045.phpt2 Error message in error handler during compilation
/PHP-8.3/ext/zend_test/tests/
H A Dobserver_shutdown_01.phpt2 Observer: Function calls from a shutdown handler are observable
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_internal.h285 # define ZEND_OPCODE_TAIL_CALL(handler) do { \ argument
286 handler(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU); \
289 # define ZEND_OPCODE_TAIL_CALL_EX(handler, arg) do { \ argument
290 handler(arg ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC); \
308 # define ZEND_OPCODE_TAIL_CALL(handler) do { \ argument
309 return handler(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU); \
311 # define ZEND_OPCODE_TAIL_CALL_EX(handler, arg) do { \ argument
312 return handler(arg ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC); \
/PHP-8.3/ext/opcache/tests/jit/
H A Dbug80634.phpt2 Bug #80634 (write_property handler of internal classes is skipped on preloaded JITted code)
/PHP-8.3/ext/xml/tests/
H A Dbug71592.phpt8 // parser actually stops after the handler returns FALSE.
/PHP-8.3/Zend/tests/in-de-crement/
H A Dincdec_undef.phpt2 Inc/dec undef var with error handler
/PHP-8.3/ext/dba/tests/
H A Dbug65708.phpt38 Using handler: "%s"
H A Ddba_array_keys_var_non_string.phpt35 Using handler: "%s"
H A Dbug38698.phpt7 $handler = 'cdb_make';
/PHP-8.3/ext/intl/tests/
H A Dtimezone_equals_basic.phpt2 IntlTimeZone equals handler: basic test
/PHP-8.3/Zend/tests/readonly_props/
H A Dreadonly_clone_error2.phpt2 Readonly property cannot be reset after cloning when there is no custom clone handler
H A Dreadonly_clone_error3.phpt2 Readonly property cannot be reset after cloning when there is a custom clone handler
/PHP-8.3/ext/standard/tests/streams/
H A Dgh8409.phpt2 GH-8409: Error in socket creation when error handler does not clean persistent connection
/PHP-8.3/ext/session/tests/
H A Dgh13856.phpt18 Warning: SessionHandler::close(): Parent session handler is not open in %s on line %d
/PHP-8.3/tests/lang/
H A Dbug24951.phpt2 Bug #24951 (ob_flush() destroys output handler)

Completed in 22 milliseconds

12345678910>>...14