Home
last modified time | relevance | path

Searched refs:global (Results 51 – 75 of 533) sorted by relevance

12345678910>>...22

/php-src/ext/standard/tests/general_functions/
H A Dcall_user_func_return.phpt10 global $t1;
19 global $t2;
H A Dget_defined_vars_basic.phpt49 echo "\n-- Get variables at global scope --\n";
53 echo "TEST FAILED - Global variables missing at global scope\n";
64 -- Get variables at global scope --
/php-src/Zend/tests/
H A Dgh12102_2.phpt7 global $ref;
17 global $ref;
H A Dglobals_001.phpt2 globals in global scope
32 Warning: Undefined global variable $_SERVER in %s on line %d
H A Dbug60598.phpt12 global $containers;
17 global $containers;
H A Dclosure_019.phpt2 Closure 019: Calling lambda using $GLOBALS and global $var
11 global $lambda;
H A Dbug39944.phpt8 global $intTheValue;
29 global $arrTheArray;
/php-src/ext/opcache/tests/jit/
H A Dgh8461-006.phpt19 global $x;
34 global $y;
H A Dgh8461-005.inc6 global $x;
H A Dgh8461-001.inc11 global $x;
H A Dgh8461-002.inc11 global $x;
H A Dgh8591-005.inc9 global $x;
/php-src/tests/classes/
H A Dproperty_recreate_private.phpt34 echo "\nUnset superclass's private property, and recreate it as public at global scope:\n";
47 echo "\nUnset a private property, and attempt to recreate at global scope (expecting failure):\n";
67 Unset superclass's private property, and recreate it as public at global scope:
80 Unset a private property, and attempt to recreate at global scope (expecting failure):
/php-src/tests/lang/
H A Dbug20175.phpt11 * foo_global() increments global variable $foo_count whenever it is executed.
19 global $foo_count;
43 global $bar_count;
69 global $wow_count, $wow_name;
86 * comes from). First there is the global counter $oop_global again which
99 global $oop_global;
/php-src/ext/date/tests/
H A Dbug62852_var2.phpt9 global $foo;
13 global $foo;
H A Dbug62852_var3.phpt9 global $foo;
13 global $foo;
/php-src/ext/dom/tests/
H A DregisterPhpFunctionNS.phpt31 echo "--- Legit cases: global function callable ---\n";
53 echo "--- Legit cases: global function callable that returns nothing ---\n";
66 --- Legit cases: global function callable ---
100 --- Legit cases: global function callable that returns nothing ---
/php-src/ext/session/tests/user_session_module/
H A Dsave_handler.inc27 global $session_save_path, $name;
41 global $session_save_path, $name;
55 global $session_save_path, $name, $session_id;
75 global $session_save_path, $name, $session_id;
93 global $session_save_path, $name;
108 global $session_save_path, $name;
150 global $session_save_path, $name;
170 global $session_save_path, $name;
/php-src/ext/reflection/tests/
H A Dbug64936.phpt16 token_get_all("<?php\n/**\n * Foo\n */"); // doc_comment compiler global now contains this Foo comm…
23 token_get_all("<?php\n/**\n * Foo\n */"); // doc_comment compiler global now contains this Foo comm…
/php-src/ext/json/tests/
H A Djson_exceptions_error_clearing.phpt2 JSON_THROW_ON_ERROR: global error flag untouched
9 // we can be sure the global error state looking unchanged isn't coincidence
/php-src/Zend/tests/use_const/includes/
H A Dglobal_bar.inc3 const bar = 'global bar';
/php-src/Zend/tests/use_function/includes/
H A Dglobal_bar.inc4 return 'global bar';
/php-src/ext/gd/tests/
H A Dbug53156.phpt15 global $img, $black, $red;
23 global $img, $black;
/php-src/ext/mysqli/tests/
H A Dbug29311.phpt16 global $host, $user, $passwd, $db, $port, $socket;
25 global $host, $user, $passwd, $db, $port, $socket;
/php-src/ext/pgsql/tests/
H A D80_bug24499.phpt32 global $dbh;
33 global $table_name;

Completed in 35 milliseconds

12345678910>>...22