Searched refs:global (Results 1 – 25 of 303) sorted by relevance
12345678910>>...13
/PHP-7.1/ext/standard/tests/general_functions/ |
H A D | import_request1.phpt | 22 Warning: import_request_variables(): Attempted super-global (_GET) variable overwrite in %s on line… 24 Warning: import_request_variables(): Attempted super-global (_POST) variable overwrite in %s on lin… 26 Warning: import_request_variables(): Attempted super-global (_COOKIE) variable overwrite in %s on l… 28 Warning: import_request_variables(): Attempted super-global (_FILES) variable overwrite in %s on li… 30 Warning: import_request_variables(): Attempted super-global (_REQUEST) variable overwrite in %s on … 32 Warning: import_request_variables(): Attempted super-global (_GET) variable overwrite in %s on line… 34 Warning: import_request_variables(): Attempted super-global (_POST) variable overwrite in %s on lin… 36 Warning: import_request_variables(): Attempted super-global (_COOKIE) variable overwrite in %s on l… 38 Warning: import_request_variables(): Attempted super-global (_FILES) variable overwrite in %s on li… 42 Warning: import_request_variables(): Attempted super-global (_GET) variable overwrite in %s on line… [all …]
|
H A D | debug_zval_dump_v.phpt | 11 echo "--- Variation 1: global variable inside a function ---\n"; 12 $global_var = 10; //declaring global variable 14 /* function to dump reference count of global variable,$global_var 17 global $global_var; 20 echo "\n-- Value of global variable inside dump_globalvar() --\n"; 24 echo "\n-- Value of global variable, before calling dump_globalvar() --\n"; 28 and global variables inside the function */ 123 --- Variation 1: global variable inside a function --- 125 -- Value of global variable, before calling dump_globalvar() -- 131 -- Value of global variable inside dump_globalvar() -- [all …]
|
/PHP-7.1/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 8 echo "Called global foo($a, $b)\n"; 24 Called global foo(1, 2) 25 Called global foo(3, 4) 26 Called global foo(5, 6) 27 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-7.1/ext/session/tests/ |
H A D | save_handler.inc | 5 global $session_save_path, $name; 13 global $session_save_path, $name; 19 global $session_save_path, $name, $session_id; 29 global $session_save_path, $name, $session_id; 42 global $session_save_path, $name; 50 global $session_save_path, $name; 72 global $session_save_path, $name; 80 global $session_save_path, $name;
|
/PHP-7.1/Zend/tests/ |
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 | 035.phpt | 2 Using 'static' and 'global' in global scope 9 global $var, $var, $var;
|
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 | 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
|
H A D | bug46106.phpt | 2 Bug #46106 (Memory leaks when using global statement) 12 global $foo;
|
H A D | bug54372.phpt | 2 Bug #54372 (Crash accessing global object itself returned from its __get() handle) 18 global $test3;
|
/PHP-7.1/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-7.1/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-7.1/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;
|
H A D | bug24396.phpt | 2 Bug #24396 (global $$variable broken) 9 global $$k; // comment this out and it works in PHP 7 too..
|
H A D | 007.phpt | 2 Function call with global and static variables 11 global $b;
|
H A D | foreachLoopIterator.001.phpt | 11 global $indent; 17 global $indent; 23 global $indent; 29 global $indent; 35 global $indent;
|
H A D | foreachLoopIteratorAggregate.003.phpt | 10 global $indent; 16 global $indent; 22 global $indent; 28 global $indent; 34 global $indent;
|
/PHP-7.1/ext/ldap/tests/ |
H A D | ldap_set_rebind_proc_basic.phpt | 14 global $user; 15 global $passwd; 16 global $protocol_version;
|
H A D | ldap_unbind_variation.phpt | 14 global $user; 15 global $passwd; 16 global $protocol_version;
|
/PHP-7.1/ext/standard/tests/class_object/ |
H A D | get_class_methods_basic_003.phpt | 36 echo "Accessing I from global scope:\n"; 38 echo "Accessing C from global scope:\n"; 44 Accessing I from global scope: 49 Accessing C from global scope:
|
/PHP-7.1/ext/intl/ |
H A D | ERROR.CONVENTIONS | 6 The global error code can be obtained in userland with intl_get_error_code(). 11 wrapper function should set the global error code to U_ILLEGAL_ARGUMENT_ERROR). 23 The internal PHP code can set the global last error with: 35 unless the error is due to bad arguments, in which case only the global error 45 The global error and the object error can be SIMULTANEOUSLY set with these 54 Static methods should only set the global error. 61 private intl_error structured and mirror the global intl_get_error_code() and 74 :: Intl functions and methods should reset the global error before doing 82 void intl_error_reset(NULL); /* reset global error */ 83 void intl_errors_reset(intl_error* err); /* reset global and object error */ [all …]
|
/PHP-7.1/Zend/tests/use_const/ |
H A D | shadow_global.phpt | 2 shadowing a global constant with a local version 23 string(10) "global bar"
|
/PHP-7.1/Zend/tests/use_function/ |
H A D | shadow_global.phpt | 2 shadowing a global function with a local version 23 string(10) "global bar"
|
Completed in 31 milliseconds
12345678910>>...13