Home
last modified time | relevance | path

Searched refs:fbc (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_object_handlers.c936 return fbc; in zend_check_private_int()
947 return fbc; in zend_check_private_int()
1010 zend_function *fbc; in zend_std_get_method() local
1047 fbc = updated_fbc; in zend_std_get_method()
1067 fbc = priv_fbc; in zend_std_get_method()
1087 return fbc; in zend_std_get_method()
1155 zend_function *fbc = NULL; in zend_std_get_static_method() local
1176 fbc = ce->constructor; in zend_std_get_static_method()
1180 if (EXPECTED(!fbc) && in zend_std_get_static_method()
1214 fbc = updated_fbc; in zend_std_get_static_method()
[all …]
H A Dzend_object_handlers.h149 #define zend_get_function_root_class(fbc) \ argument
150 ((fbc)->common.prototype ? (fbc)->common.prototype->common.scope : (fbc)->common.scope)
168 ZEND_API int zend_check_private(union _zend_function *fbc, zend_class_entry *ce, char *function_nam…
H A Dzend_vm_def.h1934 fbc->common.scope ? fbc->common.scope->name : "", in ZEND_VM_HELPER()
1935 fbc->common.scope ? "::" : "", in ZEND_VM_HELPER()
1936 fbc->common.function_name); in ZEND_VM_HELPER()
1939 if (fbc->common.scope && in ZEND_VM_HELPER()
1953 if (fbc->type == ZEND_USER_FUNCTION || fbc->common.scope) { in ZEND_VM_HELPER()
1959 EG(scope) = (fbc->type == ZEND_USER_FUNCTION || !EX(object)) ? fbc->common.scope : NULL; in ZEND_VM_HELPER()
1968 if (fbc->common.arg_info) { in ZEND_VM_HELPER()
2047 efree(fbc); in ZEND_VM_HELPER()
2596 call->fbc = ce->constructor;
3409 call->fbc = constructor;
[all …]
H A Dzend_vm_execute.h495 fbc->common.scope ? fbc->common.scope->name : "", in zend_do_fcall_common_helper_SPEC()
497 fbc->common.function_name); in zend_do_fcall_common_helper_SPEC()
500 if (fbc->common.scope && in zend_do_fcall_common_helper_SPEC()
514 if (fbc->type == ZEND_USER_FUNCTION || fbc->common.scope) { in zend_do_fcall_common_helper_SPEC()
520 EG(scope) = (fbc->type == ZEND_USER_FUNCTION || !EX(object)) ? fbc->common.scope : NULL; in zend_do_fcall_common_helper_SPEC()
529 if (fbc->common.arg_info) { in zend_do_fcall_common_helper_SPEC()
608 efree(fbc); in zend_do_fcall_common_helper_SPEC()
779 call->fbc = constructor; in ZEND_NEW_SPEC_HANDLER()
1027 efree(call->fbc); in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3625 call->fbc = ce->constructor; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
[all …]
H A Dzend_compile.h377 zend_function *fbc; member
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c1365 zend_function *fbc = NULL; in dbh_method_get() local
1375 …if ((fbc = std_object_handlers.get_method(object_pp, method_name, method_len, key TSRMLS_CC)) == N… in dbh_method_get()
1387 lc_method_name, method_len+1, (void**)&fbc) == FAILURE) { in dbh_method_get()
1388 if (!fbc) { in dbh_method_get()
1389 fbc = NULL; in dbh_method_get()
1396 return fbc; in dbh_method_get()
H A Dpdo_stmt.c2263 zend_function *fbc = NULL; in dbstmt_method_get() local
2273 method_len+1, (void**)&fbc) == FAILURE) { in dbstmt_method_get()
2290 lc_method_name, method_len+1, (void**)&fbc) == FAILURE) { in dbstmt_method_get()
2291 fbc = NULL; in dbstmt_method_get()
2299 return fbc; in dbstmt_method_get()
2698 zend_function *fbc; in row_method_get() local
2704 …if (zend_hash_find(&pdo_row_ce->function_table, lc_method_name, method_len+1, (void**)&fbc) == FAI… in row_method_get()
2710 return fbc; in row_method_get()
/PHP-5.5/
H A DUPGRADING.INTERNALS28 * removed EG(arg_types_stack), EX(fbc), EX(called_scope), EX(current_object)

Completed in 284 milliseconds