Searched refs:as (Results 201 – 225 of 4273) sorted by relevance
12345678910>>...171
10 T1::foo as abstract;15 Fatal error: Cannot use 'abstract' as method modifier in %s on line %d
10 T1::foo as final;15 Fatal error: Cannot use 'final' as method modifier in %s on line %d
11 use foo as bar;12 use const foo as bar;
6 foreach ($a as &$x) {7 foreach ($a as &$y) {
5 use X\Y as test, X\Z as test2;
2 Bug #41351 (Invalid opcode with foreach ($a[] as $b))8 foreach($a[] as $b) {
2 Cannot use $this as lexical variable14 Fatal error: Cannot use $this as lexical variable in %s on line %d
2 Bug #41351 (Invalid opcode with foreach ($a[] as $b)) - 28 foreach($a[]['test'] as $b) {
2 Bug #41351 (Invalid opcode with foreach ($a[] as $b)) - 38 foreach($a['test'][] as $b) {
28 Warning: Cannot add element to the array as the next element is already occupied in %s on line %d37 Warning: Cannot use a scalar value as an array in %s on line %d40 Warning: Cannot add element to the array as the next element is already occupied in %s on line %d49 Warning: Cannot use a scalar value as an array in %s on line %d
26 Deprecated: Methods with the same name as their class will not be constructors in a future version …28 Deprecated: Methods with the same name as their class will not be constructors in a future version …30 Deprecated: Methods with the same name as their class will not be constructors in a future version …32 Deprecated: Methods with the same name as their class will not be constructors in a future version …
31 echo "Testing with scope given as object", "\n";38 echo "Testing with scope as string", "\n";51 Testing with scope given as object54 Testing with scope as string
13 use foo as bar;14 use function foo as bar;
2 Bug #23624 (foreach leaves current array key as null)7 foreach($arr as $key => $value);
2 void return type: not valid as a parameter type8 Fatal error: void cannot be used as a parameter type in %s on line %d
7 foreach ($parents as $p) {8 foreach ($graph as $v) {
12 foreach ($a as $a) {13 foreach ($b as $k => $v) {
5 printf('Int: %1$d and as string: %1$s', 'some string');9 Int: 0 and as string: some string
8 foreach($classes as $c)18 foreach (new IncludeFiles(dirname(__FILE__). '/..', $classes) as $file)
8 foreach(range(1, 5) as $v) {14 foreach (a(range(1, 3)) as $a) {
27 foreach ( $variation as $var ) {37 as it turns around44 as it turns around57 as it turns around64 as it turns around
28 echo "\n-- Testing array_intersect_uassoc() function using class with static method as callback --\…32 echo "\n-- Testing array_intersect_uassoc() function using class with regular method as callback --…40 -- Testing array_intersect_uassoc() function using class with static method as callback --50 -- Testing array_intersect_uassoc() function using class with regular method as callback --
28 echo "\n-- Testing array_intersect_ukey() function using class with static method as callback --\n";32 echo "\n-- Testing array_intersect_uassoc() function using class with regular method as callback --…40 -- Testing array_intersect_ukey() function using class with static method as callback --54 -- Testing array_intersect_uassoc() function using class with regular method as callback --
2 Test uasort() function : usage variations - anonymous function as 'cmp_function'11 * Passing different anonymous functions as 'cmp_function'16 echo "*** Testing uasort() : anonymous function as 'cmp_function' ***\n";33 *** Testing uasort() : anonymous function as 'cmp_function' ***
Completed in 26 milliseconds