Searched refs:Pass (Results 1 – 25 of 194) sorted by relevance
12345678
28 echo "Pass\n";37 echo "Pass\n";46 echo "Pass\n";55 echo "Pass\n";64 echo "Pass\n";81 Pass83 Pass85 Pass87 Pass89 Pass[all …]
17 echo "Pass\n";26 echo "Pass\n";35 echo "Pass\n";44 echo "Pass\n";53 Pass55 Pass57 Pass59 Pass
18 echo "Pass\n";27 echo "Pass\n";36 echo "Pass\n";45 echo "Pass\n";54 Pass56 Pass58 Pass60 Pass
21 echo "Pass\n";31 echo "Pass\n";42 echo "Pass\n";53 echo "Pass\n";62 Pass64 Pass66 Pass68 Pass
21 echo "Pass\n";31 echo "Pass\n";41 echo "Pass\n";52 echo "Pass\n";61 Pass63 Pass65 Pass67 Pass
23 echo "Pass\n";32 echo "Pass\n";41 echo "Pass\n";50 echo "Pass\n";58 Pass60 Pass62 Pass64 Pass
24 echo "Pass\n";34 echo "Pass\n";43 echo "Pass\n";52 echo "Pass\n";60 Pass62 Pass64 Pass66 Pass
22 echo "Pass\n";32 echo "Pass\n";42 echo "Pass\n";50 Pass52 Pass54 Pass
18 echo "Pass\n";28 echo "Pass\n";38 Pass40 Pass
18 echo "Pass\n";28 echo "Pass\n";37 Pass39 Pass
20 echo "Pass\n";29 echo "Pass\n";38 Pass40 Pass
11 echo "\n\n---> Pass constant assignment by reference:\n";19 echo "\n\n---> Pass variable assignment by reference:\n";29 echo "\n\n---> Pass reference assignment by reference:\n";39 echo "\n\n---> Pass concat assignment by reference:\n";52 ---> Pass constant assignment by reference:56 ---> Pass variable assignment by reference:60 ---> Pass reference assignment by reference:65 ---> Pass concat assignment by reference:
2 Pass uninitialised objects and arrays by reference to test implicit initialisation.31 echo "\n ---- Pass uninitialised array & object by ref: function call ---\n";36 echo "\n ---- Pass uninitialised arrays & objects by ref: static method call ---\n";41 echo "\n\n---- Pass uninitialised arrays & objects by ref: constructor ---\n";46 echo "\n ---- Pass uninitialised arrays & objects by ref: instance method call ---\n";53 ---- Pass uninitialised array & object by ref: function call ---66 ---- Pass uninitialised arrays & objects by ref: static method call ---80 ---- Pass uninitialised arrays & objects by ref: constructor ---93 ---- Pass uninitialised arrays & objects by ref: instance method call ---
2 Pass function and method calls by reference and by value.45 echo "Pass a function call that returns a value:\n";50 echo "Pass a function call that returns a reference:\n";61 echo "Pass a static method call that returns a reference:\n";73 echo "Pass a method call that returns a reference:\n";80 Pass a function call that returns a value:85 Pass a function call that returns a reference:89 Pass a static method call that returns a value:94 Pass a static method call that returns a reference:98 Pass a method call that returns a value:[all …]
12 * Pass a non-existent directory as $path argument to opendir() to test behaviour17 echo "\n-- Pass a non-existent absolute path: --\n";21 echo "\n-- Pass a non-existent relative path: --\n";28 -- Pass a non-existent absolute path: --33 -- Pass a non-existent relative path: --
12 * Pass a directory that does not exist to scandir() to test error messages19 echo "\n-- Pass scandir() an absolute path that does not exist --\n";22 echo "\n-- Pass scandir() a relative path that does not exist --\n";28 -- Pass scandir() an absolute path that does not exist --35 -- Pass scandir() a relative path that does not exist --
16 echo "\n-- Pass a two-dimensional array as \$array_arg --\n";19 echo "\n-- Pass a sub-array as \$array_arg --\n";25 -- Pass a two-dimensional array as $array_arg --35 -- Pass a sub-array as $array_arg --
6 * Pass floats as $key argument, then cast float values19 echo "Pass float as \$key:\n";35 Pass float as $key:41 Pass float as $key:47 Pass float as $key:
16 echo "\n-- Pass a two-dimensional array as \$array_arg --\n";20 echo "\n-- Pass a sub-array as \$array_arg --\n";26 -- Pass a two-dimensional array as $array_arg --37 -- Pass a sub-array as $array_arg --
20 echo "\n-- Pass a two-dimensional array as \$array_arg --\n";24 echo "\n-- Pass a sub-array as \$array_arg --\n";30 -- Pass a two-dimensional array as $array_arg --41 -- Pass a sub-array as $array_arg --
13 echo "\n-- Pass array as \$var argument --\n";19 echo "\n-- Pass sub-array as \$stack argument --\n";28 -- Pass array as $var argument --46 -- Pass sub-array as $stack argument --
Completed in 39 milliseconds