Searched refs:function_handler (Results 1 - 14 of 14) sorted by relevance

/PHP_TRUNK/ext/pdo/
H A Dpdo_dbh.c486 fcc.function_handler = dbstmt_ce->constructor;
H A Dpdo_stmt.c778 fcc->function_handler = ce->constructor;
/PHP_TRUNK/ext/spl/
H A Dphp_spl.c497 alfi.func_ptr = fcc.function_handler;
540 alfi.func_ptr = fcc.function_handler;
H A Dspl_directory.c2118 fcic.function_handler = func_ptr;
H A Dspl_iterators.c833 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 Duserspace.c316 fcc.function_handler = uwrap->ce->constructor;
/PHP_TRUNK/ext/pgsql/
H A Dpgsql.c2586 fcc.function_handler = ce->constructor;
/PHP_TRUNK/Zend/
H A Dzend_interfaces.c76 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 Dzend_API.c2754 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 Dzend_API.h57 zend_function *function_handler; member in struct:_zend_fcall_info_cache
H A Dzend_execute_API.c808 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 Dphp_reflection.c1408 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 Dmysqli.c1319 fcc.function_handler = ce->constructor;
/PHP_TRUNK/ext/mysql/
H A Dphp_mysql.c2205 fcc.function_handler = ce->constructor;

Completed in 62 milliseconds