Home
last modified time | relevance | path

Searched refs:global (Results 476 – 500 of 535) sorted by last modified time

1...<<11121314151617181920>>...22

/php-src/Zend/tests/nullsafe_operator/
H A D040.phpt6 global $foo;
/php-src/Zend/tests/
H A Dns_004.phpt2 004: Using global class name from namespace (unqualified - fail)
H A Dmagic_const_in_global_scope.phpt2 Test use of magic constants in the global scope
H A Dglobal_to_string_exception.phpt2 To string conversion failure in global
7 global ${new stdClass};
H A Dglobal_with_side_effect_name.phpt12 global ${sf("a")};
H A Dglobals_001.phpt2 globals in global scope
32 Warning: Undefined global variable $_SERVER in %s on line %d
H A Dglobals_002.phpt35 Warning: Undefined global variable $_SERVER in %s on line %d
H A Dglobals_003.phpt41 Warning: Undefined global variable $_SERVER in %s on line %d
H A Dglobals_004.phpt26 Warning: Undefined global variable $_SERVER in %s on line %d
H A Dfunc_get_args.phpt2 Testing func_get_args() throws error when called from the global scope
14 func_get_args() cannot be called from the global scope
H A Dfirst_class_callable_errors.phpt56 Call to private method Test::privateMethod() from global scope
H A Dexception_003.phpt2 Throwing exception in global scope
H A Dfalsetoarray.phpt91 global $false;
H A Dconstants_003.phpt2 Using namespace constants and constants of global scope
H A Dclosure_use_auto_global.phpt2 Cannot use() auto-global
16 Fatal error: Cannot use auto-global as lexical variable in %s on line %d
H A Dcall_with_refs.phpt7 global $my_var;
H A Dclass_alias_016.phpt2 Testing creation of alias to global scope
H A Dclass_name_as_scalar.phpt40 var_dump(Boo::class); // resolve in global namespace
H A Dclass_name_as_scalar_error_005.phpt10 Fatal error: Uncaught Error: Cannot use "static" in the global scope in %s:%d
/php-src/Zend/tests/list/
H A Dlist_reference_003.phpt19 global $arr;
/php-src/Zend/tests/grammar/
H A Dsemi_reserved_001.phpt27 function global(){ echo __METHOD__, PHP_EOL; }
108 $obj->global();
189 Obj::global
H A Dsemi_reserved_002.phpt27 static function global(){ echo __METHOD__, PHP_EOL; }
105 Obj::global();
185 Obj::global
H A Dsemi_reserved_003.phpt27 var $global = 'global';
108 echo $obj->global, PHP_EOL;
190 global
H A Dsemi_reserved_004.phpt27 static $global = 'global';
106 echo Obj::$global, PHP_EOL;
187 global
H A Dsemi_reserved_005.phpt26 const GLOBAL = 'global';
182 global

Completed in 45 milliseconds

1...<<11121314151617181920>>...22