Home
last modified time | relevance | path

Searched refs:zend_fcall_info_init (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/main/
H A DSAPI.c164 …if (zend_fcall_info_init(SG(callback_func), 0, &fci, &SG(fci_cache), &callback_name, &callback_err… in sapi_run_header_callback()
H A Doutput.c504 …if (SUCCESS == zend_fcall_info_init(output_handler, 0, &user->fci, &user->fcc, &handler_name, &err… in php_output_handler_create_user()
/PHP-5.5/ext/intl/converter/
H A Dconverter.c563 if (zend_fcall_info_init(&caller, 0, finfo, fcache, NULL, &errstr TSRMLS_CC) == FAILURE) { in php_converter_resolve_callback()
/PHP-5.5/Zend/
H A Dzend_API.h466 ZEND_API int zend_fcall_info_init(zval *callable, uint check_flags, zend_fcall_info *fci, zend_fcal…
H A Dzend_API.c632 if (zend_fcall_info_init(*arg, 0, fci, fcc, NULL, &is_callable_error TSRMLS_CC) == SUCCESS) { in zend_parse_arg_impl()
3238 ZEND_API int zend_fcall_info_init(zval *callable, uint check_flags, zend_fcall_info *fci, zend_fcal… in zend_fcall_info_init() function
/PHP-5.5/ext/phar/
H A Dutil.c1447 if (FAILURE == zend_fcall_info_init(openssl, 0, &fci, &fcc, NULL, NULL TSRMLS_CC)) { in phar_call_openssl_signverify()
H A Dphar_object.c689 if (FAILURE == zend_fcall_info_init(rewrite, 0, &fci, &fcc, NULL, NULL TSRMLS_CC)) { in PHP_METHOD()
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c795 if (zend_fcall_info_init(callable, 0, fci, fcc, NULL, &is_callable_error TSRMLS_CC) == FAILURE) { in make_callable_ex()

Completed in 50 milliseconds