Home
last modified time | relevance | path

Searched refs:to (Results 201 – 225 of 5453) sorted by relevance

12345678910>>...219

/PHP-5.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:
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-5.4/
H A DREADME.TESTING23 This is an addendum to README.TESTING with additional information
4 specific to server-tests.php.
8 'make test'. server-tests was developed to provide support for
28 must be copied to a directory under the web server
42 php server-tests.php -p /path/to/php-cli
45 php server-tests.php -p /path/to/php-cgi
54 php server-tests.php -c /path/to/server-tests-config.php
58 php server-tests.php -c /path/to/server-tests-config.php -w -t 3 -d /path/to/testdir
64 In addition to the traditional test sections
107 to set in this section would include:
[all …]
/PHP-5.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, boolean given in %s on line %d
59 Warning: mysqli_close() expects parameter 1 to be mysqli, boolean given in %s on line %d
61 Warning: mysqli_query() expects parameter 1 to be mysqli, boolean given in %s on line %d
63 Warning: mysqli_close() expects parameter 1 to be mysqli, boolean given in %s on line %d
65 Warning: mysqli_query() expects parameter 1 to be mysqli, boolean given in %s on line %d
67 Warning: mysqli_close() expects parameter 1 to be mysqli, boolean given in %s on line %d
69 Warning: mysqli_query() expects parameter 1 to be mysqli, boolean given in %s on line %d
71 Warning: mysqli_close() expects parameter 1 to be mysqli, boolean given in %s on line %d
[all …]
/PHP-5.4/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-5.4/ext/gd/tests/
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-5.4/ext/posix/tests/
H A Dposix_strerror_variation1.phpt12 * Alias to functions:
23 //array of values to iterate over
99 Notice: Array to string conversion in %sposix_strerror_variation1.php on line %d
103 Warning: posix_strerror() expects parameter 1 to be long, array given in %s on line %d
106 Notice: Array to string conversion in %sposix_strerror_variation1.php on line %d
110 Warning: posix_strerror() expects parameter 1 to be long, array given in %s on line %d
113 Notice: Array to string conversion in %sposix_strerror_variation1.php on line %d
117 Warning: posix_strerror() expects parameter 1 to be long, array given in %s on line %d
120 Notice: Array to string conversion in %sposix_strerror_variation1.php on line %d
124 Warning: posix_strerror() expects parameter 1 to be long, array given in %s on line %d
[all …]
H A Dposix_kill_variation2.phpt10 * Description: Send a signal to a process (POSIX.1, 3.3.2)
12 * Alias to functions:
24 //array of values to iterate over
100 Notice: Array to string conversion in %sposix_kill_variation2.php on line %d
104 Warning: posix_kill() expects parameter 2 to be long, array given in %s on line %d
107 Notice: Array to string conversion in %sposix_kill_variation2.php on line %d
111 Warning: posix_kill() expects parameter 2 to be long, array given in %s on line %d
114 Notice: Array to string conversion in %sposix_kill_variation2.php on line %d
118 Warning: posix_kill() expects parameter 2 to be long, array given in %s on line %d
121 Notice: Array to string conversion in %sposix_kill_variation2.php on line %d
[all …]
H A Dposix_kill_variation1.phpt10 * Description: Send a signal to a process (POSIX.1, 3.3.2)
12 * Alias to functions:
24 //array of values to iterate over
100 Notice: Array to string conversion in %sposix_kill_variation1.php on line %d
104 Warning: posix_kill() expects parameter 1 to be long, array given in %s on line %d
107 Notice: Array to string conversion in %sposix_kill_variation1.php on line %d
111 Warning: posix_kill() expects parameter 1 to be long, array given in %s on line %d
114 Notice: Array to string conversion in %sposix_kill_variation1.php on line %d
118 Warning: posix_kill() expects parameter 1 to be long, array given in %s on line %d
121 Notice: Array to string conversion in %sposix_kill_variation1.php on line %d
[all …]
/PHP-5.4/ext/standard/tests/file/
H A Dftruncate_variation5-win32.phpt2 Test ftruncate() function : usage variations - truncate file to bigger 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
54 /* try to truncate it to size bigger then current */
78 -- Testing ftruncate(): try truncating file to size, bigger than existing --
86 -- Testing ftruncate(): try truncating file to size, bigger than existing --
94 -- Testing ftruncate(): try truncating file to size, bigger than existing --
102 -- Testing ftruncate(): try truncating file to size, bigger than existing --
110 -- Testing ftruncate(): try truncating file to size, bigger than existing --
[all …]
H A Dftruncate_variation5.phpt2 Test ftruncate() function : usage variations - truncate file to bigger 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
54 /* try to truncate it to size bigger then current */
78 -- Testing ftruncate(): try truncating file to size, bigger than existing --
86 -- Testing ftruncate(): try truncating file to size, bigger than existing --
94 -- Testing ftruncate(): try truncating file to size, bigger than existing --
102 -- Testing ftruncate(): try truncating file to size, bigger than existing --
110 -- Testing ftruncate(): try truncating file to size, bigger than existing --
[all …]
H A Dftruncate_variation3.phpt2 Test ftruncate() function : usage variations - truncate file to half 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
54 /* truncate it to half of its current size */
76 -- Testing ftruncate(): truncate file to half of its current size --
84 -- Testing ftruncate(): truncate file to half of its current size --
92 -- Testing ftruncate(): truncate file to half of its current size --
100 -- Testing ftruncate(): truncate file to half of its current size --
108 -- Testing ftruncate(): truncate file to half of its current size --
[all …]
H A Dftruncate_variation3-win32.phpt2 Test ftruncate() function : usage variations - truncate file to half 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
54 /* truncate it to half of its current size */
76 -- Testing ftruncate(): truncate file to half of its current size --
84 -- Testing ftruncate(): truncate file to half of its current size --
92 -- Testing ftruncate(): truncate file to half of its current size --
100 -- Testing ftruncate(): truncate file to half of its current size --
108 -- Testing ftruncate(): truncate file to half of its current size --
[all …]
/PHP-5.4/ext/standard/tests/array/
H A Darray_pad_variation2.phpt6 * Description: Returns a copy of input array padded with pad_value to size pad_size
11 * Testing array_pad() function by passing values to $pad_size argument other than integers
34 //array of values to iterate over
80 // loop through each element of $pad_sizes to check the behavior of array_pad()
91 *** Testing array_pad() : passing non integer values to $pad_size argument ***
162 Warning: array_pad() expects parameter 2 to be long, array given in %s on line %d
166 Warning: array_pad() expects parameter 2 to be long, array given in %s on line %d
170 Warning: array_pad() expects parameter 2 to be long, array given in %s on line %d
174 Warning: array_pad() expects parameter 2 to be long, array given in %s on line %d
178 Warning: array_pad() expects parameter 2 to be long, array given in %s on line %d
[all …]
H A Darray_rand_variation2.phpt11 * Test array_rand() with different types of values other than int passed to 'num_req' argument
12 * to see that function works with unexpeced data and generates warning message as required.
34 //array of values to iterate over
94 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
102 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
107 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
182 Warning: array_rand() expects parameter 2 to be long, string given in %s on line %d
187 Warning: array_rand() expects parameter 2 to be long, string given in %s on line %d
192 Warning: array_rand() expects parameter 2 to be long, string given in %s on line %d
197 Warning: array_rand() expects parameter 2 to be long, string given in %s on line %d
[all …]
H A Darray_uintersect_assoc_variation3.phpt8 * Alias to functions:
42 //array of values to iterate over
109 Warning: array_uintersect_assoc() expects parameter 3 to be a valid callback, no array or string gi…
114 Warning: array_uintersect_assoc() expects parameter 3 to be a valid callback, no array or string gi…
119 Warning: array_uintersect_assoc() expects parameter 3 to be a valid callback, no array or string gi…
124 Warning: array_uintersect_assoc() expects parameter 3 to be a valid callback, no array or string gi…
129 Warning: array_uintersect_assoc() expects parameter 3 to be a valid callback, no array or string gi…
134 Warning: array_uintersect_assoc() expects parameter 3 to be a valid callback, no array or string gi…
139 Warning: array_uintersect_assoc() expects parameter 3 to be a valid callback, no array or string gi…
144 Warning: array_uintersect_assoc() expects parameter 3 to be a valid callback, no array or string gi…
[all …]
/PHP-5.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-5.4/ext/ldap/
H A DLDAP_Win32_HOWTO.txt8 - Open LDAP under php_build. Rename this directory to 'OpenLDAP'.
9 - Rename OpenLDAP\include\portable.h.nt to OpenLDAP\include\portable.h
10 - Rename OpenLDAP\include\ldapconfig.h.nt to OpenLDAP\include\ldapconfig.h
14 For 'Win32 Debug', change the runtime library to 'Debug Multithreaded DLL'
15 For 'Win32 Release', change the runtime library to 'Multithreaded DLL'
17 Add '..\..\..\..\php5\regex' to the 'Additional include directories' list.
18 Add 'HAVE_MKTEMP' to the 'Preprocessor definitions' list.
25 For 'Win32 Debug', change the runtime library to 'Debug Multithreaded DLL'
26 For 'Win32 Release', change the runtime library to 'Multithreaded DLL'
28 Add 'HAVE_MKTEMP' to the 'Preprocessor definitions' list.
/PHP-5.4/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-5.4/ext/standard/tests/general_functions/
H A Dcall_user_func_array_variation_002.phpt8 * Alias to functions:
50 //array of values to iterate over
110 Error: 2 - call_user_func_array() expects parameter 1 to be a valid callback, no array or string gi…
114 Error: 2 - call_user_func_array() expects parameter 1 to be a valid callback, no array or string gi…
118 Error: 2 - call_user_func_array() expects parameter 1 to be a valid callback, no array or string gi…
122 Error: 2 - call_user_func_array() expects parameter 1 to be a valid callback, no array or string gi…
126 Error: 2 - call_user_func_array() expects parameter 1 to be a valid callback, no array or string gi…
130 Error: 2 - call_user_func_array() expects parameter 1 to be a valid callback, no array or string gi…
134 Error: 2 - call_user_func_array() expects parameter 1 to be a valid callback, no array or string gi…
138 Error: 2 - call_user_func_array() expects parameter 1 to be a valid callback, no array or string gi…
[all …]
/PHP-5.4/ext/date/tests/
H A Dbug33415-2.phpt24 appear to have a DST or timezone transition.\n";
33 not appear to have a DST or timezone transition.\n";
67 appear to have a DST or timezone transition.\n";
185 appear to have a DST or timezone transition.\n";
224 appear to have a DST or timezone transition.
230 not appear to have a DST or timezone transition.
241 not appear to have a DST or timezone transition.
252 appear to have a DST or timezone transition.
258 not appear to have a DST or timezone transition.
279 not appear to have a DST or timezone transition.
[all …]
/PHP-5.4/sapi/cgi/
H A DREADME.FastCGI17 1) Configure your web server to run the PHP binary itself.
29 and a port number to listen to on the command line, e.g.:
34 want the FastCGI server to provide services to the localhost, not
45 You must also configure your web server to connect to the appropriate port
46 in order to talk to the PHP FastCGI process.
75 CGI scripts. You'll need to create a directory somewhere to store your
78 php to run under mod_fastcgi as a dynamic server.
92 FastCgiServer /path/to/php-cgi -processes 5
94 For either of the above configurations, we need to tell Apache to
116 variable FCGI_WEB_SERVER_ADDRS to control who can connect to the FastCGI.
[all …]
/PHP-5.4/ext/standard/tests/strings/
H A Dwordwrap_variation2.phpt6 * Description: Wraps buffer to selected number of characters using string break char
131 Warning: wordwrap() expects parameter 2 to be long, array given in %s on line %d
134 Warning: wordwrap() expects parameter 2 to be long, array given in %s on line %d
137 Warning: wordwrap() expects parameter 2 to be long, array given in %s on line %d
140 Warning: wordwrap() expects parameter 2 to be long, array given in %s on line %d
144 Warning: wordwrap() expects parameter 2 to be long, array given in %s on line %d
147 Warning: wordwrap() expects parameter 2 to be long, array given in %s on line %d
150 Warning: wordwrap() expects parameter 2 to be long, array given in %s on line %d
153 Warning: wordwrap() expects parameter 2 to be long, array given in %s on line %d
157 Warning: wordwrap() expects parameter 2 to be long, array given in %s on line %d
[all …]

Completed in 78 milliseconds

12345678910>>...219