Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.4/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_variation2.phpt2 libxml_set_external_entity_loader() variation: restore original handler; returning NULL
/PHP-7.4/ext/dba/tests/
H A Ddba_split.phpt6 die("info $HND handler used");
H A Dbug70825.phpt6 if (!in_array('inifile', dba_handlers())) die('skip inifile handler not available');
/PHP-7.4/ext/curl/tests/
H A Dcurl_error_basic.phpt30 // cURL handler
H A Dbug48207.phpt16 // Figure out what handler to use
/PHP-7.4/ext/xml/
H A Dxml.c536 static void xml_set_handler(zval *handler, zval *data) in xml_set_handler() argument
539 if (handler) { in xml_set_handler()
540 zval_ptr_dtor(handler); in xml_set_handler()
547 ZVAL_UNDEF(handler); in xml_set_handler()
552 ZVAL_COPY(handler, data); in xml_set_handler()
562 if (parser && handler && !EG(exception)) { in xml_call_handler()
567 ZVAL_COPY_VALUE(&fci.function_name, handler); in xml_call_handler()
580 if (Z_TYPE_P(handler) == IS_STRING) { in xml_call_handler()
582 } else if (Z_TYPE_P(handler) == IS_ARRAY && in xml_call_handler()
583 (obj = zend_hash_index_find(Z_ARRVAL_P(handler), 0)) != NULL && in xml_call_handler()
[all …]
/PHP-7.4/ext/session/tests/
H A Dbug60634_error_3.phpt53 Warning: Unknown: Cannot call session save handler in a recursive manner in Unknown on line 0
H A Dbug60634_error_4.phpt53 Warning: Unknown: Cannot call session save handler in a recursive manner in Unknown on line 0
H A Dsession_decode_variation3.phpt37 Warning: session_start(): Cannot find serialization handler 'blah' - session startup failed in %s o…
H A Dbug32330.phpt2 Bug #32330 (session_destroy, "Failed to initialize storage module", custom session handler)
/PHP-7.4/Zend/tests/
H A Ddebug_backtrace_with_include_and_this.phpt2 debug_backtrace segmentation fault with include and error handler
/PHP-7.4/ext/pcntl/tests/
H A Dpcntl_signal.phpt45 Warning: pcntl_signal(): Specified handler "not callable" is not callable (%s) in %s
/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c185 zval handler; in xsl_ext_function_php() local
320 ZVAL_STRING(&handler, (char *) obj->stringval); in xsl_ext_function_php()
323 ZVAL_COPY_VALUE(&fci.function_name, &handler); in xsl_ext_function_php()
328 if (!zend_make_callable(&handler, &callable)) { in xsl_ext_function_php()
338 if (Z_TYPE(handler) == IS_STRING) { in xsl_ext_function_php()
339 php_error_docref(NULL, E_WARNING, "Unable to call handler %s()", Z_STRVAL(handler)); in xsl_ext_function_php()
369 zval_ptr_dtor(&handler); in xsl_ext_function_php()
/PHP-7.4/ext/mbstring/tests/
H A Dhtmlent.phpt20 // enable output encoding through output handler
/PHP-7.4/ext/pgsql/tests/
H A D80_bug14383.phpt23 database handler: %s
/PHP-7.4/
H A DUPGRADING.INTERNALS9 f. get_properties_for() handler / Z_OBJDEBUG_P
71 f. A new, optional object handler with the signature
83 The handler returns a non-null HashTable with increased refcounted, and
86 This handler serves the same general function as get_properties(), but
97 compatibility reasons. However, while it is fine to define this handler,
136 It is recommended to initialize object handler structures by copying the
171 m. The write_property() object handler now returns the assigned value (after
/PHP-7.4/ext/standard/tests/array/
H A Darray_multisort_variation8.phpt13 // Define error handler
/PHP-7.4/ext/zend_test/
H A Dtest.c154 fptr->handler = ZEND_FN(zend_test_func); in zend_test_class_method_get()
170 fptr->handler = ZEND_FN(zend_test_func); in zend_test_class_static_method_get()
/PHP-7.4/ext/opcache/
H A Dzend_shared_alloc.h93 zend_shared_memory_handlers *handler; member
H A Dzend_accelerator_module.c413 orig_file_exists = old_function->internal_function.handler;
414 old_function->internal_function.handler = accel_file_exists;
417 orig_is_file = old_function->internal_function.handler;
418 old_function->internal_function.handler = accel_is_file;
421 orig_is_readable = old_function->internal_function.handler;
422 old_function->internal_function.handler = accel_is_readable;
/PHP-7.4/ext/date/tests/
H A DDateTimeZone_compare_basic1.phpt2 Test of compare object handler for DateTimeZone objects
/PHP-7.4/Zend/
H A Dzend_closures.c156 my_function.internal_function.handler = closure->orig_internal_handler; in ZEND_METHOD()
318 call.handler = zend_closure_call_magic; in zend_create_closure_from_callable()
403 invoke->internal_function.handler = ZEND_MN(Closure___invoke); in zend_get_closure_invoke_method()
750 if (UNEXPECTED(closure->func.internal_function.handler == zend_closure_internal_handler)) { in zend_create_closure()
756 closure->orig_internal_handler = closure->func.internal_function.handler; in zend_create_closure()
758 closure->func.internal_function.handler = zend_closure_internal_handler; in zend_create_closure()
/PHP-7.4/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-7.4/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-7.4/sapi/litespeed/
H A Dlscriu.c153 static void lsapi_criu_signal(int signo, sighandler_t handler) in lsapi_criu_signal() argument
162 sa.sa_handler = handler; in lsapi_criu_signal()

Completed in 97 milliseconds

12345678910>>...12