Home
last modified time | relevance | path

Searched refs:handler (Results 251 – 275 of 345) sorted by relevance

1...<<11121314

/php-src/ext/standard/tests/array/
H A Darray_multisort_variation8.phpt7 // Define error handler
/php-src/ext/session/tests/
H A Dsession_decode_variation3.phpt33 Warning: session_start(): Cannot find session serialization handler "blah" - session startup failed…
/php-src/Zend/tests/
H A Ddebug_backtrace_with_include_and_this.phpt2 debug_backtrace segmentation fault with include and error handler
/php-src/sapi/fpm/tests/
H A Dfcgi-env-nopif-apache-handler-with-pi-with-pt-pd.phpt2 FPM: FastCGI env var without path info fix for Apache handler with PATH_INFO, PATH_TRANSLATED and p…
H A Dfcgi-env-pif-apache-handler-without-docroot.phpt2 FPM: FastCGI env var path info fix for Apache handler basic
/php-src/ext/session/tests/user_session_module/
H A Dbug60634_error_4.phpt49 Warning: PHP Request Shutdown: Cannot call session save handler in a recursive manner in Unknown on…
H A Dbug60634_error_3.phpt54 Warning: PHP Request Shutdown: Cannot call session save handler in a recursive manner in Unknown on…
H A Dbug32330.phpt2 Bug #32330 (session_destroy, "Failed to initialize storage module", custom session handler)
/php-src/ext/mbstring/tests/
H A Dhtmlent.phpt21 // enable output encoding through output handler
/php-src/ext/dba/tests/
H A Ddba_cdb.phpt2 DBA CDB handler test
H A Ddba_array_keys_errors.phpt51 Using handler: "%s"
H A Dbug70825.phpt7 if (!in_array('inifile', dba_handlers())) die('skip inifile handler not available');
/php-src/ext/curl/tests/
H A Dbug48207.phpt16 // Figure out what handler to use
/php-src/ext/dom/tests/
H A Ddomobject_debug_handler.phpt2 Objects of DOM extension: debug info object handler.
/php-src/ext/pcntl/
H A Dpcntl.stub.php936 /** @param callable|int $handler */
937 function pcntl_signal(int $signal, $handler, bool $restart_syscalls = true): bool {} argument
/php-src/Zend/
H A Dzend_closures.c186 my_function->internal_function.handler = closure->orig_internal_handler; in ZEND_METHOD()
365 call.handler = zend_closure_call_magic; in zend_create_closure_from_callable()
482 invoke->internal_function.handler = ZEND_MN(Closure___invoke); in zend_get_closure_invoke_method()
804 if (UNEXPECTED(closure->func.internal_function.handler == zend_closure_internal_handler)) { in zend_create_closure_ex()
810 closure->orig_internal_handler = closure->func.internal_function.handler; in zend_create_closure_ex()
812 closure->func.internal_function.handler = zend_closure_internal_handler; in zend_create_closure_ex()
875 trampoline.handler = zend_closure_call_magic; in zend_closure_from_frame()
/php-src/sapi/fuzzer/
H A Dfuzzer-execute-common.h57 if ((ret = ((opcode_handler_t) EX(opline)->handler)(execute_data)) != 0) { in fuzzer_execute_ex()
/php-src/ext/date/tests/
H A DDateTimeZone_compare_basic1.phpt2 Test of compare object handler for DateTimeZone objects
/php-src/docs-old/
H A Dinput-filter.md9 implemented as a SAPI hook and is called from the `treat_data` and post handler
89 /* The filter handler. If you return 1 from it, then PHP also registers the
/php-src/sapi/apache2handler/
H A Dconfig.m43 [Build shared Apache 2 handler module. FILE is the optional pathname to
8 AC_MSG_CHECKING([for Apache 2 handler module support via DSO through APXS])
/php-src/ext/opcache/
H A Dzend_shared_alloc.h94 const zend_shared_memory_handlers *handler; member
H A Dzend_accelerator_module.c436 orig_file_exists = old_function->internal_function.handler;
437 old_function->internal_function.handler = accel_file_exists;
440 orig_is_file = old_function->internal_function.handler;
441 old_function->internal_function.handler = accel_is_file;
444 orig_is_readable = old_function->internal_function.handler;
445 old_function->internal_function.handler = accel_is_readable;
/php-src/ext/xsl/tests/
H A DXSLTProcessor_callables.phpt69 No callback handler "notinset" registered
/php-src/ext/zend_test/
H A Dobserver.c35 …atic void observer_set_user_opcode_handler(const char *opcode_names, user_opcode_handler_t handler) in observer_set_user_opcode_handler() argument
44 zend_set_user_opcode_handler(opcode, handler); in observer_set_user_opcode_handler()
298 fbc->internal_function.handler(execute_data, return_value); in zend_test_execute_internal()
/php-src/ext/dba/
H A Ddba_arginfo.h7 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, handler, IS_STRING, 1, "null")

Completed in 49 milliseconds

1...<<11121314