Searched refs:function_handler (Results 1 - 14 of 14) sorted by relevance
| /PHP_TRUNK/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_TRUNK/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_directory.c | 2118 fcic.function_handler = func_ptr;
|
| H A D | spl_iterators.c | 833 union _zend_function *function_handler; local 843 function_handler = std_object_handlers.get_method(object_ptr, method, method_len, key TSRMLS_CC); 844 if (!function_handler) { 845 if (zend_hash_find(&Z_OBJCE_P(zobj)->function_table, method, method_len+1, (void **) &function_handler) == FAILURE) { 848 function_handler = Z_OBJ_HT_P(*object_ptr)->get_method(object_ptr, method, method_len, key TSRMLS_CC); 852 return function_handler; 1253 union _zend_function *function_handler; local 1258 function_handler = std_object_handlers.get_method(object_ptr, method, method_len, key TSRMLS_CC); 1259 if (!function_handler && intern->inner.ce) { 1260 if (zend_hash_find(&intern->inner.ce->function_table, method, method_len+1, (void **) &function_handler) [all...] |
| /PHP_TRUNK/main/streams/ |
| H A D | userspace.c | 316 fcc.function_handler = uwrap->ce->constructor;
|
| /PHP_TRUNK/ext/pgsql/ |
| H A D | pgsql.c | 2586 fcc.function_handler = ce->constructor;
|
| /PHP_TRUNK/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 | 2754 fcc->function_handler = NULL; 2767 if (zend_hash_find(EG(function_table), lmname, mlen+1, (void**)&fcc->function_handler) == SUCCESS) { 2826 fcc->function_handler = fcc->calling_scope->constructor; 2827 if (fcc->function_handler) { 2830 } else if (zend_hash_find(ftable, lmname, mlen+1, (void**)&fcc->function_handler) == SUCCESS) { 2832 if ((fcc->function_handler->op_array.fn_flags & ZEND_ACC_CHANGED) && 2834 instanceof_function(fcc->function_handler->common.scope, EG(scope) TSRMLS_CC)) { 2840 fcc->function_handler = priv_fbc; 2847 if (fcc->function_handler->op_array.fn_flags & ZEND_ACC_PRIVATE) { 2848 if (!zend_check_private(fcc->function_handler, fc [all...] |
| H A D | zend_API.h | 57 zend_function *function_handler; member in struct:_zend_fcall_info_cache
|
| H A D | zend_execute_API.c | 808 EX(function_state).function = fci_cache->function_handler; 1103 fcall_cache.function_handler = EG(autoload_func); 1112 EG(autoload_func) = fcall_cache.function_handler;
|
| /PHP_TRUNK/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); 4241 fcc.function_handler = constructor; 4346 fcc.function_handler = constructor;
|
| /PHP_TRUNK/ext/mysqli/ |
| H A D | mysqli.c | 1319 fcc.function_handler = ce->constructor;
|
| /PHP_TRUNK/ext/mysql/ |
| H A D | php_mysql.c | 2205 fcc.function_handler = ce->constructor;
|
Completed in 62 milliseconds