Home
last modified time | relevance | path

Searched refs:scope (Results 76 – 100 of 235) sorted by relevance

12345678910

/php-src/Zend/tests/grammar/
H A Dregression_004.phpt2 Test possible function naming regression on procedural scope
H A Dregression_003.phpt2 Test to ensure ::class is still reserved in obj scope
/php-src/tests/classes/
H A Dfactory_and_singleton_010.phpt19 Warning: Call to private test::__destruct() from global scope during shutdown ignored in Unknown on…
H A Dfactory_and_singleton_009.phpt19 Warning: Call to protected test::__destruct() from global scope during shutdown ignored in Unknown …
H A Ddestructor_visibility_002.phpt22 Warning: Call to private Derived::__destruct() from global scope during shutdown ignored in Unknown…
H A Dfactory_and_singleton_003.phpt16 Fatal error: Uncaught Error: Call to protected test::__construct() from global scope in %s:%d
H A Dfactory_and_singleton_004.phpt16 Fatal error: Uncaught Error: Call to private test::__construct() from global scope in %s:%d
H A Dfactory_and_singleton_005.phpt17 Fatal error: Uncaught Error: Call to protected test::__destruct() from global scope in %s:%d
H A Dfactory_and_singleton_006.phpt17 Fatal error: Uncaught Error: Call to private test::__destruct() from global scope in %s:%d
/php-src/tests/lang/
H A Dbug25652.phpt2 Bug #25652 (Calling Global functions dynamically fails from Class scope)
/php-src/Zend/tests/
H A Dclosure_003.phpt2 Closure 003: Lambda with lexical variables (local scope)
H A Ddynamic_call_007.phpt2 Dynamic calls to scope introspection functions are forbidden (misoptimization)
H A Dinvalid_parent_const_ref_leak.phpt18 Cannot access "parent" when current class scope has no parent
H A Dclass_alias_019.phpt2 Trying to redeclare class name in global scope inside namespace
H A Dclass_name_as_scalar_error_005.phpt10 Fatal error: Uncaught Error: Cannot use "static" in the global scope in %s:%d
H A Dclass_name_as_scalar_error_006.phpt10 Fatal error: Uncaught Error: Cannot use "parent" in the global scope in %s:%d
H A Dbug37046.phpt2 Bug #37046 (foreach breaks static scope)
H A Dclosure_004.phpt2 Closure 004: Lambda with lexical variables (scope lifetime)
/php-src/Zend/Optimizer/
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/
H A Dzend_builtin_functions.c563 if (scope) { in ZEND_FUNCTION()
568 RETURN_STR_COPY(scope->name); in ZEND_FUNCTION()
700 prop_info->ce != scope)) { in add_class_vars()
752 scope = zend_get_executed_scope(); in ZEND_FUNCTION()
855 zend_class_entry *scope; in ZEND_FUNCTION() local
863 scope = zend_get_executed_scope(); in ZEND_FUNCTION()
867 || (scope && in ZEND_FUNCTION()
869 zend_check_protected(mptr->common.scope, scope)) in ZEND_FUNCTION()
871 scope == mptr->common.scope))) in ZEND_FUNCTION()
1971 if (func->common.scope) { in zend_fetch_debug_backtrace()
[all …]
/php-src/ext/standard/tests/array/
H A Dbug34982.phpt2 Bug #34982 (array_walk_recursive() modifies elements outside function scope)
H A Dextract_variation11.phpt2 …n - ensure EXTR_REFS works when array is referenced and keys clash with variables in current scope.
/php-src/ext/intl/tests/
H A Dbreakiter___construct.phpt12 Fatal error: Uncaught Error: Call to private IntlBreakIterator::__construct() from global scope in …
/php-src/ext/ffi/tests/
H A D302.phpt12 $ffi = FFI::scope("TEST_300");
H A D303.phpt12 $ffi = FFI::scope("TEST_300");

Completed in 35 milliseconds

12345678910