Searched refs:Pass (Results 1 – 25 of 354) sorted by relevance
12345678910>>...15
29 echo "Pass\n";38 echo "Pass\n";47 echo "Pass\n";56 echo "Pass\n";65 echo "Pass\n";82 Pass84 Pass86 Pass88 Pass90 Pass[all …]
18 echo "Pass\n";27 echo "Pass\n";36 echo "Pass\n";45 echo "Pass\n";54 Pass56 Pass58 Pass60 Pass
19 echo "Pass\n";28 echo "Pass\n";37 echo "Pass\n";46 echo "Pass\n";55 Pass57 Pass59 Pass61 Pass
22 echo "Pass\n";32 echo "Pass\n";43 echo "Pass\n";54 echo "Pass\n";63 Pass65 Pass67 Pass69 Pass
22 echo "Pass\n";32 echo "Pass\n";42 echo "Pass\n";53 echo "Pass\n";62 Pass64 Pass66 Pass68 Pass
25 echo "Pass\n";35 echo "Pass\n";44 echo "Pass\n";53 echo "Pass\n";61 Pass63 Pass65 Pass67 Pass
24 echo "Pass\n";33 echo "Pass\n";42 echo "Pass\n";51 echo "Pass\n";59 Pass61 Pass63 Pass65 Pass
23 echo "Pass\n";33 echo "Pass\n";43 echo "Pass\n";51 Pass53 Pass55 Pass
19 echo "Pass\n";29 echo "Pass\n";39 Pass41 Pass
19 echo "Pass\n";29 echo "Pass\n";38 Pass40 Pass
21 echo "Pass\n";30 echo "Pass\n";39 Pass41 Pass
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 …]
11 echo "\n\n---> Pass constant assignment by reference:\n";15 echo "\n\n---> Pass variable assignment by reference:\n";21 echo "\n\n---> Pass reference assignment by reference:\n";27 echo "\n\n---> Pass concat assignment by reference:\n";38 ---> Pass constant assignment by reference:45 ---> Pass variable assignment by reference:52 ---> Pass reference assignment by reference:57 ---> Pass concat assignment by reference:
2 Pass uninitialised objects and arrays by reference to test implicit initialisation.35 echo "\n ---- Pass uninitialised array & object by ref: function call ---\n";40 echo "\n ---- Pass uninitialised arrays & objects by ref: static method call ---\n";45 echo "\n\n---- Pass uninitialised arrays & objects by ref: constructor ---\n";50 echo "\n ---- Pass uninitialised arrays & objects by ref: instance method call ---\n";58 ---- Pass uninitialised array & object by ref: function call ---92 ---- Pass uninitialised arrays & objects by ref: static method call ---129 ---- Pass uninitialised arrays & objects by ref: constructor ---163 ---- Pass uninitialised arrays & objects by ref: instance method call ---
17 * Pass a non-existent directory as $path argument to opendir() to test behaviour22 echo "\n-- Pass a non-existent absolute path: --\n";26 echo "\n-- Pass a non-existent relative path: --\n";34 -- Pass a non-existent absolute path: --39 -- Pass a non-existent relative path: --
17 * Pass a directory that does not exist to scandir() to test error messages24 echo "\n-- Pass scandir() an absolute path that does not exist --\n";27 echo "\n-- Pass scandir() a relative path that does not exist --\n";34 -- Pass scandir() an absolute path that does not exist --41 -- Pass scandir() a relative path that does not exist --
21 echo "\n-- Pass a two-dimensional array as \$array_arg --\n";24 echo "\n-- Pass a sub-array as \$array_arg --\n";31 -- Pass a two-dimensional array as $array_arg --41 -- Pass a sub-array as $array_arg --
21 echo "\n-- Pass a two-dimensional array as \$array_arg --\n";25 echo "\n-- Pass a sub-array as \$array_arg --\n";32 -- Pass a two-dimensional array as $array_arg --43 -- Pass a sub-array as $array_arg --
25 echo "\n-- Pass a two-dimensional array as \$array_arg --\n";29 echo "\n-- Pass a sub-array as \$array_arg --\n";36 -- Pass a two-dimensional array as $array_arg --47 -- Pass a sub-array as $array_arg --
18 echo "\n-- Pass array as \$var argument --\n";24 echo "\n-- Pass sub-array as \$stack argument --\n";33 -- Pass array as $var argument --51 -- Pass sub-array as $stack argument --
11 * Pass a multi-dimensional array as $array_arg argument to usort()43 echo "\n-- Pass usort() a two-dimensional array --\n";50 echo "\n-- Pass usort() a sub-array --\n";60 -- Pass usort() a two-dimensional array --124 -- Pass usort() a sub-array --
Completed in 35 milliseconds