Searched defs:fci_cache (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_3/ext/curl/ |
| H A D | php_curl.h | 84 zend_fcall_info_cache fci_cache; member in struct:__anon17 94 zend_fcall_info_cache fci_cache; member in struct:__anon18 103 zend_fcall_info_cache fci_cache; member in struct:__anon19
|
| /PHP_5_3/ext/standard/ |
| H A D | array.c | 4098 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; local 4103 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "af|z", &input, &fci, &fci_cache, &initial) == FAILURE) { 4139 if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && retval) { 4167 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; local 4172 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "a|f", &array, &fci, &fci_cache) == FAILURE) { 4196 if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && retval) { 4236 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; local 4240 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "f!+", &fci, &fci_cache, &arrays, &n_arrays) == FAILURE) { 4326 if (zend_call_function(&fci, &fci_cache TSRMLS_CC) != SUCCESS || !result) {
|
| H A D | basic_functions.c | 4781 zend_fcall_info_cache fci_cache; local 4783 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "f*", &fci, &fci_cache, &fci.params, &fci.param_count) == FAILURE) { 4789 if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && fci.retval_ptr_ptr && *fci.retval_ptr_ptr) { 4805 zend_fcall_info_cache fci_cache; local 4807 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "fa/", &fci, &fci_cache, ¶ms) == FAILURE) { 4814 if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == SUCCESS && fci.retval_ptr_ptr && *fci.retval_ptr_ptr) { 4911 zend_fcall_info_cache fci_cache; local 4913 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "f*", &fci, &fci_cache, &fci.params, &fci.param_count) == FAILURE) { 4924 instanceof_function(EG(called_scope), fci_cache.calling_scope TSRMLS_CC)) { 4925 fci_cache 4944 zend_fcall_info_cache fci_cache; local [all...] |
Completed in 15 milliseconds