Home
last modified time | relevance | path

Searched refs:that (Results 1 – 25 of 959) sorted by relevance

12345678910>>...39

/PHP-7.4/ext/standard/tests/array/
H A Dsizeof_variation1.phpt84 Warning: sizeof(): Parameter must be an array or an object that implements Countable in %s on line …
88 Warning: sizeof(): Parameter must be an array or an object that implements Countable in %s on line …
92 Warning: sizeof(): Parameter must be an array or an object that implements Countable in %s on line …
97 Warning: sizeof(): Parameter must be an array or an object that implements Countable in %s on line …
101 Warning: sizeof(): Parameter must be an array or an object that implements Countable in %s on line …
105 Warning: sizeof(): Parameter must be an array or an object that implements Countable in %s on line …
110 Warning: sizeof(): Parameter must be an array or an object that implements Countable in %s on line …
114 Warning: sizeof(): Parameter must be an array or an object that implements Countable in %s on line …
118 Warning: sizeof(): Parameter must be an array or an object that implements Countable in %s on line …
123 Warning: sizeof(): Parameter must be an array or an object that implements Countable in %s on line …
[all …]
H A Dsizeof_variation4.phpt94 Warning: sizeof(): Parameter must be an array or an object that implements Countable in %s on line …
100 Warning: sizeof(): Parameter must be an array or an object that implements Countable in %s on line …
106 Warning: sizeof(): Parameter must be an array or an object that implements Countable in %s on line …
113 Warning: sizeof(): Parameter must be an array or an object that implements Countable in %s on line …
119 Warning: sizeof(): Parameter must be an array or an object that implements Countable in %s on line …
125 Warning: sizeof(): Parameter must be an array or an object that implements Countable in %s on line …
132 Warning: sizeof(): Parameter must be an array or an object that implements Countable in %s on line …
138 Warning: sizeof(): Parameter must be an array or an object that implements Countable in %s on line …
144 Warning: sizeof(): Parameter must be an array or an object that implements Countable in %s on line …
151 Warning: sizeof(): Parameter must be an array or an object that implements Countable in %s on line …
[all …]
H A Dcount_invalid.phpt26 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d
29 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d
32 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d
35 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d
38 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d
41 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d
H A Dsizeof_object2.phpt105 Warning: sizeof(): Parameter must be an array or an object that implements Countable in %s on line …
109 Warning: sizeof(): Parameter must be an array or an object that implements Countable in %s on line …
113 Warning: sizeof(): Parameter must be an array or an object that implements Countable in %s on line …
118 Warning: sizeof(): Parameter must be an array or an object that implements Countable in %s on line …
122 Warning: sizeof(): Parameter must be an array or an object that implements Countable in %s on line …
126 Warning: sizeof(): Parameter must be an array or an object that implements Countable in %s on line …
131 Warning: sizeof(): Parameter must be an array or an object that implements Countable in %s on line …
135 Warning: sizeof(): Parameter must be an array or an object that implements Countable in %s on line …
139 Warning: sizeof(): Parameter must be an array or an object that implements Countable in %s on line …
144 Warning: sizeof(): Parameter must be an array or an object that implements Countable in %s on line …
[all …]
/PHP-7.4/tests/lang/
H A DpassByReference_007.phpt45 echo "Pass a function call that returns a value:\n";
50 echo "Pass a function call that returns a reference:\n";
56 echo "\nPass a static method call that returns a value:\n";
68 echo "\nPass a method call that returns a value:\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 …]
H A DreturnByReference.003.phpt17 echo "\n---> 1. Trying to assign by reference the return value of a function that returns by value:…
24 echo "\n---> 2. Trying to assign by reference the return value of a function that returns a constan…
31 echo "\n---> 3. Trying to assign by reference the return value of a function that returns by ref:\n…
40 ---> 1. Trying to assign by reference the return value of a function that returns by value:
46 ---> 2. Trying to assign by reference the return value of a function that returns a constant by ref:
52 ---> 3. Trying to assign by reference the return value of a function that returns by ref:
H A DreturnByReference.004.phpt19 echo "\n---> 1. Trying to assign by reference the return value of a function that returns by value:…
26 echo "\n---> 2. Trying to assign by reference the return value of a function that returns a constan…
33 echo "\n---> 3. Trying to assign by reference the return value of a function that returns by ref:\n…
42 ---> 1. Trying to assign by reference the return value of a function that returns by value:
48 ---> 2. Trying to assign by reference the return value of a function that returns a constant by ref:
54 ---> 3. Trying to assign by reference the return value of a function that returns by ref:
H A DreturnByReference.005.phpt20 echo "\n---> 1. Trying to assign by reference the return value of a function that returns by value:…
27 echo "\n---> 2. Trying to assign by reference the return value of a function that returns a constan…
34 echo "\n---> 3. Trying to assign by reference the return value of a function that returns by ref:\n…
43 ---> 1. Trying to assign by reference the return value of a function that returns by value:
49 ---> 2. Trying to assign by reference the return value of a function that returns a constant by ref:
55 ---> 3. Trying to assign by reference the return value of a function that returns by ref:
H A DreturnByReference.006.phpt21 … by ref function call, assign by reference the return value of a function that returns by value:\n…
28 … by ref function call, assign by reference the return value of a function that returns a constant …
35 …n by ref function call, assign by reference the return value of a function that returns by ref:\n";
44 ---> 1. Via a return by ref function call, assign by reference the return value of a function that
50 ---> 2. Via a return by ref function call, assign by reference the return value of a function that
56 ---> 3. Via a return by ref function call, assign by reference the return value of a function that
H A DreturnByReference.007.phpt23 … by ref function call, assign by reference the return value of a function that returns by value:\n…
30 … by ref function call, assign by reference the return value of a function that returns a constant …
37 …n by ref function call, assign by reference the return value of a function that returns by ref:\n";
46 ---> 1. Via a return by ref function call, assign by reference the return value of a function that
52 ---> 2. Via a return by ref function call, assign by reference the return value of a function that
58 ---> 3. Via a return by ref function call, assign by reference the return value of a function that
H A DreturnByReference.008.phpt24 … by ref function call, assign by reference the return value of a function that returns by value:\n…
31 … by ref function call, assign by reference the return value of a function that returns a constant …
38 …n by ref function call, assign by reference the return value of a function that returns by ref:\n";
47 ---> 1. Via a return by ref function call, assign by reference the return value of a function that
53 ---> 2. Via a return by ref function call, assign by reference the return value of a function that
59 ---> 3. Via a return by ref function call, assign by reference the return value of a function that
/PHP-7.4/ext/zlib/tests/
H A Dreadgzfile_variation11.phpt32 all I know is that you can realize it
35 and I know that it descends down on me
39 all I know is that you can realize it
42 and I know that it descends down on me
46 all I know is that you can realize it
49 and I know that it descends down on me
53 all I know is that you can realize it
56 and I know that it descends down on me
60 all I know is that you can realize it
63 and I know that it descends down on me
H A Dreadgzfile_variation12.phpt30 all I know is that you can realize it
33 and I know that it descends down on me
37 all I know is that you can realize it
40 and I know that it descends down on me
44 all I know is that you can realize it
47 and I know that it descends down on me
51 all I know is that you can realize it
54 and I know that it descends down on me
H A Dreadgzfile_variation9.phpt29 all I know is that you can realize it
32 and I know that it descends down on me
36 all I know is that you can realize it
39 and I know that it descends down on me
43 all I know is that you can realize it
46 and I know that it descends down on me
50 all I know is that you can realize it
53 and I know that it descends down on me
H A Dgzfile_variation11.phpt38 string(38) "all I know is that you can realize it
47 string(39) "and I know that it descends down on me
58 string(38) "all I know is that you can realize it
67 string(39) "and I know that it descends down on me
78 string(38) "all I know is that you can realize it
87 string(39) "and I know that it descends down on me
98 string(38) "all I know is that you can realize it
107 string(39) "and I know that it descends down on me
118 string(38) "all I know is that you can realize it
127 string(39) "and I know that it descends down on me
H A Dgzfile_variation12.phpt36 string(38) "all I know is that you can realize it
45 string(39) "and I know that it descends down on me
56 string(38) "all I know is that you can realize it
65 string(39) "and I know that it descends down on me
76 string(38) "all I know is that you can realize it
85 string(39) "and I know that it descends down on me
96 string(38) "all I know is that you can realize it
105 string(39) "and I know that it descends down on me
H A Dgzfile_variation9.phpt35 string(38) "all I know is that you can realize it
44 string(39) "and I know that it descends down on me
55 string(38) "all I know is that you can realize it
64 string(39) "and I know that it descends down on me
75 string(38) "all I know is that you can realize it
84 string(39) "and I know that it descends down on me
95 string(38) "all I know is that you can realize it
104 string(39) "and I know that it descends down on me
H A Dreadgzfile_variation10.phpt35 all I know is that you can realize it
38 and I know that it descends down on me
42 all I know is that you can realize it
45 and I know that it descends down on me
55 all I know is that you can realize it
58 and I know that it descends down on me
62 all I know is that you can realize it
65 and I know that it descends down on me
/PHP-7.4/tests/output/
H A Dob_get_contents_basic_001.phpt28 echo "\ncheck that we don't have a reference\n";
36 echo "\ncheck that contents disappear after a flush\n";
43 echo "\ncheck that no contents found after an end\n";
61 check that we don't have a reference
66 check that contents disappear after a flush
70 check that no contents found after an end
/PHP-7.4/ext/standard/tests/dir/
H A Dscandir_error2.phpt17 * Pass a directory that does not exist to scandir() to test error messages
24 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 --
/PHP-7.4/ext/dom/tests/
H A DDOMElement_hasAttributes_basic.phpt21 echo "Verify that we have a DOMElement object:\n";
30 echo "\nVerify that we have a DOMElement object:\n";
39 Verify that we have a DOMElement object:
45 Verify that we have a DOMElement object:
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE32 it in new free programs; and that you are informed that you can do
55 that what they have is not the original version, so that the original
60 any free program. We wish to make sure that a company cannot
105 users' freedom, it does ensure that the user of a program that is
107 that program using a modified version of the Library.
148 and what the program that uses the Library does.
225 the Library into a program that is not a library.
274 under terms of your choice, provided that the terms permit
338 permitted, and provided that you do these two things:
397 through that system in reliance on consistent application of that
[all …]
/PHP-7.4/ext/spl/tests/
H A DSplDoublyLinkedList_offsetExists_success.phpt13 // Validate that we can see the first value
18 // Validate that we can see the second value
23 // Check that there is no third value
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE33 it in new free programs; and that you are informed that you can do
56 that what they have is not the original version, so that the original
61 any free program. We wish to make sure that a company cannot
107 users' freedom, it does ensure that the user of a program that is
109 that program using a modified version of the Library.
151 and what the program that uses the Library does.
228 the Library into a program that is not a library.
277 under terms of your choice, provided that the terms permit
341 permitted, and provided that you do these two things:
401 through that system in reliance on consistent application of that
[all …]
/PHP-7.4/docs/
H A Dmailinglist-rules.md7 assume that not following these rules will hurt the PHP project.
22 Having said that, here are the organizational rules:
35 that strives to be very open. The flip side is that the core developers
36 are faced with a lot of requests. Make sure that you have done your
41 discussion more concrete and it shows that the poster put thought and time
44 6. If you are posting to an existing thread, make sure that you know what
53 1. If you notice that your posting ratio is much higher than that of other
56 and more importantly give you the opportunity to make sure that you
65 and remove any previous comment that is not relevant to your post.

Completed in 36 milliseconds

12345678910>>...39