Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-5.5/ext/xml/tests/
H A Dxml_set_notation_decl_handler_error.phpt12 * Description: Set up notation declaration handler
H A Dxml_set_unparsed_entity_decl_handler_error.phpt12 * Description: Set up unparsed entity declaration handler
/PHP-5.5/Zend/
H A Dzend_vm_gen.php1054 $handler = null;
1089 $handler = $code;
1091 $list[$lineno] = array("handler"=>$handler);
1107 $handler = null;
1129 $handler = null;
1153 } else if ($handler !== null) {
1155 $opcodes[$handler]["code"] .= $line;
H A DREADME.ZEND_VM13 find opcode handlers and helpers. The typical opcode handler template looks
27 <HANDLER'S CODE> is a handler's code itself. For most handlers it stills the
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c395 orig_file_exists = old_function->internal_function.handler; in zend_accel_override_file_functions()
396 old_function->internal_function.handler = accel_file_exists; in zend_accel_override_file_functions()
399 orig_is_file = old_function->internal_function.handler; in zend_accel_override_file_functions()
400 old_function->internal_function.handler = accel_is_file; in zend_accel_override_file_functions()
403 orig_is_readable = old_function->internal_function.handler; in zend_accel_override_file_functions()
404 old_function->internal_function.handler = accel_is_readable; in zend_accel_override_file_functions()
/PHP-5.5/ext/session/tests/
H A Dbug32330.phpt2 Bug #32330 (session_destroy, "Failed to initialize storage module", custom session handler)
/PHP-5.5/ext/standard/tests/array/
H A Darray_diff_ukey_variation11.phpt17 // Define error handler
H A Darray_multisort_variation8.phpt13 // Define error handler
/PHP-5.5/ext/wddx/tests/
H A D005.phpt2 wddx session serializer handler (deserialize)
H A D004.phpt2 wddx session serializer handler (serialize)
/PHP-5.5/
H A DREADME.input_filter12 treat_data and post handler functions. To implement your own security
93 /* The filter handler. If you return 1 from it, then PHP also registers the
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_msghandler_handled.phpt2 Sybase-CT server message handler
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_driver.c485 void (*handler) (int); local
497 handler = signal(SIGPIPE, SIG_IGN);
502 signal(SIGPIPE, handler);
507 signal(SIGPIPE, handler);
/PHP-5.5/ext/standard/tests/file/
H A Dmkdir_variation1-win32.phpt20 // Define error handler
H A Dmkdir_variation1.phpt20 // Define error handler
H A Drmdir_variation1.phpt20 // Define error handler
H A Drmdir_variation1-win32.phpt20 // Define error handler
H A Dfile_put_contents_variation2.phpt15 // Define error handler
H A Ddirname_variation1.phpt15 // Define error handler
H A Dbasename_variation3.phpt13 // Define error handler
H A Dfwrite_variation5.phpt15 // Define error handler
H A Dpathinfo_variation1.phpt15 // Define error handler
/PHP-5.5/ext/dba/
H A Ddba.c317 static dba_handler handler[] = { variable
478 for (hptr = handler; hptr->name && strcasecmp(hptr->name, new_value); hptr++); in ZEND_INI_MH()
531 for(hptr = handler; hptr->name; hptr++) { in PHP_MINFO_FUNCTION()
684 for (hptr = handler; hptr->name && strcasecmp(hptr->name, Z_STRVAL_PP(args[2])); hptr++); in php_dba_open()
1216 for(hptr = handler; hptr->name; hptr++) { in PHP_FUNCTION()
/PHP-5.5/ext/standard/tests/general_functions/
H A Dintval_variation1.phpt13 // Define error handler
/PHP-5.5/ext/standard/tests/serialize/
H A D005.phpt127 // If the old style handler also fails to register the class then the object

Completed in 56 milliseconds

12345678910>>...15