Searched refs:handler (Results 126 – 150 of 325) sorted by relevance
12345678910>>...13
/PHP-5.3/ext/session/tests/ |
H A D | 004.phpt | 15 class handler { 48 $hnd = new handler;
|
H A D | session_encode_variation8.phpt | 32 Warning: session_start(): Cannot find serialization handler 'blah' - session startup failed in %s o…
|
H A D | session_decode_variation3.phpt | 37 Warning: session_start(): Cannot find serialization handler 'blah' - session startup failed in %s o…
|
/PHP-5.3/ext/sybase_ct/tests/ |
H A D | test_connectionbased_msghandler.phpt | 2 Sybase-CT connection-based server message handler
|
/PHP-5.3/ext/xsl/tests/ |
H A D | xsltprocessor_registerPHPFunctions-array-notallowed.phpt | 24 Warning: XSLTProcessor::transformToXml(): Not allowed to call handler 'ucwords()' in %s on line %d
|
H A D | xsltprocessor_registerPHPFunctions-string-notallowed.phpt | 24 Warning: XSLTProcessor::transformToXml(): Not allowed to call handler 'ucwords()' in %s on line %d
|
H A D | xsltprocessor_registerPHPFunctions-funcundef.phpt | 26 Warning: XSLTProcessor::transformToXml(): Unable to call handler undefinedfunc() in %s on line %d
|
/PHP-5.3/tests/lang/ |
H A D | bug24951.phpt | 2 Bug #24951 (ob_flush() destroys output handler)
|
/PHP-5.3/ext/dom/tests/ |
H A D | domobject_debug_handler.phpt | 2 Objects of DOM extension: debug info object handler.
|
/PHP-5.3/ext/xml/tests/ |
H A D | xml_set_notation_decl_handler_basic.phpt | 11 /* 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 D | 061.phpt | 2 local infile handler 48 …printf("Cannot load data using infile handler: [%d] %s\n", mysqli_errno($link), mysqli_error($link…
|
H A D | mysqli_set_local_infile_handler_closures.phpt | 2 mysqli_set_local_infile_handler() - use closures as handler
|
/PHP-5.3/Zend/tests/ |
H A D | bug46241.phpt | 2 Bug #46241 (error handler stacks)
|
H A D | bug60909_1.phpt | 2 Bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function).
|
H A D | bug45805.phpt | 2 Bug #45805 (Crash on throwing exception from error handler)
|
/PHP-5.3/ext/xsl/ |
H A D | xsltprocessor.c | 181 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 D | sqlite_session_001.phpt | 19 /* Description: Tests that sqlite can be used as a session save handler
|
H A D | sqlite_session_002.phpt | 19 /* Description: Tests that sqlite will destroy a session when used as a session handler
|
/PHP-5.3/ext/dba/tests/ |
H A D | dba_split.phpt | 6 die("info $HND handler used");
|
/PHP-5.3/ext/curl/tests/ |
H A D | curl_error_basic.phpt | 30 // cURL handler
|
/PHP-5.3/Zend/ |
H A D | zend_vm_gen.php | 991 $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 D | xml.c | 479 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 D | array_diff_uassoc_variation14.phpt | 21 // Define error handler
|
/PHP-5.3/ext/pgsql/tests/ |
H A D | 80_bug14383.phpt | 23 database handler: %s
|
/PHP-5.3/ext/mbstring/tests/ |
H A D | htmlent.phpt | 20 // enable output encoding through output handler
|
Completed in 69 milliseconds
12345678910>>...13