Home
last modified time | relevance | path

Searched refs:scope (Results 51 – 75 of 186) sorted by relevance

12345678

/PHP-7.3/tests/lang/
H A Dfunc_get_args.003.phpt10 Warning\: func_get_args\(\)\: Called from the global scope - no function context in \S* on line 3
H A Dfunc_num_args.003.phpt10 Warning: func_num_args(): Called from the global scope - no function context in %s on line %d
H A Dfunc_get_arg.003.phpt10 Warning: func_get_arg(): Called from the global scope - no function context in %s on line %d
H A Dstatic_basic_001.phpt40 echo "\nUsing static keyword at global scope\n";
80 Using static keyword at global scope
H A Dbug25652.phpt2 Bug #25652 (Calling Global functions dynamically fails from Class scope)
/PHP-7.3/Zend/tests/
H A D035.phpt2 Using 'static' and 'global' in global scope
H A Dbug79919.phpt2 Bug #79919 (Stack use-after-scope in define())
H A Dself_class_const_outside_class.phpt10 Fatal error: Cannot use "self" when no class scope is active in %s on line %d
H A Dself_instanceof_outside_class.phpt17 Cannot access self:: when no class scope is active
H A Dmagic_const_in_global_scope.phpt2 Test use of magic constants in the global scope
H A Dclosure_002.phpt2 Closure 002: Lambda with lexical variables (global scope)
H A Dconstants_003.phpt2 Using namespace constants and constants of global scope
H A Ddynamic_call_007.phpt2 Dynamic calls to scope introspection functions are forbidden (misoptimization)
H A Dbug70630.phpt10 Warning: Cannot rebind scope of closure created by ReflectionFunctionAbstract::getClosure() in %s o…
H A Dclosure_003.phpt2 Closure 003: Lambda with lexical variables (local scope)
H A Dinvalid_parent_const_ref_leak.phpt18 Cannot access parent:: when current class scope has no parent
/PHP-7.3/ext/reflection/tests/
H A Dbug38465.phpt20 echo "From global scope:\n";
50 From global scope:
/PHP-7.3/Zend/tests/return_types/
H A D024.phpt8 Fatal error: Cannot use "self" when no class scope is active in %s on line 3
H A D026.phpt8 Fatal error: Cannot use "parent" when no class scope is active in %s on line %d
/PHP-7.3/ext/intl/transliterator/
H A Dtransliterator_class.c261 zend_class_entry *scope; in Transliterator_write_property() local
265 scope = EG(fake_scope); in Transliterator_write_property()
267 scope = zend_get_executed_scope(); in Transliterator_write_property()
269 if( ( scope != Transliterator_ce_ptr ) && in Transliterator_write_property()
/PHP-7.3/Zend/tests/grammar/
H A Dregression_005.phpt2 Test possible constant naming regression on procedural scope
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-7.3/sapi/phpdbg/
H A Dphpdbg_opcode.h34 zend_class_entry *scope; member
/PHP-7.3/ext/standard/tests/array/
H A Dbug34982.phpt2 Bug #34982 (array_walk_recursive() modifies elements outside function scope)

Completed in 21 milliseconds

12345678