Home
last modified time | relevance | path

Searched refs:scope (Results 1 – 25 of 235) sorted by path

12345678910

/php-src/
H A D.gdbinit55 variables of that scope. If no parameter is used it will use
56 current_execute_data for scope.
68 if $func->common.scope
69 printf "%s->", (char*)$func->common.scope->name->val
74 if $func->common.scope
75 printf "%s::", (char*)$func->common.scope->name->val
/php-src/Zend/Optimizer/
H A Dssa_integrity.c100 op_array->scope ? ZSTR_VAL(op_array->scope->name) : "", \
H A Dzend_dump.c920 if (op_array->scope && op_array->scope->name) { in zend_dump_op_array_name()
921 fprintf(stderr, "%s::%s", op_array->scope->name->val, op_array->function_name->val); in zend_dump_op_array_name()
H A Dzend_func_info.c103 if (callee_func->common.scope) { in zend_get_internal_func_info()
H A Dzend_inference.c2417 && (!scope || (scope->ce_flags & ZEND_ACC_LINKED))) { in lookup_prop_info()
2419 EG(fake_scope) = scope; in lookup_prop_info()
2431 ((prop_info->ce == scope) || in lookup_prop_info()
2446 ce = op_array->scope; in zend_fetch_prop_info()
2453 op_array->scope); in zend_fetch_prop_info()
2474 ce = op_array->scope; in zend_fetch_static_prop_info()
2477 if (op_array->scope && (op_array->scope->ce_flags & ZEND_ACC_LINKED)) { in zend_fetch_static_prop_info()
3349 if (op_array->scope) { in _zend_update_type_info()
3356 … if (op_array->scope && op_array->scope->parent && (op_array->scope->ce_flags & ZEND_ACC_LINKED)) { in _zend_update_type_info()
3363 if (op_array->scope && (op_array->scope->ce_flags & ZEND_ACC_FINAL)) { in _zend_update_type_info()
[all …]
H A Dzend_optimizer.c810 if (op_array && op_array->scope && zend_string_equals_ci(op_array->scope->name, lcname)) { in zend_optimizer_get_class_entry()
811 return op_array->scope; in zend_optimizer_get_class_entry()
829 return op_array->scope; in zend_optimizer_get_class_entry_from_op1()
861 && op_array->scope && !(op_array->scope->ce_flags & ZEND_ACC_TRAIT) in zend_fetch_class_const_info()
865 ce = op_array->scope; in zend_fetch_class_const_info()
867 ce = op_array->scope; in zend_fetch_class_const_info()
871 ce = op_array->scope->parent; in zend_fetch_class_const_info()
941 bool same_scope = fbc->common.scope == op_array->scope; in zend_optimizer_get_called_func()
952 && op_array->scope in zend_optimizer_get_called_func()
963 bool same_scope = fbc->common.scope == op_array->scope; in zend_optimizer_get_called_func()
[all …]
/php-src/Zend/tests/
H A D002.phpt120 func_get_arg() cannot be called from the global scope
H A D003.phpt82 func_get_args() cannot be called from the global scope
H A D020.phpt28 func_get_arg() cannot be called from the global scope
H A D035.phpt2 Using 'static' and 'global' in global scope
H A Daccess_modifiers_008.phpt57 Call to private method A::mp() from scope B2
59 Call to protected method B1::mp() from scope B2
60 Call to protected method B1::mb() from scope B2
H A Daccess_modifiers_010.phpt31 Fatal error: Uncaught Error: Call to private method d::test2() from scope a in %s:%d
H A Dbug37046.phpt2 Bug #37046 (foreach breaks static scope)
H A Dbug37632.phpt135 Fatal error: Uncaught Error: Call to protected C4::__construct() from scope B4 in %s:%d
H A Dbug44141.phpt26 Fatal error: Uncaught Error: Call to private X::__construct() from scope Y in %s:%d
H A Dbug45186.phpt2 Bug #45186 (__call depends on __callstatic in class scope)
61 …rgument #1 ($callback) must be a valid callback, cannot access "self" when no class scope is active
H A Dbug45186_2.phpt2 Bug #45186.2 (__call depends on __callstatic in class scope)
60 …rgument #1 ($callback) must be a valid callback, cannot access "self" when no class scope is active
H A Dbug45862.phpt22 echo "\n From parent scope\n";
25 echo "\n From child scope\n";
31 From parent scope
38 From child scope
H A Dbug61025.phpt21 Fatal error: Uncaught Error: Call to private method Bar::__invoke() from global scope in %s:%d
H A Dbug65911.phpt2 Bug #65911 (scope resolution operator - strange behavior with $this)
H A Dbug69017.phpt2 #69017 (Fail to push to the empty array with the constant value defined in class scope)
H A Dbug70630.phpt10 Warning: Cannot rebind scope of closure created from function in %s on line %d
/php-src/Zend/tests/attributes/
H A D013_class_scope.phpt2 Attributes make use of class scope.
H A D017_closure_scope.phpt2 Attributes make use of closure scope.
H A D032_attribute_validation_scope.phpt2 Validation for "Attribute" does not use a scope when evaluating constant ASTs
9 Fatal error: Cannot access "parent" when no class scope is active in %s on line %d

Completed in 55 milliseconds

12345678910