Home
last modified time | relevance | path

Searched refs:global (Results 1 – 25 of 282) sorted by last modified time

12345678910>>...12

/PHP-5.6/win32/
H A Dinstall.txt1541 ... to the global properties, or to the properties of the VirtualDomain
H A Dphp5dll.dsp616 SOURCE=..\functions\global.h
H A Dphp5dllts.dsp2054 SOURCE=..\functions\global.h
/PHP-5.6/tests/output/
H A Dob_start_basic_004.phpt13 global $callback_invocations;
H A Dbug60768.phpt6 global $storage;
/PHP-5.6/tests/security/
H A Dopen_basedir.inc77 global $savedDirectory;
90 global $savedDirectory;
110 global $savedDirectory;
125 global $savedDirectory;
/PHP-5.6/tests/lang/
H A DpassByReference_007.phpt7 global $a;
12 global $a;
17 global $a;
22 global $a;
28 global $a;
33 global $a;
H A DreturnByReference.002.phpt6 global $a;
11 global $a;
H A Dstatic_basic_001.phpt40 echo "\nUsing static keyword at global scope\n";
81 Using static keyword at global scope
H A Dthis_assignment.phpt10 global $a,$b;
24 global $a,$b;
H A Dfunc_get_arg.005.phpt7 global $a;
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.phpt11 Warning: func_num_args(): Called from the global scope - no function context in %s on line %d
H A Dbug22231.phpt2 Bug #22231 (segfault when returning a global variable by reference)
H A Dbug24396.phpt2 Bug #24396 (global $$variable broken)
9 global $$k; // comment this out and it works in PHP 5 too..
H A Dengine_assignExecutionOrder_002.phpt83 global $ee;
H A Dengine_assignExecutionOrder_003.phpt50 global $a;
68 global $x;
H A Dengine_assignExecutionOrder_004.phpt22 global $a;
H A Dexecution_order.phpt55 global $a;
H A DforeachLoopIterator.001.phpt11 global $indent;
17 global $indent;
23 global $indent;
29 global $indent;
35 global $indent;
H A DforeachLoopIteratorAggregate.001.phpt10 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 DforeachLoopIteratorAggregate.003.phpt10 global $indent;
16 global $indent;
22 global $indent;
28 global $indent;
34 global $indent;
H A D007.phpt2 Function call with global and static variables
11 global $b;
H A Dbug20175.phpt13 * foo_global() increments global variable $foo_count whenever it is executed.
21 global $foo_count;
45 global $bar_count;
71 global $wow_count, $wow_name;
88 * comes from). First there is the global counter $oop_global again which
101 global $oop_global;
/PHP-5.6/tests/func/
H A D002.phpt16 echo "Local variables became global :(\n";

Completed in 46 milliseconds

12345678910>>...12