Searched defs:fci_cache (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_5/main/ |
| H A D | SAPI.h | 134 zend_fcall_info_cache fci_cache; member in struct:_sapi_globals_struct
|
| /PHP_5_5/ext/curl/ |
| H A D | php_curl.h | 122 zend_fcall_info_cache fci_cache; member in struct:__anon1 131 zend_fcall_info_cache fci_cache; member in struct:__anon2 140 zend_fcall_info_cache fci_cache; member in struct:__anon3
|
| /PHP_5_5/ext/standard/ |
| H A D | basic_functions.c | 4772 zend_fcall_info_cache fci_cache; local 4774 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "f*", &fci, &fci_cache, &fci.params, &fci.param_count) == FAILURE) { 4780 if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && fci.retval_ptr_ptr && *fci.retval_ptr_ptr) { 4796 zend_fcall_info_cache fci_cache; local 4798 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "fa/", &fci, &fci_cache, ¶ms) == FAILURE) { 4805 if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && fci.retval_ptr_ptr && *fci.retval_ptr_ptr) { 4902 zend_fcall_info_cache fci_cache; local 4904 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "f*", &fci, &fci_cache, &fci.params, &fci.param_count) == FAILURE) { 4915 instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) { 4916 fci_cache 4935 zend_fcall_info_cache fci_cache; local [all...] |
| H A D | array.c | 4143 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; local 4148 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "af|z", &input, &fci, &fci_cache, &initial) == FAILURE) { 4184 if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && retval) { 4212 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; local 4217 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "a|f", &array, &fci, &fci_cache) == FAILURE) { 4241 if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && retval) { 4281 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; local 4285 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "f!+", &fci, &fci_cache, &arrays, &n_arrays) == FAILURE) { 4371 if (zend_call_function(&fci, &fci_cache TSRMLS_CC) != SUCCESS || !result) {
|
Completed in 17 milliseconds