Home
last modified time | relevance | path

Searched refs:handler (Results 226 – 250 of 300) sorted by relevance

12345678910>>...12

/PHP-8.0/ext/standard/tests/array/
H A Darray_multisort_variation8.phpt7 // Define error handler
/PHP-8.0/ext/session/tests/
H A Dsession_decode_variation3.phpt31 Warning: session_start(): Cannot find session serialization handler "blah" - session startup failed…
H A Dbug32330.phpt2 Bug #32330 (session_destroy, "Failed to initialize storage module", custom session handler)
/PHP-8.0/ext/pcntl/tests/
H A Dpcntl_signal.phpt50 pcntl_signal(): Argument #2 ($handler) must be of type callable|int, string given
/PHP-8.0/ext/mbstring/tests/
H A Dhtmlent.phpt20 // enable output encoding through output handler
/PHP-8.0/ext/curl/tests/
H A Dbug48207.phpt16 // Figure out what handler to use
/PHP-8.0/ext/pgsql/tests/
H A D80_bug14383.phpt27 database handler: %s
/PHP-8.0/ext/dba/
H A Ddba_arginfo.h7 ZEND_ARG_INFO(0, handler)
H A Ddba.c225 static dba_handler handler[] = { variable
396 for (hptr = handler; hptr->name && strcasecmp(hptr->name, ZSTR_VAL(new_value)); hptr++); in ZEND_INI_MH()
448 for(hptr = handler; hptr->name; hptr++) { in PHP_MINFO_FUNCTION()
609 for (hptr = handler; hptr->name && strcasecmp(hptr->name, Z_STRVAL(args[2])); hptr++); in php_dba_open()
1165 for(hptr = handler; hptr->name; hptr++) { in PHP_FUNCTION()
/PHP-8.0/ext/date/tests/
H A DDateTimeZone_compare_basic1.phpt2 Test of compare object handler for DateTimeZone objects
/PHP-8.0/ext/dba/tests/
H A Dbug70825.phpt6 if (!in_array('inifile', dba_handlers())) die('skip inifile handler not available');
/PHP-8.0/Zend/
H A Dzend_closures.c159 my_function.internal_function.handler = closure->orig_internal_handler; in ZEND_METHOD()
335 call.handler = zend_closure_call_magic; in zend_create_closure_from_callable()
415 invoke->internal_function.handler = ZEND_MN(Closure___invoke); in zend_get_closure_invoke_method()
749 if (UNEXPECTED(closure->func.internal_function.handler == zend_closure_internal_handler)) { in zend_create_closure()
755 closure->orig_internal_handler = closure->func.internal_function.handler; in zend_create_closure()
757 closure->func.internal_function.handler = zend_closure_internal_handler; in zend_create_closure()
H A Dzend_vm_gen.php876 $handler = $matches[1];
877 $opcode = $opcodes[$opnames[$handler]];
884 …return "ZEND_VM_TAIL_CALL(" . opcode_name($handler, $spec, $op1, $op2, $extra_spec) . $inline . "_…
2374 $handler = null;
2432 $handler = $code;
2434 $list[$lineno] = array("handler"=>$handler);
2483 $handler = $code;
2485 $list[$lineno] = array("handler"=>$handler);
2526 $handler = null;
2553 } else if ($handler !== null) {
[all …]
H A DREADME.md42 opcode handlers and helpers. The typical opcode handler template looks like
58 `<HANDLER'S CODE>` is a handler's code itself. For most handlers it stills the
H A Dzend_string.c310 …ned_strings_set_request_storage_handlers(zend_new_interned_string_func_t handler, zend_string_init… in zend_interned_strings_set_request_storage_handlers() argument
312 interned_string_request_handler = handler; in zend_interned_strings_set_request_storage_handlers()
/PHP-8.0/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-8.0/docs/
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-8.0/ext/opcache/
H A Dzend_shared_alloc.h94 zend_shared_memory_handlers *handler; member
H A Dzend_accelerator_module.c392 orig_file_exists = old_function->internal_function.handler;
393 old_function->internal_function.handler = accel_file_exists;
396 orig_is_file = old_function->internal_function.handler;
397 old_function->internal_function.handler = accel_is_file;
400 orig_is_readable = old_function->internal_function.handler;
401 old_function->internal_function.handler = accel_is_readable;
H A Dzend_accelerator_util_funcs.c268 #define zend_update_inherited_handler(handler) \ argument
270 if (ce->handler != NULL && IN_ARENA(ce->handler)) { \
271 ce->handler = ARENA_REALLOC(ce->handler); \
/PHP-8.0/.github/actions/apt-x64/
H A Daction.yml71 # fix debug build warning: zend_signal: handler was replaced for signal (2) after startup
/PHP-8.0/ext/xml/
H A Dxml_arginfo.h26 ZEND_ARG_INFO(0, handler)
/PHP-8.0/sapi/litespeed/
H A Dlscriu.c151 static void lsapi_criu_signal(int signo, sighandler_t handler) in lsapi_criu_signal() argument
160 sa.sa_handler = handler; in lsapi_criu_signal()
/PHP-8.0/ext/standard/tests/file/
H A Dfile_put_contents_variation2.phpt9 // Define error handler
/PHP-8.0/ext/standard/tests/serialize/
H A D005.phpt124 // If the old style handler also fails to register the class then the object

Completed in 56 milliseconds

12345678910>>...12