/PHP-7.2/ext/standard/tests/array/ |
H A D | sizeof_variation1.phpt | 84 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 D | count_variation1.phpt | 101 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d 106 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d 111 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d 116 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d 121 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d 126 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d 131 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d 136 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d 141 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d 146 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d [all …]
|
H A D | sizeof_variation4.phpt | 94 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 D | count_invalid.phpt | 26 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 D | sizeof_object2.phpt | 105 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.2/tests/lang/ |
H A D | passByReference_007.phpt | 45 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 D | returnByReference.003.phpt | 17 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 D | returnByReference.004.phpt | 19 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 D | returnByReference.005.phpt | 20 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 D | returnByReference.006.phpt | 23 … 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 D | returnByReference.007.phpt | 25 … by ref function call, assign by reference the return value of a function that returns by value:\n… 32 … by ref function call, assign by reference the return value of a function that returns a constant … 39 …n by ref function call, assign by reference the return value of a function that returns by ref:\n"; 48 ---> 1. Via a return by ref function call, assign by reference the return value of a function that … 54 ---> 2. Via a return by ref function call, assign by reference the return value of a function that … 60 ---> 3. Via a return by ref function call, assign by reference the return value of a function that …
|
H A D | returnByReference.008.phpt | 26 … by ref function call, assign by reference the return value of a function that returns by value:\n… 33 … by ref function call, assign by reference the return value of a function that returns a constant … 40 …n by ref function call, assign by reference the return value of a function that returns by ref:\n"; 49 ---> 1. Via a return by ref function call, assign by reference the return value of a function that … 55 ---> 2. Via a return by ref function call, assign by reference the return value of a function that … 61 ---> 3. Via a return by ref function call, assign by reference the return value of a function that …
|
/PHP-7.2/ext/zlib/tests/ |
H A D | readgzfile_variation11.phpt | 32 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 D | readgzfile_variation12.phpt | 30 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 D | gzfile_variation11.phpt | 38 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 D | readgzfile_variation9.phpt | 29 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 D | gzfile_variation9.phpt | 35 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 D | gzfile_variation12.phpt | 36 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 D | readgzfile_variation10.phpt | 35 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
|
H A D | gzfile_variation10.phpt | 41 string(38) "all I know is that you can realize it 50 string(39) "and I know that it descends down on me 61 string(38) "all I know is that you can realize it 70 string(39) "and I know that it descends down on me 87 string(38) "all I know is that you can realize it 96 string(39) "and I know that it descends down on me 107 string(38) "all I know is that you can realize it 116 string(39) "and I know that it descends down on me
|
/PHP-7.2/tests/output/ |
H A D | ob_get_contents_basic_001.phpt | 28 echo "\ncheck that we dont 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 dont have a reference 66 check that contents disappear after a flush 70 check that no contents found after an end
|
/PHP-7.2/ext/mbstring/libmbfl/ |
H A D | LICENSE | 32 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.2/ext/standard/tests/dir/ |
H A D | scandir_error2.phpt | 17 * 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.2/ext/dom/tests/ |
H A D | DOMElement_hasAttributes_basic.phpt | 21 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.2/ |
H A D | CODING_STANDARDS | 5 This file lists several standards that any programmer adding or changing 8 follow it, but it's going in that general direction. Since we are now 17 1. Functions that are given pointers to resources should not free them 26 - The function is given a boolean argument, that controls whether or not 30 - Low-level parser routines, that are tightly integrated with the token 45 that PHP holds the length property of each string, and that it 47 a way so that they'll take advantage of the length property, both 49 Functions that change strings and obtain their new lengths while 142 letter that starts a new 'word' is capitalized:: 171 1. Functions that are part of the external API should be named [all …]
|