Home
last modified time | relevance | path

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

12345678910>>...31

/PHP-5.4/Zend/tests/
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 Dbug60536_001.phpt7 use T;
10 use T;
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 Dns_042.phpt9 use test\ns1 as ns2;
10 use test as ns3;
H A Dclosure_009.phpt6 $x = function ($x) use ($a) {
12 $y = function ($x) use (&$a) {
H A Dclosure_012.phpt5 $lambda = function () use ($i) {
11 $lambda = function () use (&$i) {
H A Dns_085.phpt6 use \foo;
17 use foo\bar as foo1;
H A Dbug54039.phpt2 Bug #54039 (use() of static variables in lambda functions can break staticness)
9 $f = function() use($v) {
20 $f = function() use($v) {
35 $f = function() use($v) {
/PHP-5.4/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;
H A Derror_001.phpt2 Trying to use instanceof for a method twice
20 use foo {
H A Dconflict001.phpt20 use THello1;
21 use THello2;
H A Dproperty002.phpt16 use THello1;
17 use THello2;
H A Dlanguage013.phpt17 use Counter;
21 use Counter;
/PHP-5.4/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;
H A Dabstract-methods05.phpt18 use THelloB;
19 use THelloA;
/PHP-5.4/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.4/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.4/ext/standard/tests/array/
H A Dbug61730.phpt9 function($value, $key) use ($myArray)
17 function($value, $key) use (&$myArray)

Completed in 23 milliseconds

12345678910>>...31