Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_object_handlers.c930 return fbc; in zend_check_private_int()
941 return fbc; in zend_check_private_int()
1004 zend_function *fbc; in zend_std_get_method() local
1041 fbc = updated_fbc; in zend_std_get_method()
1061 fbc = priv_fbc; in zend_std_get_method()
1081 return fbc; in zend_std_get_method()
1149 zend_function *fbc = NULL; in zend_std_get_static_method() local
1170 fbc = ce->constructor; in zend_std_get_static_method()
1174 if (EXPECTED(!fbc) && in zend_std_get_static_method()
1208 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.h2309 EX(fbc) = ce->constructor;
2630 fbc->common.scope ? fbc->common.scope->name : "", in ZEND_VM_HELPER()
2631 fbc->common.scope ? "::" : "", in ZEND_VM_HELPER()
2632 fbc->common.function_name); in ZEND_VM_HELPER()
2635 if (fbc->common.scope && in ZEND_VM_HELPER()
2649 if (fbc->type == ZEND_USER_FUNCTION || fbc->common.scope) { in ZEND_VM_HELPER()
2655 EG(scope) = (fbc->type == ZEND_USER_FUNCTION || !EX(object)) ? fbc->common.scope : NULL; in ZEND_VM_HELPER()
2666 if (fbc->common.arg_info) { in ZEND_VM_HELPER()
2747 efree(fbc); in ZEND_VM_HELPER()
3388 EX(fbc) = constructor;
[all …]
H A Dzend_vm_execute.h366 EX(fbc) = NULL; in execute()
588 fbc->common.scope ? fbc->common.scope->name : "", in zend_do_fcall_common_helper_SPEC()
593 if (fbc->common.scope && in zend_do_fcall_common_helper_SPEC()
607 if (fbc->type == ZEND_USER_FUNCTION || fbc->common.scope) { in zend_do_fcall_common_helper_SPEC()
613 EG(scope) = (fbc->type == ZEND_USER_FUNCTION || !EX(object)) ? fbc->common.scope : NULL; in zend_do_fcall_common_helper_SPEC()
624 if (fbc->common.arg_info) { in zend_do_fcall_common_helper_SPEC()
705 efree(fbc); in zend_do_fcall_common_helper_SPEC()
839 EX(fbc) = constructor; in ZEND_NEW_SPEC_HANDLER()
1062 while (EX(fbc)) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
3508 EX(fbc) = ce->constructor; in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
[all …]
H A Dzend_execute.h355 …s_inline void zend_arg_types_stack_2_pop(zend_ptr_stack *stack, zval **object, zend_function **fbc) in zend_arg_types_stack_2_pop() argument
362 *fbc = (zend_function *) b; in zend_arg_types_stack_2_pop()
365 …k_3_pop(zend_ptr_stack *stack, zend_class_entry **called_scope, zval **object, zend_function **fbc) in zend_arg_types_stack_3_pop() argument
373 *fbc = (zend_function *) c; in zend_arg_types_stack_3_pop()
H A Dzend_vm_execute.skl29 EX(fbc) = NULL;
H A Dzend_compile.h369 zend_function *fbc; /* Function Being Called */ member
/PHP-5.4/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.c2272 zend_function *fbc = NULL; in dbstmt_method_get() local
2282 method_len+1, (void**)&fbc) == FAILURE) { in dbstmt_method_get()
2299 lc_method_name, method_len+1, (void**)&fbc) == FAILURE) { in dbstmt_method_get()
2300 fbc = NULL; in dbstmt_method_get()
2308 return fbc; in dbstmt_method_get()
2708 zend_function *fbc; in row_method_get() local
2714 …if (zend_hash_find(&pdo_row_ce->function_table, lc_method_name, method_len+1, (void**)&fbc) == FAI… in row_method_get()
2720 return fbc; in row_method_get()

Completed in 166 milliseconds