Home
last modified time | relevance | path

Searched refs:use (Results 51 – 75 of 851) sorted by relevance

12345678910>>...35

/PHP-5.5/Zend/tests/
H A Derrmsg_036.phpt2 errmsg: cannot use 'parent' as interface name
12 Fatal error: Cannot use 'parent' as interface name as it is reserved in %s on line %d
H A Derrmsg_030.phpt2 errmsg: cannot use 'self' as parent class name
12 Fatal error: Cannot use 'self' as class name as it is reserved in %s on line %d
H A Derrmsg_031.phpt2 errmsg: cannot use 'parent' as parent class name
12 Fatal error: Cannot use 'parent' as class name as it is reserved in %s on line %d
H A Dns_029.phpt5 use A\B as Foo;
12 Fatal error: Cannot declare class Foo because the name is already in use in %sns_029.php on line 4
H A Dclosure_003.phpt9 $lambda1 = function () use ($x) {
13 $lambda2 = function () use (&$x) {
H A Derrmsg_004.phpt2 errmsg: can't use function return value in write context
15 Fatal error: Can't use function return value in write context in %s on line %d
H A Dbug65579.phpt10 use ParentTrait {
17 use ChildTrait;
H A Dclosure_004.phpt9 $lambda1 = function () use ($x) {
13 $lambda2 = function () use (&$x) {
H A Derrmsg_005.phpt2 errmsg: can't use method return value in write context
18 Fatal error: Can't use method return value in write context in %s on line %d
H A Dclosure_009.phpt6 $x = function ($x) use ($a) {
12 $y = function ($x) use (&$a) {
H A Dns_042.phpt9 use test\ns1 as ns2;
10 use test as ns3;
H A Dclosure_012.phpt5 $lambda = function () use ($i) {
11 $lambda = function () use (&$i) {
H A Dbug60536_001.phpt7 use T;
10 use T;
H A Dns_085.phpt6 use \foo;
17 use foo\bar as foo1;
/PHP-5.5/Zend/tests/traits/bugs/
H A Dabstract-methods02.phpt18 use THello;
19 use THelloImpl;
H A Doverridding-conflicting-methods.phpt20 use THello1;
21 use THello2;
/PHP-5.5/Zend/tests/traits/
H A Dproperty008.phpt23 use AHelloProperty;
27 use AHelloProperty;
31 use AHelloProperty;
H A Dflattening003.phpt20 use Hello, World;
24 use HelloWorld;
H A Dbug55214.phpt28 use ATrait;
32 use ATrait;
36 use Indirect;
H A Dconflict002.phpt21 use HelloWorld;
22 use HelloWorld2;
H A Dbug64070.phpt15 use first_trait {
27 use second_trait;
/PHP-5.5/tests/run-test/
H A Dtest010.phpt11 use this to input some thing to the php script
14 use this to input some thing to the php script
/PHP-5.5/ext/standard/tests/array/
H A Dbug61730.phpt9 function($value, $key) use ($myArray)
17 function($value, $key) use (&$myArray)
/PHP-5.5/ext/bz2/tests/
H A D002.phpt102 Warning: bzopen(): cannot use stream opened in mode 'rw' in %s on line %d
105 Warning: bzopen(): cannot use stream opened in mode 'rw' in %s on line %d
108 Warning: bzopen(): cannot use stream opened in mode 'wr' in %s on line %d
111 Warning: bzopen(): cannot use stream opened in mode 'wr' in %s on line %d
114 Warning: bzopen(): cannot use stream opened in mode 'r+' in %s on line %d
117 Warning: bzopen(): cannot use stream opened in mode 'r+' in %s on line %d
120 Warning: bzopen(): cannot use stream opened in mode 'w+' in %s on line %d
123 Warning: bzopen(): cannot use stream opened in mode 'w+' in %s on line %d
/PHP-5.5/ext/mysql/tests/
H A Dmysql_pconnect.phpt36 // Run the following tests without an anoynmous MySQL user and use a password for the test user!
84 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…
86 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…
90 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…
92 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…
94 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…
96 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…

Completed in 37 milliseconds

12345678910>>...35