Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-8.3/sapi/apache2handler/
H A Dsapi_apache2.c625 …if (strcmp(r->handler, PHP_MAGIC_TYPE) && strcmp(r->handler, PHP_SOURCE_MAGIC_TYPE) && strcmp(r->h… in php_handler()
627 if (!AP2(xbithack) || strcmp(r->handler, "text/html") || !(r->finfo.protection & APR_UEXECUTE)) { in php_handler()
682 if (parent_req && parent_req->handler && in php_handler()
683 strcmp(parent_req->handler, PHP_MAGIC_TYPE) && in php_handler()
684 strcmp(parent_req->handler, PHP_SOURCE_MAGIC_TYPE) && in php_handler()
685 strcmp(parent_req->handler, PHP_SCRIPT)) { in php_handler()
711 if (strncmp(r->handler, PHP_SOURCE_MAGIC_TYPE, sizeof(PHP_SOURCE_MAGIC_TYPE) - 1) == 0) { in php_handler()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_disasm.c375 addr = (uint64_t)(uintptr_t)op_array->opcodes[cfg->blocks[b].start].handler;
722 …mbol("ZEND_DO_UCALL_SPEC_RETVAL_UNUSED_LABEL", (uint64_t)(uintptr_t)opline.handler, sizeof(void*));
727 …symbol("ZEND_DO_UCALL_SPEC_RETVAL_USED_LABEL", (uint64_t)(uintptr_t)opline.handler, sizeof(void*));
737 …ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_USED_LABEL", (uint64_t)(uintptr_t)opline.handler, sizeof(void*));
742 …mbol("ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_LABEL", (uint64_t)(uintptr_t)opline.handler, sizeof(void*));
747 …symbol("ZEND_DO_FCALL_SPEC_RETVAL_USED_LABEL", (uint64_t)(uintptr_t)opline.handler, sizeof(void*));
752 …zend_jit_disasm_add_symbol("ZEND_RETURN_SPEC_CONST_LABEL", (uint64_t)(uintptr_t)opline.handler, si…
757 …zend_jit_disasm_add_symbol("ZEND_RETURN_SPEC_TMP_LABEL", (uint64_t)(uintptr_t)opline.handler, size…
762 …zend_jit_disasm_add_symbol("ZEND_RETURN_SPEC_VAR_LABEL", (uint64_t)(uintptr_t)opline.handler, size…
767 …zend_jit_disasm_add_symbol("ZEND_RETURN_SPEC_CV_LABEL", (uint64_t)(uintptr_t)opline.handler, sizeo…
[all …]
/PHP-8.3/ext/opcache/tests/jit/
H A Dassign_dim_op_006.phpt2 JIT ASSIGN_DIM_OP 006: Clobbering array be user error handler
/PHP-8.3/ext/dba/tests/
H A Ddba_flags_arg.phpt8 dba_open('irrelevant', 'c', 'handler', flags: -1);
/PHP-8.3/tests/lang/
H A Dbug23279.phpt2 Bug #23279 (exception handler stops after first function call)
/PHP-8.3/Zend/tests/
H A Dgh13446_4.phpt2 GH-13446: Exception handler isn't restored if stack is empty
H A Dbug37251.phpt2 Bug #37251 (deadlock when custom error handler is to catch array type hint error)
H A Dexception_handler_003.phpt2 exception handler tests - 3
H A Dexception_handler_005.phpt2 exception handler tests - 5
H A Dbug33802.phpt2 Bug #33802 (throw Exception in error handler causes crash)
H A Dexception_handler_006.phpt2 exception handler tests - 6
H A Dstr_offset_007.phpt2 string offset 007 indirect string modification by error handler
H A Dgh13446_1.phpt2 GH-13446: Exception handler is restored after is has finished
H A Dfalsetoarray_002.phpt2 Autovivification of false to array with data clobbering by error handler
/PHP-8.3/ext/session/tests/user_session_module/
H A Derror_when_setting_save_handler_ini_setting_in_runtime.phpt10 Warning: ini_set(): Session save handler "user" cannot be set by ini_set() in %s on line %d
H A Dsession_set_save_handler_class_018.phpt60 $handler = new MySession2;
61 session_set_save_handler($handler);
/PHP-8.3/ext/intl/tests/
H A Dbug76556.phpt2 Bug #76556 (get_debug_info handler for BreakIterator shows wrong type)
/PHP-8.3/Zend/tests/in-de-crement/
H A Doss-fuzz-61469_binop_dynamic_property_unset_error_handler.phpt2 OSS Fuzz #61469: Undef variable in ++/-- for dynamic property that is unset in error handler
H A Doss-fuzz-61469_predec_dynamic_property_unset_error_handler.phpt2 OSS Fuzz #61469: Undef variable in ++/-- for dynamic property that is unset in error handler
H A Doss-fuzz-61469_preinc_dynamic_property_unset_error_handler.phpt2 OSS Fuzz #61469: Undef variable in ++/-- for dynamic property that is unset in error handler
H A Doss-fuzz-61469_postdec_dynamic_property_unset_error_handler.phpt2 OSS Fuzz #61469: Undef variable in ++/-- for dynamic property that is unset in error handler
H A Doss-fuzz-61469_postinc_dynamic_property_unset_error_handler.phpt2 OSS Fuzz #61469: Undef variable in ++/-- for dynamic property that is unset in error handler
/PHP-8.3/ext/xml/tests/
H A Dbug27908.phpt2 Bug #27908 (default handler not being called)
/PHP-8.3/tests/output/
H A Dob_get_status.phpt19 string(22) "default output handler"
/PHP-8.3/ext/tidy/tests/
H A D026.phpt7 if (getenv('SKIP_PRELOAD')) die('skip Output handler interferes');

Completed in 27 milliseconds

12345678910>>...14