Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_object_handlers.c766 return fbc; in zend_check_private_int()
777 return fbc; in zend_check_private_int()
824 return fbc->common.prototype ? fbc->common.prototype->common.scope : fbc->common.scope; in zend_get_function_root_class()
849 zend_function *fbc; in zend_std_get_method() local
877 fbc = updated_fbc; in zend_std_get_method()
897 fbc = priv_fbc; in zend_std_get_method()
915 return fbc; in zend_std_get_method()
985 zend_function *fbc = NULL; in zend_std_get_static_method() local
996 fbc = ce->constructor; in zend_std_get_static_method()
1032 fbc = updated_fbc; in zend_std_get_static_method()
[all …]
H A Dzend_execute.h334 …c 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
341 *fbc = (zend_function *) b; in zend_arg_types_stack_2_pop()
344 …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
352 *fbc = (zend_function *) c; in zend_arg_types_stack_3_pop()
H A Dzend_vm_def.h1942 if (!EX(fbc)) {
1951 if ((EX(fbc)->common.fn_flags & ZEND_ACC_STATIC) != 0) {
2023 if (!EX(fbc)) {
2038 EX(fbc) = ce->constructor;
2041 if (EX(fbc)->common.fn_flags & ZEND_ACC_STATIC) {
2051 if (EX(fbc)->common.fn_flags & ZEND_ACC_ALLOW_STATIC) {
2096 EX(fbc)->common.fn_flags & ZEND_ACC_CLOSURE) {
2098 EX(fbc)->common.prototype = (zend_function*)function_name;
2429 EX(function_state).function = EX(fbc);
2950 EX(fbc) = constructor;
[all …]
H A Dzend_vm_execute.skl28 EX(fbc) = NULL;
H A Dzend_vm_execute.h65 EX(fbc) = NULL; in execute()
633 while (EX(fbc)) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
2726 if (!EX(fbc)) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
3303 if (!EX(fbc)) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMP_HANDLER()
3772 if (!EX(fbc)) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_VAR_HANDLER()
6061 if (!EX(fbc)) { in ZEND_INIT_METHOD_CALL_SPEC_TMP_CONST_HANDLER()
6525 if (!EX(fbc)) { in ZEND_INIT_METHOD_CALL_SPEC_TMP_TMP_HANDLER()
6991 if (!EX(fbc)) { in ZEND_INIT_METHOD_CALL_SPEC_TMP_VAR_HANDLER()
7549 if (!EX(fbc)) { in ZEND_INIT_METHOD_CALL_SPEC_TMP_CV_HANDLER()
10454 if (!EX(fbc)) { in ZEND_INIT_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
[all …]
H A Dzend_object_handlers.h159 ZEND_API int zend_check_private(union _zend_function *fbc, zend_class_entry *ce, char *function_nam…
H A Dzend_compile.h312 zend_function *fbc; /* Function Being Called */ member
/PHP-5.3/ext/pdo/
H A Dpdo_dbh.c1348 zend_function *fbc = NULL; in dbh_method_get() local
1358 if ((fbc = std_object_handlers.get_method(object_pp, method_name, method_len TSRMLS_CC)) == NULL) { in dbh_method_get()
1370 lc_method_name, method_len+1, (void**)&fbc) == FAILURE) { in dbh_method_get()
1371 if (!fbc) { in dbh_method_get()
1372 fbc = NULL; in dbh_method_get()
1379 return fbc; in dbh_method_get()
H A Dpdo_stmt.c2281 zend_function *fbc = NULL; in dbstmt_method_get() local
2291 method_len+1, (void**)&fbc) == FAILURE) { in dbstmt_method_get()
2308 lc_method_name, method_len+1, (void**)&fbc) == FAILURE) { in dbstmt_method_get()
2309 fbc = NULL; in dbstmt_method_get()
2317 return fbc; in dbstmt_method_get()
2705 zend_function *fbc; in row_method_get() local
2711 …if (zend_hash_find(&pdo_row_ce->function_table, lc_method_name, method_len+1, (void**)&fbc) == FAI… in row_method_get()
2717 return fbc; in row_method_get()

Completed in 125 milliseconds