Home
last modified time | relevance | path

Searched refs:to (Results 126 – 150 of 5028) sorted by relevance

12345678910>>...202

/PHP-7.4/ext/standard/tests/array/
H A Darray_udiff_uassoc_variation2.phpt8 * Alias to functions:
45 //array of values to iterate over
106 Warning: array_udiff_uassoc(): Expected parameter 2 to be an array, int given in %sarray_udiff_uass…
111 Warning: array_udiff_uassoc(): Expected parameter 2 to be an array, int given in %sarray_udiff_uass…
116 Warning: array_udiff_uassoc(): Expected parameter 2 to be an array, int given in %sarray_udiff_uass…
121 Warning: array_udiff_uassoc(): Expected parameter 2 to be an array, int given in %sarray_udiff_uass…
126 Warning: array_udiff_uassoc(): Expected parameter 2 to be an array, float given in %sarray_udiff_ua…
151 Warning: array_udiff_uassoc(): Expected parameter 2 to be an array, null given in %sarray_udiff_uas…
156 Warning: array_udiff_uassoc(): Expected parameter 2 to be an array, null given in %sarray_udiff_uas…
161 Warning: array_udiff_uassoc(): Expected parameter 2 to be an array, bool given in %sarray_udiff_uas…
[all …]
H A Darray_udiff_uassoc_variation5.phpt8 * Alias to functions:
46 //array of values to iterate over
107 Warning: array_udiff_uassoc(): Expected parameter 3 to be an array, int given in %sarray_udiff_uass…
112 Warning: array_udiff_uassoc(): Expected parameter 3 to be an array, int given in %sarray_udiff_uass…
117 Warning: array_udiff_uassoc(): Expected parameter 3 to be an array, int given in %sarray_udiff_uass…
122 Warning: array_udiff_uassoc(): Expected parameter 3 to be an array, int given in %sarray_udiff_uass…
127 Warning: array_udiff_uassoc(): Expected parameter 3 to be an array, float given in %sarray_udiff_ua…
152 Warning: array_udiff_uassoc(): Expected parameter 3 to be an array, null given in %sarray_udiff_uas…
157 Warning: array_udiff_uassoc(): Expected parameter 3 to be an array, null given in %sarray_udiff_uas…
162 Warning: array_udiff_uassoc(): Expected parameter 3 to be an array, bool given in %sarray_udiff_uas…
[all …]
H A Darray_udiff_variation1.phpt8 * Alias to functions:
44 //array of values to iterate over
105 Warning: array_udiff(): Expected parameter 1 to be an array, int given in %sarray_udiff_variation1.…
110 Warning: array_udiff(): Expected parameter 1 to be an array, int given in %sarray_udiff_variation1.…
115 Warning: array_udiff(): Expected parameter 1 to be an array, int given in %sarray_udiff_variation1.…
120 Warning: array_udiff(): Expected parameter 1 to be an array, int given in %sarray_udiff_variation1.…
125 Warning: array_udiff(): Expected parameter 1 to be an array, float given in %sarray_udiff_variation…
150 Warning: array_udiff(): Expected parameter 1 to be an array, null given in %sarray_udiff_variation1…
155 Warning: array_udiff(): Expected parameter 1 to be an array, null given in %sarray_udiff_variation1…
160 Warning: array_udiff(): Expected parameter 1 to be an array, bool given in %sarray_udiff_variation1…
[all …]
/PHP-7.4/tests/lang/
H A D024.phpt540 $j should go from 3 to 4, and $q should go from 3 to 4
556 $j should go from 3 to 4, and $q should go from 3 to 4
572 $j should go from 3 to 4, and $q should go from 3 to 4
765 $j should go from 3 to 4, and $q should go from 3 to 4
781 $j should go from 3 to 4, and $q should go from 3 to 4
797 $j should go from 3 to 4, and $q should go from 3 to 4
990 $j should go from 3 to 4, and $q should go from 3 to 4
1006 $j should go from 3 to 4, and $q should go from 3 to 4
1022 $j should go from 3 to 4, and $q should go from 3 to 4
1215 $j should go from 3 to 4, and $q should go from 3 to 4
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dftruncate_variation2.phpt2 Test ftruncate() function : usage variations - truncate file to current size
13 Description: Truncates a file to a given length
47 echo "Error: failed to open file $filename!\n";
51 rewind($file_handle); // file pointer to 0
77 -- Testing ftruncate(): truncate file to size = current size --
85 -- Testing ftruncate(): truncate file to size = current size --
93 -- Testing ftruncate(): truncate file to size = current size --
101 -- Testing ftruncate(): truncate file to size = current size --
109 -- Testing ftruncate(): truncate file to size = current size --
117 -- Testing ftruncate(): truncate file to size = current size --
[all …]
H A Dftruncate_variation2-win32.phpt2 Test ftruncate() function : usage variations - truncate file to current size
13 Description: Truncates a file to a given length
47 echo "Error: failed to open file $filename!\n";
51 rewind($file_handle); // file pointer to 0
77 -- Testing ftruncate(): truncate file to size = current size --
85 -- Testing ftruncate(): truncate file to size = current size --
93 -- Testing ftruncate(): truncate file to size = current size --
101 -- Testing ftruncate(): truncate file to size = current size --
109 -- Testing ftruncate(): truncate file to size = current size --
117 -- Testing ftruncate(): truncate file to size = current size --
[all …]
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_variation_alt1-win32.phpt15 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
18 * Alias to functions:
29 $to = "$username";
33 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
37 $res = mail($to, $subject, $message);
40 exit("TEST COMPLETED : Unable to send test email\n");
48 echo "Cannot connect to IMAP server $server: " . imap_last_error() . "\n";
56 // sleep for a while to allow msg to be delivered
61 // Iterate over recent msgs to find the one we sent above
90 Warning: mail(): Failed to connect to mailserver at "localhost" port 2525, verify your "SMTP" and "…
[all …]
H A Dmail_variation_alt2-win32.phpt15 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [, …
18 * Alias to functions:
29 $to = "$username";
33 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
37 $res = mail($to, $subject, $message);
40 exit("TEST COMPLETED : Unable to send test email\n");
48 echo "Cannot connect to IMAP server $server: " . imap_last_error() . "\n";
56 // sleep for a while to allow msg to be delivered
61 // Iterate over recent msgs to find the one we sent above
90 Warning: mail(): Failed to connect to mailserver at "localplace" port 25, verify your "SMTP" and "s…
[all …]
/PHP-7.4/ext/date/tests/
H A Dstrftime_variation23.phpt2 Test strftime() function : usage variation - Checking large positive and negative float values to t…
8 * Description: Format a local time/date according to locale settings
10 * Alias to functions:
20 echo "\n-- Testing strftime() function with float 12.3456789000e10 to timestamp --\n";
24 echo "\n-- Testing strftime() function with float -12.3456789000e10 to timestamp --\n";
33 -- Testing strftime() function with float 12.3456789000e10 to timestamp --
35 Warning: strftime() expects parameter 2 to be int, float given in %s on line %d
38 -- Testing strftime() function with float -12.3456789000e10 to timestamp --
40 Warning: strftime() expects parameter 2 to be int, float given in %s on line %d
H A Dgetdate_variation7.phpt2 Test getdate() function : usage variation - Passing high positive and negative float values to time…
10 * Alias to functions:
16 echo "\n-- Testing getdate() function by passing float 12.3456789000e10 value to timestamp --\n";
20 echo "\n-- Testing getdate() function by passing float -12.3456789000e10 value to timestamp --\n";
28 -- Testing getdate() function by passing float 12.3456789000e10 value to timestamp --
30 Warning: getdate() expects parameter 1 to be int, float given in %s on line %d
33 -- Testing getdate() function by passing float -12.3456789000e10 value to timestamp --
35 Warning: getdate() expects parameter 1 to be int, float given in %s on line %d
H A Didate_variation3.phpt2 Test idate() function : usage variation - Passing higher positive and negetive float values to time…
10 * Alias to functions:
19 echo "\n-- Testing idate() function with float 12.3456789000e10 to timestamp --\n";
23 echo "\n-- Testing idate() function with float -12.3456789000e10 to timestamp --\n";
32 -- Testing idate() function with float 12.3456789000e10 to timestamp --
34 Warning: idate() expects parameter 2 to be int, float given in %s on line %d
37 -- Testing idate() function with float -12.3456789000e10 to timestamp --
39 Warning: idate() expects parameter 2 to be int, float given in %s on line %d
/PHP-7.4/Zend/tests/
H A Dcall_user_func_009.phpt2 call_user_func() behavior when passing literal to reference parameter
13 Warning: Parameter 1 to sort() expected to be a reference, value given in %s on line %d
16 Warning: Parameter 1 to sort() expected to be a reference, value given in %s on line %d
H A Doffset_bool.phpt2 using different variables to access boolean offsets
28 Notice: Trying to access array offset on value of type bool in %s on line %d
31 Notice: Trying to access array offset on value of type bool in %s on line %d
34 Notice: Trying to access array offset on value of type bool in %s on line %d
37 Notice: Trying to access array offset on value of type bool in %s on line %d
40 Notice: Trying to access array offset on value of type bool in %s on line %d
43 Notice: Trying to access array offset on value of type bool in %s on line %d
46 Notice: Trying to access array offset on value of type bool in %s on line %d
49 Notice: Trying to access array offset on value of type bool in %s on line %d
52 Notice: Trying to access array offset on value of type bool in %s on line %d
H A Doffset_long.phpt2 using different variables to access long offsets
28 Notice: Trying to access array offset on value of type int in %s on line %d
31 Notice: Trying to access array offset on value of type int in %s on line %d
34 Notice: Trying to access array offset on value of type int in %s on line %d
37 Notice: Trying to access array offset on value of type int in %s on line %d
40 Notice: Trying to access array offset on value of type int in %s on line %d
43 Notice: Trying to access array offset on value of type int in %s on line %d
46 Notice: Trying to access array offset on value of type int in %s on line %d
49 Notice: Trying to access array offset on value of type int in %s on line %d
52 Notice: Trying to access array offset on value of type int in %s on line %d
H A Doffset_null.phpt2 using different variables to access null offsets
28 Notice: Trying to access array offset on value of type null in %s on line %d
31 Notice: Trying to access array offset on value of type null in %s on line %d
34 Notice: Trying to access array offset on value of type null in %s on line %d
37 Notice: Trying to access array offset on value of type null in %s on line %d
40 Notice: Trying to access array offset on value of type null in %s on line %d
43 Notice: Trying to access array offset on value of type null in %s on line %d
46 Notice: Trying to access array offset on value of type null in %s on line %d
49 Notice: Trying to access array offset on value of type null in %s on line %d
52 Notice: Trying to access array offset on value of type null in %s on line %d
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_max_links.phpt16 // to make sure we have at least one working connection...
18 // to make sure that max_links is really set to one
57 Warning: mysqli_query() expects parameter 1 to be mysqli, bool given in %s on line %d
59 Warning: mysqli_close() expects parameter 1 to be mysqli, bool given in %s on line %d
61 Warning: mysqli_query() expects parameter 1 to be mysqli, bool given in %s on line %d
63 Warning: mysqli_close() expects parameter 1 to be mysqli, bool given in %s on line %d
65 Warning: mysqli_query() expects parameter 1 to be mysqli, bool given in %s on line %d
67 Warning: mysqli_close() expects parameter 1 to be mysqli, bool given in %s on line %d
69 Warning: mysqli_query() expects parameter 1 to be mysqli, bool given in %s on line %d
71 Warning: mysqli_close() expects parameter 1 to be mysqli, bool given in %s on line %d
[all …]
/PHP-7.4/ext/xmlreader/tests/
H A D014.phpt24 // Find a node to try modifying
26 // Try to set the value of the element from book1 to movie1
28 // Try to set the value of the first "num" attribute from "1" to "num attribute 1"
31 // Try to set the name of the first attribute from "num" to "number"
46 Warning: main(): Cannot write to read-only property in %s on line %d
48 Warning: main(): Cannot write to read-only property in %s on line %d
50 Warning: main(): Cannot write to read-only property in %s on line %d
/PHP-7.4/ext/fileinfo/tests/
H A Dfinfo_open_001.phpt17 Warning: finfo_open() expects parameter 2 to be a valid path, string given in %s on line %d
22 Warning: finfo_open(%s123): failed to open stream: No such file or directory in %s on line %d
24 Warning: finfo_open(%s123): failed to open stream: No such file or directory in %s on line %d
26 Warning: finfo_open(): Failed to load magic database at '%s123'. in %s on line %d
29 Warning: finfo_open(%s1): failed to open stream: No such file or directory in %s on line %d
31 Warning: finfo_open(%s1): failed to open stream: No such file or directory in %s on line %d
33 Warning: finfo_open(): Failed to load magic database at '%s1'. in %s on line %d
36 Warning: finfo_open(%sinexistent): failed to open stream: No such file or directory in %s on line %d
38 Warning: finfo_open(%sinexistent): failed to open stream: No such file or directory in %s on line %d
40 Warning: finfo_open(): Failed to load magic database at '%sinexistent'. in %s on line %d
/PHP-7.4/ext/soap/tests/interop/Round4/GroupH/
H A Dround4_groupH_complex_doclit.inc5 …return new SoapFault("Server", "Fault in response to 'echoSOAPStructFault'.", null, array("soapStr…
9 …return new SoapFault("Server", "Fault in response to 'echoBaseStructFault'.", null, $input, "Compl…
13 …return new SoapFault("Server", "Fault in response to 'echoExtendedStructFault'.", null, $input, "C…
18 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, $input->param2…
20 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, array("soapStr…
26 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $input->param2…
28 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $input->param3…
30 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $input->param1…
/PHP-7.4/docs/
H A Drelease-process.md15 It is recommended to do so a couple of days before the packaging day, to
29 previous RM's is around to answer questions. For the steps related to the
35 7. Moving extensions from/to PECL requires write access to the destination.
71 For moving extensions from PECL to php-src the procedure needs to go through
212 2. If a CVE commit needs to be merged to the release, then have it committed to
300 * You may want to try `php-web/bin/news2html` to automate this task.
371 separate email. This is to make sure that replies to the announcement on
409 5. Notify nlopess@ to add PHP_X_Y tag to gcov.php.net.
414 (phpdoc@lists.php.net) to write the migration guide. See to it that they
416 to link to it in the release announcements.
[all …]
/PHP-7.4/ext/sysvsem/tests/
H A Dnowait.phpt21 echo "P: failed to parent get semaphore\n";
30 echo "P: failed to child get semaphore\n";
37 echo "P: fail to acquire semaphore $p_sem_id.\n";
45 echo "P: fail to acquire semaphore $c_sem_id.\n";
63 /* Wait for the child semaphore to be released to
64 to release the parent semaphore */
77 echo "P: failed to release semaphore\n";
95 // This should fail to get to the semaphore and not wait
106 echo "C: Failed to release semaphore\n";
111 echo "C: fail to acquire semaphore $p_sem_id.\n";
[all …]
/PHP-7.4/ext/session/tests/
H A Dsession_decode_error2.phpt58 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s%esessi…
65 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s%esessi…
72 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s%esessi…
79 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s%esessi…
86 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s%esessi…
93 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s%esessi…
100 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s%esessi…
107 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s%esessi…
114 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s%esessi…
121 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s%esessi…
[all …]
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_strict_basic.phpt60 *** Caught Argument 1 passed to {closure}() must be of the type int, float given, called in %s on l…
63 *** Caught Argument 1 passed to {closure}() must be of the type int, string given, called in %s on …
66 *** Caught Argument 1 passed to {closure}() must be of the type int, bool given, called in %s on li…
69 *** Caught Argument 1 passed to {closure}() must be of the type int, bool given, called in %s on li…
72 *** Caught Argument 1 passed to {closure}() must be of the type int, null given, called in %s on li…
75 *** Caught Argument 1 passed to {closure}() must be of the type int, array given, called in %s on l…
78 *** Caught Argument 1 passed to {closure}() must be of the type int, object given, called in %s on …
95 *** Caught Argument 1 passed to {closure}() must be of the type float, bool given, called in %s on …
98 *** Caught Argument 1 passed to {closure}() must be of the type float, bool given, called in %s on …
101 *** Caught Argument 1 passed to {closure}() must be of the type float, null given, called in %s on …
[all …]
/PHP-7.4/ext/gd/tests/
H A Djpeg2png.phpt20 echo "PNG to JPEG conversion: ";
24 echo "Generated JPEG to PNG conversion: ";
28 echo "JPEG to PNG conversion: ";
32 echo "Generated PNG to JPEG conversion: ";
42 PNG to JPEG conversion: ok
43 Generated JPEG to PNG conversion: ok
44 JPEG to PNG conversion: ok
45 Generated PNG to JPEG conversion: ok
/PHP-7.4/ext/gmp/tests/
H A Dgmp_sqrt.phpt28 Warning: gmp_sqrt(): Number has to be greater than or equal to 0 in %s on line %d
31 Warning: gmp_sqrt(): Number has to be greater than or equal to 0 in %s on line %d
38 Warning: gmp_sqrt(): Number has to be greater than or equal to 0 in %s on line %d
48 Warning: gmp_sqrt(): Unable to convert variable to GMP - wrong type in %s on line %d

Completed in 65 milliseconds

12345678910>>...202