Home
last modified time | relevance | path

Searched refs:handler (Results 126 – 150 of 371) sorted by relevance

12345678910>>...15

/PHP-5.5/sapi/apache2handler/
H A Dsapi_apache2.c568 …if (strcmp(r->handler, PHP_MAGIC_TYPE) && strcmp(r->handler, PHP_SOURCE_MAGIC_TYPE) && strcmp(r->h… in php_handler()
570 if (!AP2(xbithack) || strcmp(r->handler, "text/html") || !(r->finfo.protection & APR_UEXECUTE)) { in php_handler()
625 if (parent_req && parent_req->handler && in php_handler()
626 strcmp(parent_req->handler, PHP_MAGIC_TYPE) && in php_handler()
627 strcmp(parent_req->handler, PHP_SOURCE_MAGIC_TYPE) && in php_handler()
628 strcmp(parent_req->handler, PHP_SCRIPT)) { in php_handler()
654 if (strncmp(r->handler, PHP_SOURCE_MAGIC_TYPE, sizeof(PHP_SOURCE_MAGIC_TYPE) - 1) == 0) { in php_handler()
/PHP-5.5/Zend/tests/
H A Dexception_handler_001.phpt2 exception handler tests - 1
H A Dbug48004.phpt2 Bug #48004 (Error handler prevents creation of default object)
H A Dexception_handler_003.phpt2 exception handler tests - 3
H A Dbug33802.phpt2 Bug #33802 (throw Exception in error handler causes crash)
H A Dexception_handler_005.phpt2 exception handler tests - 5
H A Dexception_handler_006.phpt2 exception handler tests - 6
H A Dbug37251.phpt2 Bug #37251 (deadlock when custom error handler is to catch array type hint error)
H A Dbug54265.phpt2 Bug #54265 (crash when variable gets reassigned in error handler)
H A Dbug29890.phpt2 Bug #29890 (crash if error handler fails)
H A Dbug32226.phpt2 Bug #32226 (SEGV with exception handler on non existing instance)
H A Dbug47981.phpt2 Bug #47981 (error handler not called regardless)
H A Dbug35017.phpt2 Bug #35017 (Exception thrown in error handler may cause unexpected behavior)
H A Derrmsg_045.phpt2 Error message in error handler during compilation
/PHP-5.5/ext/session/tests/
H A Dbug67972.phpt10 Fatal error: SessionHandler::create_sid(): Cannot call default session handler in %s on line %d
H A Dbug55688.phpt15 Warning: SessionHandler::gc(): Parent session handler is not open in %s on line %d
H A D005.phpt2 custom save handler, multiple session_start()s, complex data structure test.
16 class handler {
50 $hnd = new handler;
H A D025.phpt2 custom save handler, multiple session_start()s, complex data structure test.
16 class handler {
58 $hnd = new handler;
/PHP-5.5/ext/date/
H A DTODO2 - Write an error handler for unexpected characters while parsing dates.
/PHP-5.5/ext/dom/
H A Dxpath.c82 zval handler; in dom_xpath_ext_function_php() local
196 INIT_PZVAL(&handler); in dom_xpath_ext_function_php()
197 ZVAL_STRING(&handler, obj->stringval, 1); in dom_xpath_ext_function_php()
200 fci.function_name = &handler; in dom_xpath_ext_function_php()
206 if (!zend_make_callable(&handler, &callable TSRMLS_CC)) { in dom_xpath_ext_function_php()
216 if (Z_TYPE(handler) == IS_STRING) { in dom_xpath_ext_function_php()
217 … php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call handler %s()", Z_STRVAL_P(&handler)); in dom_xpath_ext_function_php()
247 zval_dtor(&handler); in dom_xpath_ext_function_php()
/PHP-5.5/tests/lang/
H A Dbug23279.phpt2 Bug #23279 (exception handler stops after first function call)
/PHP-5.5/ext/xml/tests/
H A Dbug27908.phpt2 Bug #27908 (default handler not being called)
/PHP-5.5/tests/output/
H A Dob_get_status.phpt19 string(22) "default output handler"
/PHP-5.5/Zend/tests/bug67436/
H A Dbug67436.phpt2 bug67436: Autoloader isn't called if user defined error handler is present
/PHP-5.5/ext/intl/tests/
H A Dtransliterator_clone.phpt2 Transliterator clone handler

Completed in 55 milliseconds

12345678910>>...15