Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-5.3/ext/session/tests/
H A D004.phpt15 class handler {
48 $hnd = new handler;
H A Dsession_encode_variation8.phpt32 Warning: session_start(): Cannot find serialization handler 'blah' - session startup failed in %s o…
H A Dsession_decode_variation3.phpt37 Warning: session_start(): Cannot find serialization handler 'blah' - session startup failed in %s o…
/PHP-5.3/ext/sybase_ct/tests/
H A Dtest_connectionbased_msghandler.phpt2 Sybase-CT connection-based server message handler
/PHP-5.3/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-array-notallowed.phpt24 Warning: XSLTProcessor::transformToXml(): Not allowed to call handler 'ucwords()' in %s on line %d
H A Dxsltprocessor_registerPHPFunctions-string-notallowed.phpt24 Warning: XSLTProcessor::transformToXml(): Not allowed to call handler 'ucwords()' in %s on line %d
H A Dxsltprocessor_registerPHPFunctions-funcundef.phpt26 Warning: XSLTProcessor::transformToXml(): Unable to call handler undefinedfunc() in %s on line %d
/PHP-5.3/tests/lang/
H A Dbug24951.phpt2 Bug #24951 (ob_flush() destroys output handler)
/PHP-5.3/ext/dom/tests/
H A Ddomobject_debug_handler.phpt2 Objects of DOM extension: debug info object handler.
/PHP-5.3/ext/xml/tests/
H A Dxml_set_notation_decl_handler_basic.phpt11 /* Prototype : proto bool xml_set_notation_decl_handler ( resource $parser , callback $handler )
12 * Description: Sets the notation declaration handler function for the XML parser.
/PHP-5.3/ext/mysqli/tests/
H A D061.phpt2 local infile handler
48 …printf("Cannot load data using infile handler: [%d] %s\n", mysqli_errno($link), mysqli_error($link…
H A Dmysqli_set_local_infile_handler_closures.phpt2 mysqli_set_local_infile_handler() - use closures as handler
/PHP-5.3/Zend/tests/
H A Dbug46241.phpt2 Bug #46241 (error handler stacks)
H A Dbug60909_1.phpt2 Bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function).
H A Dbug45805.phpt2 Bug #45805 (Crash on throwing exception from error handler)
/PHP-5.3/ext/xsl/
H A Dxsltprocessor.c181 zval handler; in xsl_ext_function_php() local
305 INIT_PZVAL(&handler); in xsl_ext_function_php()
306 ZVAL_STRING(&handler, obj->stringval, 1); in xsl_ext_function_php()
309 fci.function_name = &handler; in xsl_ext_function_php()
315 if (!zend_make_callable(&handler, &callable TSRMLS_CC)) { in xsl_ext_function_php()
325 if (Z_TYPE(handler) == IS_STRING) { in xsl_ext_function_php()
326 … php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call handler %s()", Z_STRVAL_P(&handler)); in xsl_ext_function_php()
356 zval_dtor(&handler); in xsl_ext_function_php()
/PHP-5.3/ext/sqlite/tests/
H A Dsqlite_session_001.phpt19 /* Description: Tests that sqlite can be used as a session save handler
H A Dsqlite_session_002.phpt19 /* Description: Tests that sqlite will destroy a session when used as a session handler
/PHP-5.3/ext/dba/tests/
H A Ddba_split.phpt6 die("info $HND handler used");
/PHP-5.3/ext/curl/tests/
H A Dcurl_error_basic.phpt30 // cURL handler
/PHP-5.3/Zend/
H A Dzend_vm_gen.php991 $handler = null;
1026 $handler = $code;
1028 $list[$lineno] = array("handler"=>$handler);
1044 $handler = null;
1066 $handler = null;
1090 } else if ($handler !== null) {
1092 $opcodes[$handler]["code"] .= $line;
/PHP-5.3/ext/xml/
H A Dxml.c479 static void xml_set_handler(zval **handler, zval **data) in xml_set_handler() argument
482 if (*handler) { in xml_set_handler()
483 zval_ptr_dtor(handler); in xml_set_handler()
491 *handler = NULL; in xml_set_handler()
498 *handler = *data; in xml_set_handler()
508 if (parser && handler && !EG(exception)) { in xml_call_handler()
521 fci.function_name = handler; in xml_call_handler()
535 if (Z_TYPE_P(handler) == IS_STRING) { in xml_call_handler()
536 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call handler %s()", Z_STRVAL_P(handler)); in xml_call_handler()
537 } else if (zend_hash_index_find(Z_ARRVAL_P(handler), 0, (void **) &obj) == SUCCESS && in xml_call_handler()
[all …]
/PHP-5.3/ext/standard/tests/array/
H A Darray_diff_uassoc_variation14.phpt21 // Define error handler
/PHP-5.3/ext/pgsql/tests/
H A D80_bug14383.phpt23 database handler: %s
/PHP-5.3/ext/mbstring/tests/
H A Dhtmlent.phpt20 // enable output encoding through output handler

Completed in 69 milliseconds

12345678910>>...13