Home
last modified time | relevance | path

Searched refs:handler (Results 176 – 200 of 371) sorted by relevance

12345678910>>...15

/PHP-5.5/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-funcundef.phpt26 Warning: XSLTProcessor::transformToXml(): Unable to call handler undefinedfunc() in %s on line %d
/PHP-5.5/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…
/PHP-5.5/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.
H A Dxml_set_character_data_handler_error.phpt12 * Description: Set up character data handler
H A Dxml_set_default_handler_error.phpt12 * Description: Set up default handler
H A Dxml_set_external_entity_ref_handler_error.phpt12 * Description: Set up external entity reference handler
H A Dxml_set_processing_instruction_handler_error.phpt12 * Description: Set up processing instruction (PI) handler
H A Dxml_set_start_namespace_decl_handler_error.phpt12 * Description: Set up character data handler
H A Dxml_set_end_namespace_decl_handler_error.phpt12 * Description: Set up character data handler
/PHP-5.5/Zend/tests/
H A Dbug46241.phpt2 Bug #46241 (error handler stacks)
H A Dbug45805.phpt2 Bug #45805 (Crash on throwing exception from error handler)
/PHP-5.5/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_variation2.phpt2 libxml_set_external_entity_loader() variation: restore original handler; returning NULL
/PHP-5.5/ext/session/tests/
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.5/ext/dba/tests/
H A Ddba_split.phpt6 die("info $HND handler used");
/PHP-5.5/ext/curl/tests/
H A Dcurl_error_basic.phpt30 // cURL handler
H A Dbug48207.phpt16 // Figure out what handler to use
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c190 zval handler; in xsl_ext_function_php() local
322 INIT_PZVAL(&handler); in xsl_ext_function_php()
323 ZVAL_STRING(&handler, obj->stringval, 1); in xsl_ext_function_php()
326 fci.function_name = &handler; in xsl_ext_function_php()
332 if (!zend_make_callable(&handler, &callable TSRMLS_CC)) { in xsl_ext_function_php()
342 if (Z_TYPE(handler) == IS_STRING) { in xsl_ext_function_php()
343 … php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call handler %s()", Z_STRVAL_P(&handler)); in xsl_ext_function_php()
374 zval_dtor(&handler); in xsl_ext_function_php()
/PHP-5.5/ext/xml/
H A Dxml.c480 static void xml_set_handler(zval **handler, zval **data) in xml_set_handler() argument
483 if (*handler) { in xml_set_handler()
484 zval_ptr_dtor(handler); in xml_set_handler()
492 *handler = NULL; in xml_set_handler()
499 *handler = *data; in xml_set_handler()
509 if (parser && handler && !EG(exception)) { in xml_call_handler()
522 fci.function_name = handler; in xml_call_handler()
536 if (Z_TYPE_P(handler) == IS_STRING) { in xml_call_handler()
537 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call handler %s()", Z_STRVAL_P(handler)); in xml_call_handler()
538 } else if (zend_hash_index_find(Z_ARRVAL_P(handler), 0, (void **) &obj) == SUCCESS && in xml_call_handler()
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_diff_uassoc_variation14.phpt21 // Define error handler
H A Darray_intersect_uassoc_variation11.phpt16 // Define error handler
H A Darray_intersect_ukey_variation10.phpt17 // Define error handler
/PHP-5.5/ext/pgsql/tests/
H A D80_bug14383.phpt23 database handler: %s
/PHP-5.5/ext/mbstring/tests/
H A Dhtmlent.phpt21 // enable output encoding through output handler
/PHP-5.5/ext/opcache/
H A Dzend_shared_alloc.h89 zend_shared_memory_handlers *handler; member

Completed in 61 milliseconds

12345678910>>...15