Searched refs:global (Results 1 – 25 of 546) sorted by relevance
12345678910>>...22
/PHP-8.3/tests/classes/ |
H A D | method_call_variation_001.phpt | 2 In $a->$b[Y]() and $a->X[Y]() both $a->$b[Y] and $a->X[Y] represent a global function name 10 echo "Called global foo($a, $b)\n"; 26 Called global foo(1, 2) 27 Called global foo(3, 4) 28 Called global foo(5, 6) 29 Called global foo(7, 8)
|
H A D | destructor_and_globals.phpt | 9 global $test_cnt; 17 global $test_cnt, $test_num; 28 global $test_cnt;
|
/PHP-8.3/ext/opcache/tests/ |
H A D | bug78015.phpt | 11 global $x; 18 global $x; 25 global $x; 32 global $x; 39 global $x; 46 global $x; 54 global $x; 77 global $x;
|
/PHP-8.3/Zend/tests/ |
H A D | 035.phpt | 2 Using 'static' and 'global' in global scope 9 global $var, $var, $var;
|
H A D | this_as_global.phpt | 2 $this as global variable 6 global $this; 12 Fatal error: Cannot use $this as global variable in %sthis_as_global.php on line 3
|
H A D | gh13670_002.phpt | 5 // gc_threshold is global state 12 global $shutdown; 29 global $shutdown; 37 global $objs, $defaultThreshold;
|
H A D | gh13670_001.phpt | 5 // gc_threshold is global state 12 global $shutdown; 22 global $shutdown;
|
H A D | gh13670_003.phpt | 5 // gc_threshold is global state 12 global $shutdown; 29 global $shutdown; 37 global $objs, $defaultThreshold;
|
H A D | bug35470.phpt | 2 Bug #35470 (Assigning global using variable name from array doesn't function) 6 global ${$x[0]};
|
H A D | global_to_string_exception.phpt | 2 To string conversion failure in global 7 global ${new stdClass};
|
H A D | func_get_args.phpt | 2 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 D | static_variables_global_2.phpt | 2 Static variable can override global 7 global $a;
|
H A D | closure_use_auto_global.phpt | 2 Cannot use() auto-global 16 Fatal error: Cannot use auto-global as lexical variable in %s on line %d
|
/PHP-8.3/ext/zlib/tests/ |
H A D | gzopen_include_path.inc | 14 global $reldirs; 28 global $newdirs, $dir4; 44 global $newdirs; 60 global $reldirs; 77 global $newdirs; 86 global $reldirs;
|
/PHP-8.3/ext/standard/tests/file/ |
H A D | fopen_include_path.inc | 14 global $reldirs; 28 global $newdirs, $dir4; 44 global $newdirs; 60 global $reldirs; 77 global $newdirs; 86 global $reldirs;
|
/PHP-8.3/ext/opcache/tests/jit/ |
H A D | gh8461-007.inc | 14 global $x; 22 global $x; 40 global $x;
|
H A D | bind_global_001.phpt | 2 Bind global and immutable string 11 global $a;
|
/PHP-8.3/ext/standard/tests/general_functions/ |
H A D | debug_zval_dump_v.phpt | 6 echo "--- Variation 1: global variable inside a function ---\n"; 7 $global_var = 10; //declaring global variable 9 /* function to dump reference count of global variable,$global_var 12 global $global_var; 15 echo "\n-- Value of global variable inside dump_globalvar() --\n"; 19 echo "\n-- Value of global variable, before calling dump_globalvar() --\n"; 23 and global variables inside the function */ 118 --- Variation 1: global variable inside a function --- 120 -- Value of global variable, before calling dump_globalvar() -- 126 -- Value of global variable inside dump_globalvar() -- [all …]
|
/PHP-8.3/ext/standard/tests/class_object/ |
H A D | get_class_methods_basic_003.phpt | 30 echo "Accessing I from global scope:\n"; 32 echo "Accessing C from global scope:\n"; 38 Accessing I from global scope: 43 Accessing C from global scope:
|
/PHP-8.3/ext/ldap/tests/ |
H A D | ldap_unbind_variation.phpt | 15 global $user; 16 global $passwd; 17 global $protocol_version;
|
H A D | ldap_set_rebind_proc_basic.phpt | 15 global $user; 16 global $passwd; 17 global $protocol_version;
|
H A D | ldap_set_rebind_proc_error.phpt | 24 global $user; 25 global $passwd; 26 global $protocol_version;
|
/PHP-8.3/tests/lang/ |
H A D | foreachLoopIteratorAggregate.001.phpt | 10 global $indent; 16 global $indent; 22 global $indent; 28 global $indent; 34 global $indent; 46 global $indent; 52 global $indent; 58 global $indent; 64 global $indent; 70 global $indent; [all …]
|
H A D | passByReference_007.phpt | 7 global $a; 12 global $a; 17 global $a; 22 global $a; 28 global $a; 33 global $a;
|
/PHP-8.3/Zend/tests/nullsafe_operator/ |
H A D | 027.phpt | 11 global $foo; 15 global $foo;
|
Completed in 22 milliseconds
12345678910>>...22