Home
last modified time | relevance | path

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

12345678

/PHP-7.4/Zend/tests/
H A Dinvalid_parent_const_ref_leak.phpt18 Cannot access parent:: when current class scope has no parent
H A Dbug37046.phpt2 Bug #37046 (foreach breaks static scope)
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" when no class scope is active in %s:3
H A Dclosure_004.phpt2 Closure 004: Lambda with lexical variables (scope lifetime)
H A Dclass_name_as_scalar_error_006.phpt10 Fatal error: Uncaught Error: Cannot use "parent" when no class scope is active in %s:3
H A Dself_in_eval.phpt2 self etc. can be used in eval() in a class scope
H A Dclass_alias_016.phpt2 Testing creation of alias to global scope
H A Dno_class_const_propagation_in_closures.phpt2 self:: class constants should not be propagated into closures, due to scope rebinding
H A Dglobals_004.phpt2 globals in local scope - 3
H A Dbug71756.phpt2 Bug #71756 (Call-by-reference widens scope to uninvolved functions when used in switch)
H A Dclosure_036.phpt2 Closure 036: Rebinding closures, keep calling scope
H A Dparent_class_name_without_parent.phpt20 Fatal error: Uncaught Error: Cannot use "parent" when current class scope has no parent in %s:5
H A Dbug65911.phpt2 Bug #65911 (scope resolution operator - strange behavior with $this)
/PHP-7.4/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-7.4/ext/ffi/tests/
H A D302.phpt11 $ffi = FFI::scope("TEST_300");
H A D303.phpt11 $ffi = FFI::scope("TEST_300");
H A D300.phpt15 $ffi = FFI::scope("TEST_300");
/PHP-7.4/ext/intl/transliterator/
H A Dtransliterator_class.c262 zend_class_entry *scope; in Transliterator_write_property() local
266 scope = EG(fake_scope); in Transliterator_write_property()
268 scope = zend_get_executed_scope(); in Transliterator_write_property()
270 if( ( scope != Transliterator_ce_ptr ) && in Transliterator_write_property()
/PHP-7.4/Zend/tests/assert/
H A Dbug70208.phpt2 Bug #70208 (scope information must be preserved with assert())
/PHP-7.4/tests/lang/
H A Dbug23922.phpt2 Bug #23922 (scope doesn't properly propagate into internal functions)
/PHP-7.4/Zend/
H A Dzend_ast.c482 if (UNEXPECTED(zend_ast_evaluate(&op1, ast->child[0], scope) != SUCCESS)) { in zend_ast_evaluate()
496 if (UNEXPECTED(zend_ast_evaluate(&op1, ast->child[0], scope) != SUCCESS)) { in zend_ast_evaluate()
511 if (UNEXPECTED(zend_ast_evaluate(&op1, ast->child[0], scope) != SUCCESS)) { in zend_ast_evaluate()
529 zval *zv = zend_get_constant_ex(name, scope, ast->attr); in zend_ast_evaluate()
540 if (scope) { in zend_ast_evaluate()
541 ZVAL_STR_COPY(result, scope->name); in zend_ast_evaluate()
547 if (!scope) { in zend_ast_evaluate()
552 ZVAL_STR_COPY(result, scope->name); in zend_ast_evaluate()
554 if (!scope->parent) { in zend_ast_evaluate()
559 ZVAL_STR_COPY(result, scope->parent->name); in zend_ast_evaluate()
[all …]
/PHP-7.4/ext/reflection/tests/
H A Dbug79683.phpt2 Bug #79683: Fake reflection scope affects __toString()
/PHP-7.4/ext/standard/tests/class_object/
H A Dforward_static_call_002.phpt21 Fatal error: Uncaught Error: Cannot call forward_static_call() when no class scope is active in %s:…

Completed in 33 milliseconds

12345678