Home
last modified time | relevance | path

Searched refs:to (Results 251 – 275 of 6053) sorted by relevance

1...<<11121314151617181920>>...243

/PHP-7.3/ext/standard/tests/file/
H A Dunlink_variation7.phpt10 * Alias to functions:
53 //array of values to iterate over
128 Error: 2 - unlink() expects parameter 2 to be resource, int given, %s(%d)
132 Error: 2 - unlink() expects parameter 2 to be resource, int given, %s(%d)
136 Error: 2 - unlink() expects parameter 2 to be resource, int given, %s(%d)
140 Error: 2 - unlink() expects parameter 2 to be resource, int given, %s(%d)
144 Error: 2 - unlink() expects parameter 2 to be resource, float given, %s(%d)
186 Error: 2 - unlink() expects parameter 2 to be resource, bool given, %s(%d)
190 Error: 2 - unlink() expects parameter 2 to be resource, bool given, %s(%d)
194 Error: 2 - unlink() expects parameter 2 to be resource, bool given, %s(%d)
[all …]
H A Dreadfile_variation4.phpt10 * Alias to functions:
59 //array of values to iterate over
137 Error: 2 - readfile() expects parameter 3 to be resource, int given, %s(%d)
141 Error: 2 - readfile() expects parameter 3 to be resource, int given, %s(%d)
145 Error: 2 - readfile() expects parameter 3 to be resource, int given, %s(%d)
149 Error: 2 - readfile() expects parameter 3 to be resource, int given, %s(%d)
153 Error: 2 - readfile() expects parameter 3 to be resource, float given, %s(%d)
195 Error: 2 - readfile() expects parameter 3 to be resource, bool given, %s(%d)
199 Error: 2 - readfile() expects parameter 3 to be resource, bool given, %s(%d)
203 Error: 2 - readfile() expects parameter 3 to be resource, bool given, %s(%d)
[all …]
H A Drename_variation10.phpt10 * Alias to functions:
56 //array of values to iterate over
135 Error: 2 - rename() expects parameter 3 to be resource, int given, %s(%d)
139 Error: 2 - rename() expects parameter 3 to be resource, int given, %s(%d)
143 Error: 2 - rename() expects parameter 3 to be resource, int given, %s(%d)
147 Error: 2 - rename() expects parameter 3 to be resource, int given, %s(%d)
151 Error: 2 - rename() expects parameter 3 to be resource, float given, %s(%d)
193 Error: 2 - rename() expects parameter 3 to be resource, bool given, %s(%d)
197 Error: 2 - rename() expects parameter 3 to be resource, bool given, %s(%d)
201 Error: 2 - rename() expects parameter 3 to be resource, bool given, %s(%d)
[all …]
H A Drmdir_variation2.phpt10 * Alias to functions:
54 //array of values to iterate over
126 Error: 2 - rmdir() expects parameter 2 to be resource, int given, %s(%d)
130 Error: 2 - rmdir() expects parameter 2 to be resource, int given, %s(%d)
134 Error: 2 - rmdir() expects parameter 2 to be resource, int given, %s(%d)
138 Error: 2 - rmdir() expects parameter 2 to be resource, int given, %s(%d)
142 Error: 2 - rmdir() expects parameter 2 to be resource, float given, %s(%d)
184 Error: 2 - rmdir() expects parameter 2 to be resource, bool given, %s(%d)
188 Error: 2 - rmdir() expects parameter 2 to be resource, bool given, %s(%d)
192 Error: 2 - rmdir() expects parameter 2 to be resource, bool given, %s(%d)
[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 …]
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 …]
/PHP-7.3/ext/standard/tests/strings/
H A Dchunk_split_variation9.phpt8 * Alias to functions: none
12 * passing different double quoted strings for 'ending' argument to chunk_split()
13 * here 'chunklen' is set to 6.5
19 $str = "This is to test chunk_split() with various ending string";
55 string(56) "This is to test chunk_split() with various ending string"
57 string(66) "This i s to t est ch unk_sp lit() with v arious endin g stri ng "
59 string(66) "This ias to taest chaunk_spalit() awith vaariousa endinag strianga"
68 s to t
80 s to t
92 s to t
[all …]
/PHP-7.3/ext/date/tests/
H A Dlocaltime_variation3.phpt2 Test localtime() function : usage variation - Passing higher positive and negetive float values to
9 * if the associative_array argument is set to 1 other wise it is a regular array
11 * Alias to functions:
20 echo "\n-- Testing localtime() function with 'float 12.3456789000e10' to timestamp --\n";
25 echo "\n-- Testing localtime() function with 'float -12.3456789000e10' to timestamp --\n";
35 -- Testing localtime() function with 'float 12.3456789000e10' to timestamp --
37 Warning: localtime() expects parameter 1 to be int, float given in %s on line %d
40 Warning: localtime() expects parameter 1 to be int, float given in %s on line %d
43 -- Testing localtime() function with 'float -12.3456789000e10' to timestamp --
45 Warning: localtime() expects parameter 1 to be int, float given in %s on line %d
[all …]
H A DDateTime_modify_variation1.phpt2 Test DateTime::modify() function : usage variation - Passing unexpected values to first argument $m…
8 * Alias to functions: public date_modify()
11 echo "*** Testing DateTime::modify() : usage variation - unexpected values to first argument \$mod…
44 //array of values to iterate over
111 *** Testing DateTime::modify() : usage variation - unexpected values to first argument $modify***
160 Warning: DateTime::modify() expects parameter 1 to be string, array given in %sDateTime_modify_vari…
165 Warning: DateTime::modify() expects parameter 1 to be string, array given in %sDateTime_modify_vari…
170 Warning: DateTime::modify() expects parameter 1 to be string, array given in %sDateTime_modify_vari…
175 Warning: DateTime::modify() expects parameter 1 to be string, array given in %sDateTime_modify_vari…
180 Warning: DateTime::modify(): Failed to parse time string () at position 0 ( in %sDateTime_modify_va…
[all …]
H A Ddate_modify_variation2.phpt2 Test date_modify() function : usage variation - Passing unexpected values to second argument $forma…
8 * Alias to functions: public DateTime DateTime::modify()
11 echo "*** Testing date_modify() : usage variation - unexpected values to second argument \$format*…
44 //array of values to iterate over
111 *** Testing date_modify() : usage variation - unexpected values to second argument $format***
160 Warning: date_modify() expects parameter 2 to be string, array given in %sdate_modify_variation2.ph…
165 Warning: date_modify() expects parameter 2 to be string, array given in %sdate_modify_variation2.ph…
170 Warning: date_modify() expects parameter 2 to be string, array given in %sdate_modify_variation2.ph…
175 Warning: date_modify() expects parameter 2 to be string, array given in %sdate_modify_variation2.ph…
180 Warning: date_modify(): Failed to parse time string () at position 0 ( in %sdate_modify_variation2.…
[all …]
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
/PHP-7.3/ext/standard/tests/dir/
H A Dopendir_variation1.phpt17 * Pass different data types as $path argument to opendir() to test behaviour
23 // create directory to be passed as string value where possible
51 // unexpected values to be passed to $path argument
124 Warning: opendir(0): failed to open dir: %s in %s on line %d
129 Warning: opendir(1): failed to open dir: %s in %s on line %d
134 Warning: opendir(12345): failed to open dir: %s in %s on line %d
139 Warning: opendir(-2345): failed to open dir: %s in %s on line %d
144 Warning: opendir(10.5): failed to open dir: %s in %s on line %d
164 Warning: opendir(0.5): failed to open dir: %s in %s on line %d
175 Warning: opendir(1): failed to open dir: %s in %s on line %d
[all …]
/PHP-7.3/ext/gd/tests/
H A Djpg2gd-mb.phpt17 echo "JPEG to GD1 conversion: ";
21 echo "JPEG to GD2 conversion: ";
25 echo "GD1 to JPEG conversion: ";
29 echo "GD2 to JPEG conversion: ";
39 JPEG to GD1 conversion: ok
40 JPEG to GD2 conversion: ok
41 GD1 to JPEG conversion: ok
42 GD2 to JPEG conversion: ok
H A Djpg2gd.phpt17 echo "JPEG to GD1 conversion: ";
21 echo "JPEG to GD2 conversion: ";
25 echo "GD1 to JPEG conversion: ";
29 echo "GD2 to JPEG conversion: ";
39 JPEG to GD1 conversion: ok
40 JPEG to GD2 conversion: ok
41 GD1 to JPEG conversion: ok
42 GD2 to JPEG conversion: ok
H A Dpng2gd.phpt17 echo "PNG to GD1 conversion: ";
21 echo "PNG to GD2 conversion: ";
25 echo "GD1 to PNG conversion: ";
29 echo "GD2 to PNG conversion: ";
39 PNG to GD1 conversion: ok
40 PNG to GD2 conversion: ok
41 GD1 to PNG conversion: ok
42 GD2 to PNG conversion: ok
/PHP-7.3/ext/soap/tests/interop/Round4/GroupH/
H A Dround4_groupH_complex_rpcenc.inc5 …return new SoapFault("Server", "Fault in response to 'echoSOAPStructFault'.", null, $input, "Compl…
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, $s2, "ComplexF…
20 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, array("soapStr…
26 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $s2, "ComplexF…
28 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $s3, "ComplexF…
30 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $s1, "ComplexF…
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.3/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:
30 $to = "$username";
34 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
38 $res = mail($to, $subject, $message);
41 exit("TEST COMPLETED : Unable to send test email\n");
49 echo "Cannot connect to IMAP server $server: " . imap_last_error() . "\n";
57 // sleep for a while to allow msg to be delivered
62 // Iterate over recent msgs to find the one we sent above
91 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:
30 $to = "$username";
34 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
38 $res = mail($to, $subject, $message);
41 exit("TEST COMPLETED : Unable to send test email\n");
49 echo "Cannot connect to IMAP server $server: " . imap_last_error() . "\n";
57 // sleep for a while to allow msg to be delivered
62 // Iterate over recent msgs to find the one we sent above
91 Warning: mail(): Failed to connect to mailserver at "localplace" port 25, verify your "SMTP" and "s…
[all …]
/PHP-7.3/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.3/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.3/ext/ldap/tests/
H A Dldap_sasl_bind_error.phpt39 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid DN syntax in %s on line %d
42 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid credentials in %s on line %d
45 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid credentials in %s on line %d
48 Warning: ldap_sasl_bind(): Unable to bind to server: Insufficient access in %s on line %d
51 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid DN syntax in %s on line %d
/PHP-7.3/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.3/Zend/tests/type_declarations/
H A Dscalar_strict_basic.phpt71 *** Caught Argument 1 passed to {closure}() must be of the type int, float given, called in %s on l…
74 *** Caught Argument 1 passed to {closure}() must be of the type int, string given, called in %s on …
77 *** Caught Argument 1 passed to {closure}() must be of the type int, bool given, called in %s on li…
80 *** Caught Argument 1 passed to {closure}() must be of the type int, bool given, called in %s on li…
83 *** Caught Argument 1 passed to {closure}() must be of the type int, null given, called in %s on li…
86 *** Caught Argument 1 passed to {closure}() must be of the type int, array given, called in %s on l…
89 *** Caught Argument 1 passed to {closure}() must be of the type int, object given, called in %s on …
106 *** Caught Argument 1 passed to {closure}() must be of the type float, bool given, called in %s on …
109 *** Caught Argument 1 passed to {closure}() must be of the type float, bool given, called in %s on …
112 *** Caught Argument 1 passed to {closure}() must be of the type float, null given, called in %s on …
[all …]
/PHP-7.3/ext/posix/tests/
H A Dposix_strerror_variation1.phpt13 * Alias to functions:
24 //array of values to iterate over
93 Warning: posix_strerror() expects parameter 1 to be int, float given in %s on line %d
102 Notice: Array to string conversion in %sposix_strerror_variation1.php on line %d
106 Warning: posix_strerror() expects parameter 1 to be int, array given in %s on line %d
109 Notice: Array to string conversion in %sposix_strerror_variation1.php on line %d
113 Warning: posix_strerror() expects parameter 1 to be int, array given in %s on line %d
116 Notice: Array to string conversion in %sposix_strerror_variation1.php on line %d
120 Warning: posix_strerror() expects parameter 1 to be int, array given in %s on line %d
123 Notice: Array to string conversion in %sposix_strerror_variation1.php on line %d
[all …]

Completed in 47 milliseconds

1...<<11121314151617181920>>...243