Home
last modified time | relevance | path

Searched refs:global (Results 26 – 50 of 282) sorted by relevance

12345678910>>...12

/PHP-5.6/ext/pcre/tests/
H A Dbug44214.phpt2 Bug #44214 (crash with preg_replace_callback() and global variable)
10 global $array;
/PHP-5.6/Zend/tests/
H A Dbug40509.phpt2 Bug #40509 (key() function changed behaviour if global array is used within function)
7 global $arr;
H A Dbug66609.phpt9 global $foo;
15 global $bar;
H A Dbug47320.phpt9 echo '$php_errormsg in global: ' . $php_errormsg . "\n";
24 $php_errormsg in global: substr() expects at least 2 parameters, 1 given
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;
H A Dns_061.phpt2 061: use in global scope
H A Dbug43851.phpt7 global $LAST;
/PHP-5.6/tests/lang/
H A DreturnByReference.002.phpt6 global $a;
11 global $a;
H A Dthis_assignment.phpt10 global $a,$b;
24 global $a,$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;
H A Dengine_assignExecutionOrder_003.phpt50 global $a;
68 global $x;
/PHP-5.6/ext/ldap/tests/
H A Dldap_set_rebind_proc_error.phpt23 global $user;
24 global $passwd;
25 global $protocol_version;
/PHP-5.6/ext/date/tests/
H A Dbug62852_var2.phpt9 global $foo;
13 global $foo;
H A Dbug62852_var3.phpt9 global $foo;
13 global $foo;
/PHP-5.6/ext/standard/tests/general_functions/
H A Dcall_user_func_return.phpt10 global $t1;
19 global $t2;
H A Dget_defined_vars_basic.phpt55 echo "\n-- Get variables at global scope --\n";
59 echo "TEST FAILED - Global variables missing at global scope\n";
71 -- Get variables at global scope --
/PHP-5.6/tests/classes/
H A Dproperty_recreate_private.phpt33 echo "\nUnset superclass's private property, and recreate it as public at global scope:\n";
46 echo "\nUnset a private property, and attempt to recreate at global scope (expecting failure):\n";
66 Unset superclass's private property, and recreate it as public at global scope:
79 Unset a private property, and attempt to recreate at global scope (expecting failure):
/PHP-5.6/
H A DREADME.namespaces25 global name. Several files may be using the same namespace.
54 time in the global scope (not inside function/class) and takes effect from
59 The special "empty" namespace (\ prefix) is useful as explicit global
61 interpreted as global.
81 In global namespace __NAMESPACE__ constant has the value of empty string.
100 function from the global namespace.
105 using "new \A" you are able to create any class from the global namespace.
119 \foo(); // calls function "foo" defined in global scope
126 new \B(); // creates object of class "B" defined in global scope
140 // then calls method "foo" of class "B" from global scope
[all …]
/PHP-5.6/ext/pdo_firebird/tests/
H A Dtestdb.inc13 global $test_base, $user, $password;
27 global $test_base;
/PHP-5.6/ext/reflection/tests/
H A Dbug64936.phpt19 token_get_all("<?php\n/**\n * Foo\n */"); // doc_comment compiler global now contains this Foo comm…
26 token_get_all("<?php\n/**\n * Foo\n */"); // doc_comment compiler global now contains this Foo comm…
/PHP-5.6/ext/mysqli/tests/
H A Dbug29311.phpt15 global $host, $user, $passwd, $db, $port, $socket;
24 global $host, $user, $passwd, $db, $port, $socket;
/PHP-5.6/ext/gd/tests/
H A Dbug53156.phpt14 global $img, $black, $red;
22 global $img, $black;
/PHP-5.6/Zend/RFCs/
H A D002.txt17 The symbol scopes available in Zend 1.0 are the global scope, the
19 contain variables, only the class and global scopes may contain
20 functions, while only the global scope may contain constants and
31 namespace, defaulting to the current global one. The current name
54 To refer to symbols in the global namespace, symbols are prefixed with
87 the global namespace:

Completed in 41 milliseconds

12345678910>>...12