Searched refs:function_handler (Results 1 - 14 of 14) sorted by relevance
| /PHP_5_4/ext/pdo/ |
| H A D | pdo_dbh.c | 486 fcc.function_handler = dbstmt_ce->constructor;
|
| H A D | pdo_stmt.c | 778 fcc->function_handler = ce->constructor;
|
| /PHP_5_4/ext/pgsql/ |
| H A D | pgsql.c | 2586 fcc.function_handler = ce->constructor;
|
| /PHP_5_4/ext/spl/ |
| H A D | php_spl.c | 497 alfi.func_ptr = fcc.function_handler; 540 alfi.func_ptr = fcc.function_handler;
|
| H A D | spl_iterators.c | 847 union _zend_function *function_handler; local 857 function_handler = std_object_handlers.get_method(object_ptr, method, method_len, key TSRMLS_CC); 858 if (!function_handler) { 859 if (zend_hash_find(&Z_OBJCE_P(zobj)->function_table, method, method_len+1, (void **) &function_handler) == FAILURE) { 862 function_handler = Z_OBJ_HT_P(*object_ptr)->get_method(object_ptr, method, method_len, key TSRMLS_CC); 866 return function_handler; 1280 union _zend_function *function_handler; local 1285 function_handler = std_object_handlers.get_method(object_ptr, method, method_len, key TSRMLS_CC); 1286 if (!function_handler && intern->inner.ce) { 1287 if (zend_hash_find(&intern->inner.ce->function_table, method, method_len+1, (void **) &function_handler) [all...] |
| H A D | spl_directory.c | 2122 fcic.function_handler = func_ptr;
|
| /PHP_5_4/main/streams/ |
| H A D | userspace.c | 316 fcc.function_handler = uwrap->ce->constructor;
|
| /PHP_5_4/Zend/ |
| H A D | zend_interfaces.c | 76 if (zend_hash_find(function_table, function_name, function_name_len+1, (void **) &fcic.function_handler) == FAILURE) { 81 *fn_proxy = fcic.function_handler; 84 fcic.function_handler = *fn_proxy;
|
| H A D | zend_API.c | 2691 fcc->function_handler = NULL; 2704 if (zend_hash_find(EG(function_table), lmname, mlen+1, (void**)&fcc->function_handler) == SUCCESS) { 2763 fcc->function_handler = fcc->calling_scope->constructor; 2764 if (fcc->function_handler) { 2767 } else if (zend_hash_find(ftable, lmname, mlen+1, (void**)&fcc->function_handler) == SUCCESS) { 2769 if ((fcc->function_handler->op_array.fn_flags & ZEND_ACC_CHANGED) && 2771 instanceof_function(fcc->function_handler->common.scope, EG(scope) TSRMLS_CC)) { 2777 fcc->function_handler = priv_fbc; 2784 if (fcc->function_handler->op_array.fn_flags & ZEND_ACC_PRIVATE) { 2785 if (!zend_check_private(fcc->function_handler, fc [all...] |
| H A D | zend_execute_API.c | 829 EX(function_state).function = fci_cache->function_handler; 1121 fcall_cache.function_handler = EG(autoload_func); 1130 EG(autoload_func) = fcall_cache.function_handler;
|
| H A D | zend_API.h | 57 zend_function *function_handler; member in struct:_zend_fcall_info_cache
|
| /PHP_5_4/ext/reflection/ |
| H A D | php_reflection.c | 1408 fcc.function_handler = ce_ptr->constructor; 1924 fcc.function_handler = fptr; 1991 fcc.function_handler = fptr; 2896 fcc.function_handler = mptr; 3005 fcc.function_handler = mptr; 3015 fcc.function_handler = _copy_function(mptr TSRMLS_CC); 4225 fcc.function_handler = ce->constructor; 4323 fcc.function_handler = ce->constructor;
|
| /PHP_5_4/ext/mysqli/ |
| H A D | mysqli.c | 1305 fcc.function_handler = ce->constructor;
|
| /PHP_5_4/ext/mysql/ |
| H A D | php_mysql.c | 2201 fcc.function_handler = ce->constructor;
|
Completed in 59 milliseconds