Home
last modified time | relevance | path

Searched refs:to (Results 176 – 200 of 4426) sorted by relevance

12345678910>>...178

/PHP-8.0/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation2.phpt2 Test symlink(), linkinfo(), link() and is_link() functions : usage variations - hardlink to non-exi…
5 /* Variation 2 : Create hard link to non-existent file */
13 echo "*** Creating a hard link to a non-existent file ***\n";
14 // creating hard link to non_existent file
24 *** Creating a hard link to a non-existent file ***
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_connect_charset.phpt13 /* Connect to mysql to determine the current charset so we can diffinate it */
17 /* Make sure that we don't attempt to set the current character set to make this case useful */
20 …/* Done with the original connection, create a second link to test the character set being defined…
/PHP-8.0/ext/standard/tests/network/
H A Dtcp4loop.phpt15 die('Unable to create AF_INET socket [server]');
18 /* Connect to it */
21 die('Unable to create AF_INET socket [client]');
27 die('Unable to accept connection');
H A Dbug74764.phpt22 Warning: stream_socket_client(): Unable to connect to tcp://localhost:1443 (%s) in %s on line %d
24 Warning: stream_socket_client(): Unable to connect to tcp://localhost:1443 (%s) in %s on line %d
/PHP-8.0/ext/spl/tests/
H A Dspl_heap_count_basic.phpt16 public function count() // override count to force failure
18 throw new Exception('Cause count to fail');
27 count($heap);// refers to MyHeap->count() method
34 Exception: Cause count to fail
/PHP-8.0/ext/dom/tests/
H A DDOMDocument_validate_basic.phpt14 <!ELEMENT note (to,from,heading,body)>
15 <!ELEMENT to (#PCDATA)>
21 <to>Tove</to>
/PHP-8.0/ext/standard/tests/general_functions/
H A Dgettype_settype_basic.phpt9 to change its type to other types */
91 // set to new type
540 Cannot convert to resource type
542 Cannot convert to resource type
544 Cannot convert to resource type
546 Cannot convert to resource type
548 Cannot convert to resource type
550 Cannot convert to resource type
552 Cannot convert to resource type
786 2: Array to string conversion
[all …]
/PHP-8.0/ext/standard/tests/mail/
H A Dmail_basic_alt1-win32.phpt24 $to = "$username";
28 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
32 $res = mail($to, $subject, $message);
35 exit("TEST FAILED : Unable to send test email\n");
43 echo "Cannot connect to IMAP server $server: " . imap_last_error() . "\n";
51 // sleep for a while to allow msg to be delivered
56 // Iterate over recent msgs to find the one we sent above
H A Dmail_basic_alt2-win32.phpt19 $to = "$username";
23 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
29 $res = mail($to, $subject, $message, $extra_headers);
32 exit("TEST FAILED : Unable to send test email\n");
40 echo "Cannot connect to IMAP server $server: " . imap_last_error() . "\n";
48 // sleep for a while to allow msg to be delivered
53 // Iterate over recent msgs to find the one we sent above
H A Dmail_basic_alt3-win32.phpt19 $to = "$username";
23 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
29 $res = mail($to, $subject, $message, $extra_headers);
32 exit("TEST FAILED : Unable to send test email\n");
40 echo "Cannot connect to IMAP server $server: " . imap_last_error() . "\n";
48 // sleep for a while to allow msg to be delivered
53 // Iterate over recent msgs to find the one we sent above
H A Dmail_basic_alt4-win32.phpt19 $to = "$username";
23 bool mail ( string \$to , string \$subject , string \$message [, string \$additional_headers [, str…
30 $res = mail($to, $subject, $message, $extra_headers, $extra_parameters);
33 exit("TEST FAILED : Unable to send test email\n");
41 echo "Cannot connect to IMAP server $server: " . imap_last_error() . "\n";
49 // sleep for a while to allow msg to be delivered
54 // Iterate over recent msgs to find the one we sent above
/PHP-8.0/ext/phar/tests/
H A Dbug54289.phpt2 Bug #54289 Phar::extractTo() does not accept specific directories to be extracted
16 // we should be able to pull out a directory that's there, but none that share
25 // should also not be able to pull out non-existent ones
28 echo 'failed to throw expected exception';
32 // should also not be able to pull out /, because paths are not "rooted" that way
35 echo 'failed to throw expected exception';
39 // should be able to do by array, too
47 echo 'failed to throw expected exception';
/PHP-8.0/ext/curl/tests/
H A Dserver.inc19 // First, wait for the dev server to declare itself ready.
47 // Now wait for a connection to succeed.
48 // note: even when server prints 'Listening on localhost:8964...Press Ctrl-C to quit.'
49 // it might not be listening yet...need to wait until fsockopen() call returns
50 $error = "Unable to connect to server\n";
60 // Success, Connected to servers
80 /* Wait for server to shutdown */
/PHP-8.0/ext/gd/tests/
H A Dgif2gd.phpt17 echo "GIF to GD1 conversion: ";
21 echo "GIF to GD2 conversion: ";
29 GIF to GD1 conversion: ok
30 GIF to GD2 conversion: ok
H A Dxpm2gd.phpt17 echo "XPM to GD1 conversion: ";
21 echo "XPM to GD2 conversion: ";
29 XPM to GD1 conversion: ok
30 XPM to GD2 conversion: ok
/PHP-8.0/ext/standard/tests/array/
H A Dreset_basic.phpt16 echo "\n-- Call to next() --\n";
22 echo "\n-- Call to reset() --\n";
31 -- Call to next() --
37 -- Call to reset() --
H A Darray_walk_basic1.phpt12 // dump the arguments to check that they are passed
16 echo "\n"; // new line to separate the output between each element
20 // dump the arguments to check that they are passed
25 echo "\n"; // new line to separate the output between each element
28 echo "-- Using array_walk() with default parameters to show array contents --\n";
38 -- Using array_walk() with default parameters to show array contents --
H A Darray_walk_recursive_basic1.phpt12 // dump the arguments to check that they are passed
16 echo "\n"; // new line to separate the output between each element
20 // dump the arguments to check that they are passed
25 echo "\n"; // new line to separate the output between each element
28 echo "-- Using array_walk_recursive() with default parameters to show array contents --\n";
38 -- Using array_walk_recursive() with default parameters to show array contents --
H A Dusort_variation6.phpt6 * Pass a multi-dimensional array as $array_arg argument to usort()
7 * to test how array is re-ordered
42 echo "-- Array after call to usort() --\n";
48 echo "-- Array after call to usort() --\n";
56 -- Array after call to usort() --
120 -- Array after call to usort() --
/PHP-8.0/ext/simplexml/tests/
H A Dbug38406.phpt2 Bug #38406 (crash when assigning objects to SimpleXML attributes)
35 Warning: Array to string conversion in %s on line %d
36 It's not possible to assign a complex type to properties, stdClass given
/PHP-8.0/ext/standard/tests/strings/
H A Dsprintf_variation2.phpt26 //array of values to iterate over
141 Warning: Array to string conversion in %s on line %d
144 Warning: Array to string conversion in %s on line %d
149 Warning: Array to string conversion in %s on line %d
152 Warning: Array to string conversion in %s on line %d
157 Warning: Array to string conversion in %s on line %d
160 Warning: Array to string conversion in %s on line %d
165 Warning: Array to string conversion in %s on line %d
168 Warning: Array to string conversion in %s on line %d
173 Warning: Array to string conversion in %s on line %d
[all …]
H A Dprintf_variation2.phpt26 //array of values to iterate over
162 Warning: Array to string conversion in %s on line %d
166 Warning: Array to string conversion in %s on line %d
172 Warning: Array to string conversion in %s on line %d
176 Warning: Array to string conversion in %s on line %d
182 Warning: Array to string conversion in %s on line %d
186 Warning: Array to string conversion in %s on line %d
192 Warning: Array to string conversion in %s on line %d
196 Warning: Array to string conversion in %s on line %d
202 Warning: Array to string conversion in %s on line %d
[all …]
/PHP-8.0/ext/intl/tests/
H A Ddateformat_is_set_lenient.phpt23 $res_str .= "After call to get_lenient : lenient= ";
41 $res_str .= "After call to is_lenient : lenient= ";
60 $res_str .= "After call to is_lenient : lenient= ";
80 After call to get_lenient : lenient= TRUE
83 After call to is_lenient : lenient= TRUE
86 After call to is_lenient : lenient= FALSE
/PHP-8.0/ext/standard/tests/dir/
H A Ddir_variation8.phpt13 * those directories when wildcard characters are used to refer to them.
42 Warning: dir(%s/dir_var*): Failed to open directory: %s in %s on line %d
45 Warning: dir(%s/*): Failed to open directory: %s in %s on line %d
49 Warning: dir(%s/dir_variation81/sub_dir?): Failed to open directory: %s in %s on line %d
52 Warning: dir(%s/dir_variation81/sub?dir1): Failed to open directory: %s in %s on line %d
/PHP-8.0/Zend/tests/
H A Dbug81070.phpt2 Bug #81070 Setting memory limit to below current usage
13 Warning: Failed to set memory limit to 3145728 bytes (Current memory usage is %d bytes) in %s on li…

Completed in 39 milliseconds

12345678910>>...178