Home
last modified time | relevance | path

Searched refs:common (Results 1 – 25 of 266) sorted by path

1234567891011

/PHP-7.3/
H A D.gdbinit70 if $func->common.scope
71 printf "%s->", $func->common.scope->name->val
76 if $func->common.scope
77 printf "%s::", $func->common.scope->name->val
81 if $func->common.function_name
82 printf "%s(", $func->common.function_name->val
360 printf "\"%s\"\n", $func->common.function_name->val
H A DREADME.SELF-CONTAINED-EXTENSIONS104 ext_skel can be of great help when creating the common code for all modules
H A DUPGRADING429 . Added gmp_lcm(a, b) for calculating the least common multiple.
/PHP-7.3/Zend/tests/
H A Dbug37212.phpt2 Bug #37212 (Access to protected property of common base class)
26 $this->value = $obj->value; // value defined in common base class
H A Dconstant_expressions_classes.phpt12 # This test validates that autoloading works for common const expression (AST) use cases
/PHP-7.3/Zend/tests/generators/
H A Dbug70965.phpt2 Bug #70965 (yield from with a common iterator primes too much)
/PHP-7.3/Zend/tests/traits/bugs/
H A Dabstract-methods01.phpt2 Abstract Trait Methods should behave like common abstract methods.
H A Dabstract-methods02.phpt2 Abstract Trait Methods should behave like common abstract methods.
H A Dabstract-methods03.phpt2 Abstract Trait Methods should behave like common abstract methods.
H A Dabstract-methods04.phpt2 Abstract Trait Methods should behave like common abstract methods and
/PHP-7.3/Zend/
H A Dzend.c576 if ((old_func->common.fn_flags & (ZEND_ACC_HAS_RETURN_TYPE|ZEND_ACC_HAS_TYPE_HINTS)) in function_copy_ctor()
577 && old_func->common.arg_info) { in function_copy_ctor()
579 uint32_t num_args = old_func->common.num_args + 1; in function_copy_ctor()
580 zend_arg_info *arg_info = old_func->common.arg_info - 1; in function_copy_ctor()
583 if (old_func->common.fn_flags & ZEND_ACC_VARIADIC) { in function_copy_ctor()
597 func->common.arg_info = new_arg_info + 1; in function_copy_ctor()
H A Dzend.h50 !ZEND_USER_CODE(EX(prev_execute_data)->func->common.type) || \
H A Dzend_API.c176 …const char *class_name = active_function->common.scope ? ZSTR_VAL(active_function->common.scope->n… in zend_wrong_parameters_none_error()
2109 if (fptr->common.num_args != 1) { in zend_check_magic_method_implementation()
2115 if (fptr->common.num_args != 2) { in zend_check_magic_method_implementation()
2121 if (fptr->common.num_args != 1) { in zend_check_magic_method_implementation()
2127 if (fptr->common.num_args != 1) { in zend_check_magic_method_implementation()
2133 if (fptr->common.num_args != 2) { in zend_check_magic_method_implementation()
2141 if (fptr->common.num_args != 2) { in zend_check_magic_method_implementation()
2294 if (reg_function->common.arg_info && reg_function->common.num_args) { in zend_register_functions()
4282 !f->common.scope || in zend_resolve_method_name()
4284 return f->common.function_name; in zend_resolve_method_name()
[all …]
H A Dzend_API.h364 #define ZEND_IS_METHOD_CALL() (EX(func)->common.scope != NULL)
H A Dzend_builtin_functions.c1294 scope == mptr->common.scope)))) { in ZEND_FUNCTION()
1302 mptr->common.scope == ce || in ZEND_FUNCTION()
2321 if (func->common.scope && func->common.scope->trait_aliases) { in ZEND_FUNCTION()
2338 if (func->common.scope) { in ZEND_FUNCTION()
2347 } else if (func->common.scope) { in ZEND_FUNCTION()
2348 class_name = func->common.scope->name; in ZEND_FUNCTION()
2404 && !func->common.scope in ZEND_FUNCTION()
2555 function_name = (func->common.scope && in zend_fetch_debug_backtrace()
2559 func->common.function_name; in zend_fetch_debug_backtrace()
2570 if (func->common.scope) { in zend_fetch_debug_backtrace()
[all …]
H A Dzend_closures.c80 ZSTR_VAL(func->common.scope->name), in zend_valid_closure_binding()
85 } else if (!(func->common.fn_flags & ZEND_ACC_STATIC) && func->common.scope in zend_valid_closure_binding()
200 ce = closure->func.common.scope; in ZEND_METHOD()
209 ce = closure->func.common.scope; in ZEND_METHOD()
285 call.scope = mptr->common.scope; in zend_create_closure_from_callable()
355 invoke->common = closure->func.common; in zend_get_closure_invoke_method()
527 (closure->func.common.num_args || in zend_closure_get_debug_info()
677 || func->common.scope != scope in zend_create_closure()
685 func->common.scope = scope; in zend_create_closure()
711 if (!func->common.scope) { in zend_create_closure()
[all …]
H A Dzend_compile.c1029 if (function->common.function_name) { in function_add_ref()
1030 zend_string_addref(function->common.function_name); in function_add_ref()
1063 ZSTR_VAL(function->common.function_name), in do_bind_function()
4171 &&((fbc->common.fn_flags & ZEND_ACC_PRIVATE) in zend_compile_static_call()
5447 func->common.arg_flags[0] = 0; in zend_set_function_arg_flags()
5448 func->common.arg_flags[1] = 0; in zend_set_function_arg_flags()
5449 func->common.arg_flags[2] = 0; in zend_set_function_arg_flags()
5450 if (func->common.arg_info) { in zend_set_function_arg_flags()
5451 n = MIN(func->common.num_args, MAX_ARG_FLAG_NUM); in zend_set_function_arg_flags()
5457 …if (UNEXPECTED(func->common.fn_flags & ZEND_ACC_VARIADIC && func->common.arg_info[i].pass_by_refer… in zend_set_function_arg_flags()
[all …]
H A Dzend_compile.h457 …ND_FN_SCOPE_NAME(function) ((function) && (function)->common.scope ? ZSTR_VAL((function)->common.…
473 } common; member
567 (((call)->func->common.fn_flags & ZEND_ACC_STRICT_TYPES) != 0)
926 if (UNEXPECTED(arg_num >= zf->common.num_args)) { in zend_check_arg_send_type()
927 if (EXPECTED((zf->common.fn_flags & ZEND_ACC_VARIADIC) == 0)) { in zend_check_arg_send_type()
930 arg_num = zf->common.num_args; in zend_check_arg_send_type()
932 return UNEXPECTED((zf->common.arg_info[arg_num].pass_by_reference & mask) != 0); in zend_check_arg_send_type()
H A Dzend_exceptions.c176 !ZEND_USER_CODE(EG(current_execute_data)->func->common.type) || in zend_throw_exception_internal()
H A Dzend_execute.c723 if (zf->common.scope) { in zend_verify_type_error_common()
952 cur_arg_info = &zf->common.arg_info[zf->common.num_args]; in zend_verify_arg_type()
991 EX(func)->common.scope ? ZSTR_VAL(EX(func)->common.scope->name) : "", in zend_missing_arg_error()
997 EX(func)->common.required_num_args == EX(func)->common.num_args ? "exactly" : "at least", in zend_missing_arg_error()
1001 EX(func)->common.scope ? ZSTR_VAL(EX(func)->common.scope->name) : "", in zend_missing_arg_error()
1005 EX(func)->common.required_num_args == EX(func)->common.num_args ? "exactly" : "at least", in zend_missing_arg_error()
1047 if (zf->common.scope) { in zend_verify_void_return_error()
1368 fbc->common.scope ? ZSTR_VAL(fbc->common.scope->name) : "", in zend_deprecated_function()
1635 ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name)); in zend_non_static_method_call()
1640 ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name)); in zend_non_static_method_call()
[all …]
H A Dzend_execute_API.c403 zend_class_entry *ce = func->common.scope; in get_active_class_name()
439 return ZSTR_VAL(func->common.function_name); in get_active_function_name()
504 return ex->func->common.scope; in zend_get_executed_scope()
688 func->common.scope ? ZSTR_VAL(func->common.scope->name) : "", in zend_call_function()
689 func->common.scope ? "::" : "", in zend_call_function()
690 ZSTR_VAL(func->common.function_name)); in zend_call_function()
714 func->common.scope ? ZSTR_VAL(func->common.scope->name) : "", in zend_call_function()
715 func->common.scope ? "::" : "", in zend_call_function()
716 ZSTR_VAL(func->common.function_name)); in zend_call_function()
1397 if (fn->common.fn_flags & ZEND_ACC_ABSTRACT) { in zend_verify_abstract_class_function()
[all …]
H A Dzend_generators.c832 ZEND_USER_CODE(EG(current_execute_data)->func->common.type)) { in zend_generator_resume()
H A Dzend_inheritance.c306 if (proto->common.required_num_args < fe->common.required_num_args in zend_do_perform_implementation_check()
307 || proto->common.num_args > fe->common.num_args) { in zend_do_perform_implementation_check()
329 if (fe->common.num_args >= proto->common.num_args) { in zend_do_perform_implementation_check()
344 proto_arg_info = &proto->common.arg_info[proto->common.num_args]; in zend_do_perform_implementation_check()
603 child->common.prototype = parent->common.prototype ? parent->common.prototype : parent; in do_inheritance_check_on_method()
604 …} else if (parent->common.prototype && (parent->common.prototype->common.scope->ce_flags & ZEND_AC… in do_inheritance_check_on_method()
606 child->common.prototype = parent->common.prototype ? parent->common.prototype : parent; in do_inheritance_check_on_method()
618 child->common.prototype->common.fn_flags & ZEND_ACC_ABSTRACT in do_inheritance_check_on_method()
1244 ZSTR_VAL(fn->common.scope->name), ZSTR_VAL(fn->common.function_name), in zend_add_trait_method()
1308 …fn_copy.common.fn_flags = alias->modifiers | (fn->common.fn_flags ^ (fn->common.fn_flags & ZEND_AC… in zend_traits_copy_functions()
[all …]
H A Dzend_object_handlers.c1073 if (fbc->common.fn_flags & ZEND_ACC_PRIVATE in zend_get_parent_private()
1074 && fbc->common.scope == scope) { in zend_get_parent_private()
1105 if (fbc->common.scope == ce && scope == ce) { in zend_check_private()
1153 if (EXPECTED(EG(trampoline).common.function_name == NULL)) { in zend_get_call_trampoline_func()
1169 func->scope = fbc->common.scope; in zend_get_call_trampoline_func()
1231 if (fbc->common.scope != scope || zobj->ce != scope) { in zend_std_get_method()
1342 if (UNEXPECTED(!(fbc->common.fn_flags & ZEND_ACC_STATIC))) { in zend_std_get_static_method()
1352 if (UNEXPECTED(fbc->common.scope != scope)) { in zend_std_get_static_method()
1360 } else if ((fbc->common.fn_flags & ZEND_ACC_PROTECTED)) { in zend_std_get_static_method()
1478 if (UNEXPECTED(constructor->common.scope != scope)) { in zend_std_get_constructor()
[all …]
H A Dzend_object_handlers.h172 ((fbc)->common.prototype ? (fbc)->common.prototype->common.scope : (fbc)->common.scope)
215 EG(trampoline).common.function_name = NULL; \

Completed in 131 milliseconds

1234567891011