Home
last modified time | relevance | path

Searched refs:global (Results 26 – 50 of 533) sorted by path

12345678910>>...22

/php-src/Zend/tests/
H A Dbug31102.phpt9 global $test;
H A Dbug32799.phpt2 Bug #32799 (crash: calling the corresponding global var during the destruct)
H A Dbug33116.phpt2 Bug #33116 (crash when assigning class name to global variable in autoloader)
H A Dbug35470.phpt2 Bug #35470 (Assigning global using variable name from array doesn't function)
6 global ${$x[0]};
H A Dbug38287.phpt2 Bug #38287 (static variables mess up global vars)
H A Dbug39944.phpt8 global $intTheValue;
29 global $arrTheArray;
H A Dbug40509.phpt2 Bug #40509 (key() function changed behaviour if global array is used within function)
7 global $arr;
H A Dbug43851.phpt7 global $LAST;
H A Dbug46106.phpt2 Bug #46106 (Memory leaks when using global statement)
12 global $foo;
H A Dbug54372.phpt2 Bug #54372 (Crash accessing global object itself returned from its __get() handle)
18 global $test3;
H A Dbug60598.phpt12 global $containers;
17 global $containers;
H A Dbug61025.phpt21 Fatal error: Uncaught Error: Call to private method Bar::__invoke() from global scope in %s:%d
H A Dbug61165.phpt11 global $handler;
H A Dbug63734.phpt15 global $ary;
H A Dbug64896.phpt19 global $bar;
H A Dbug66609.phpt9 global $foo;
16 global $bar;
H A Dbug68412.phpt13 global $z;
19 global $z;
H A Dbug69446.phpt11 global $bar;
H A Dbug69446_2.phpt19 global $bar;
H A Dbug76869.phpt23 Exception: Call to protected method B::f() from global scope
H A Dcall_with_refs.phpt7 global $my_var;
H A Dclass_alias_016.phpt2 Testing creation of alias to global scope
H A Dclass_alias_019.phpt2 Trying to redeclare class name in global scope inside namespace
H A Dclass_name_as_scalar.phpt40 var_dump(Boo::class); // resolve in global namespace
H A Dclass_name_as_scalar_error_005.phpt10 Fatal error: Uncaught Error: Cannot use "static" in the global scope in %s:%d

Completed in 97 milliseconds

12345678910>>...22