Searched refs:function_handler (Results 1 - 15 of 15) sorted by relevance
| /PHP_5_3/ext/pdo/ |
| H A D | pdo_dbh.c | 484 fcc.function_handler = dbstmt_ce->constructor;
|
| H A D | pdo_stmt.c | 778 fcc->function_handler = ce->constructor;
|
| /PHP_5_3/ext/reflection/ |
| H A D | php_reflection.c | 1358 fcc.function_handler = ce_ptr->constructor; 1772 fcc.function_handler = fptr; 1839 fcc.function_handler = fptr; 2631 fcc.function_handler = mptr; 2740 fcc.function_handler = mptr; 2750 fcc.function_handler = _copy_function(mptr TSRMLS_CC); 3930 fcc.function_handler = ce->constructor; 4010 fcc.function_handler = ce->constructor;
|
| /PHP_5_3/ext/spl/ |
| H A D | php_spl.c | 466 alfi.func_ptr = fcc.function_handler; 509 alfi.func_ptr = fcc.function_handler;
|
| H A D | spl_directory.c | 2128 fcic.function_handler = func_ptr;
|
| H A D | spl_iterators.c | 844 union _zend_function *function_handler; local 854 function_handler = std_object_handlers.get_method(object_ptr, method, method_len TSRMLS_CC); 855 if (!function_handler) { 856 if (zend_hash_find(&Z_OBJCE_P(zobj)->function_table, method, method_len+1, (void **) &function_handler) == FAILURE) { 859 function_handler = Z_OBJ_HT_P(*object_ptr)->get_method(object_ptr, method, method_len TSRMLS_CC); 863 return function_handler; 1285 union _zend_function *function_handler; local 1290 function_handler = std_object_handlers.get_method(object_ptr, method, method_len TSRMLS_CC); 1291 if (!function_handler && intern->inner.ce) { 1292 if (zend_hash_find(&intern->inner.ce->function_table, method, method_len+1, (void **) &function_handler) [all...] |
| /PHP_5_3/ext/sqlite/ |
| H A D | sqlite.c | 2462 fcc.function_handler = ce->constructor;
|
| /PHP_5_3/main/streams/ |
| H A D | userspace.c | 314 fcc.function_handler = uwrap->ce->constructor;
|
| /PHP_5_3/Zend/ |
| H A D | zend_API.c | 2444 fcc->function_handler = NULL; 2457 if (zend_hash_find(EG(function_table), lmname, mlen+1, (void**)&fcc->function_handler) == SUCCESS) { 2516 fcc->function_handler = fcc->calling_scope->constructor; 2517 if (fcc->function_handler) { 2520 } else if (zend_hash_find(ftable, lmname, mlen+1, (void**)&fcc->function_handler) == SUCCESS) { 2522 if ((fcc->function_handler->op_array.fn_flags & ZEND_ACC_CHANGED) && 2524 instanceof_function(fcc->function_handler->common.scope, EG(scope) TSRMLS_CC)) { 2530 fcc->function_handler = priv_fbc; 2537 if (fcc->function_handler->op_array.fn_flags & ZEND_ACC_PRIVATE) { 2538 if (!zend_check_private(fcc->function_handler, fc [all...] |
| 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.h | 57 zend_function *function_handler; member in struct:_zend_fcall_info_cache
|
| H A D | zend_execute_API.c | 835 EX(function_state).function = fci_cache->function_handler; 1118 fcall_cache.function_handler = EG(autoload_func); 1127 EG(autoload_func) = fcall_cache.function_handler;
|
| /PHP_5_3/ext/mysqli/ |
| H A D | mysqli.c | 1307 fcc.function_handler = ce->constructor;
|
| /PHP_5_3/ext/mysql/ |
| H A D | php_mysql.c | 2163 fcc.function_handler = ce->constructor;
|
| /PHP_5_3/ext/pgsql/ |
| H A D | pgsql.c | 2571 fcc.function_handler = ce->constructor;
|
Completed in 64 milliseconds