Home
last modified time | relevance | path

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

12345678910>>...208

/PHP-5.3/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-5.3/sapi/litespeed/
H A DREADME5 LiteSpeed Web Server. LiteSpeed SAPI has similar architecture to the
32 You need to add "--with-litespeed" to the configure command to build
41 directory after the compilation succeeds. Copy it to
60 have lsphp bind to port 3000 on all IPv4 and IPv6 address,
64 have lsphp bind to port 300 on all IPv4 address.
68 have lsphp bind to address 192.168.0.2:3000.
84 change it unless you want to change PHP interface from FastCGI to
89 1) Login to web administration interface, go to 'Server'->'Ext App' tab,
96 2) Go to 'Server'->'Script Handler' tab, add a script handler
97 configuration: set 'suffix' to 'php', 'Handler Type' to 'LiteSpeed
[all …]
/PHP-5.3/ext/standard/tests/file/
H A Dftruncate_variation4-win32.phpt2 Test ftruncate() function : usage variations - truncate file to negative 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 a negative size, size should not change*/
77 -- Testing ftruncate(): try truncating file to a negative size --
85 -- Testing ftruncate(): try truncating file to a negative size --
93 -- Testing ftruncate(): try truncating file to a negative size --
101 -- Testing ftruncate(): try truncating file to a negative size --
109 -- Testing ftruncate(): try truncating file to a negative size --
[all …]
H A Dftruncate_variation4.phpt2 Test ftruncate() function : usage variations - truncate file to negative 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 a negative size, size should not change*/
77 -- Testing ftruncate(): try truncating file to a negative size --
85 -- Testing ftruncate(): try truncating file to a negative size --
93 -- Testing ftruncate(): try truncating file to a negative size --
101 -- Testing ftruncate(): try truncating file to a negative size --
109 -- Testing ftruncate(): try truncating file to a negative size --
[all …]
H A Dreadfile_variation4.phpt10 * Alias to functions:
59 //array of values to iterate over
153 Error: 2 - readfile() expects parameter 3 to be resource, double given, %s(%d)
157 Error: 2 - readfile() expects parameter 3 to be resource, double given, %s(%d)
161 Error: 2 - readfile() expects parameter 3 to be resource, double given, %s(%d)
165 Error: 2 - readfile() expects parameter 3 to be resource, double given, %s(%d)
169 Error: 2 - readfile() expects parameter 3 to be resource, double given, %s(%d)
173 Error: 2 - readfile() expects parameter 3 to be resource, array given, %s(%d)
177 Error: 2 - readfile() expects parameter 3 to be resource, array given, %s(%d)
181 Error: 2 - readfile() expects parameter 3 to be resource, array given, %s(%d)
[all …]
H A Dfile_get_contents_variation4.phpt10 * Alias to functions:
59 //array of values to iterate over
150 Error: 2 - file_get_contents() expects parameter 3 to be resource, double given, %s(%d)
154 Error: 2 - file_get_contents() expects parameter 3 to be resource, double given, %s(%d)
158 Error: 2 - file_get_contents() expects parameter 3 to be resource, double given, %s(%d)
162 Error: 2 - file_get_contents() expects parameter 3 to be resource, double given, %s(%d)
166 Error: 2 - file_get_contents() expects parameter 3 to be resource, double given, %s(%d)
170 Error: 2 - file_get_contents() expects parameter 3 to be resource, array given, %s(%d)
174 Error: 2 - file_get_contents() expects parameter 3 to be resource, array given, %s(%d)
178 Error: 2 - file_get_contents() expects parameter 3 to be resource, array given, %s(%d)
[all …]
H A Dfile_variation4.phpt8 * Alias to functions:
59 //array of values to iterate over
148 Error: 2 - file() expects parameter 3 to be resource, double given, %s(%d)
152 Error: 2 - file() expects parameter 3 to be resource, double given, %s(%d)
156 Error: 2 - file() expects parameter 3 to be resource, double given, %s(%d)
160 Error: 2 - file() expects parameter 3 to be resource, double given, %s(%d)
164 Error: 2 - file() expects parameter 3 to be resource, double given, %s(%d)
168 Error: 2 - file() expects parameter 3 to be resource, array given, %s(%d)
172 Error: 2 - file() expects parameter 3 to be resource, array given, %s(%d)
176 Error: 2 - file() expects parameter 3 to be resource, array 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 …]
H A Dcopy_variation13.phpt6 Description: Makes a copy of the file source to dest.
10 /* Test copy(): Trying to copy dir to an existing file */
12 echo "*** Test copy() function: Trying to copy dir to file ***\n";
19 echo "*** Testing copy() in copying dir to file ***\n";
44 *** Test copy() function: Trying to copy dir to file ***
45 *** Testing copy() in copying dir to file ***
47 Warning: copy(): The first argument to copy() function cannot be a directory in %scopy_variation13.…
/PHP-5.3/ext/spl/internal/
H A Dseekableiterator.inc18 * to seek on an iterator LimitIterator can use this to efficiently rewind
19 * to offset.
23 /** Seek to an absolute position
25 * \param $index position to seek to
28 * The method should throw an exception if it is not possible to seek to
/PHP-5.3/ext/date/tests/
H A DDateTime_construct_variation1.phpt8 * Alias to functions: date_create
44 //array of values to iterate over
183 FAILED: DateTime::__construct() expects parameter 1 to be string, array given
184 FAILED: DateTime::__construct() expects parameter 1 to be string, array given
187 FAILED: DateTime::__construct() expects parameter 1 to be string, array given
188 FAILED: DateTime::__construct() expects parameter 1 to be string, array given
191 FAILED: DateTime::__construct() expects parameter 1 to be string, array given
192 FAILED: DateTime::__construct() expects parameter 1 to be string, array given
195 FAILED: DateTime::__construct() expects parameter 1 to be string, array given
196 FAILED: DateTime::__construct() expects parameter 1 to be string, array given
[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 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 …]
/PHP-5.3/ext/gd/libgd/
H A DCOPYING9 Portions relating to GD2 format copyright 1999, 2000, 2001, 2002
12 Portions relating to PNG copyright 1999, 2000, 2001, 2002 Greg
15 Portions relating to gdttf.c copyright 1999, 2000, 2001, 2002 John
18 Portions relating to gdft.c copyright 2001, 2002 John Ellson
24 Portions relating to JPEG and to color quantization copyright 2000,
30 Portions relating to WBMP copyright 2000, 2001, 2002 Maurice
33 Permission has been granted to copy, distribute and modify gd in
39 the intent is to assure proper credit for the authors of gd, not to
46 limited to implied warranties of merchantability and fitness for a
47 particular purpose, with respect to this code and accompanying
[all …]
/PHP-5.3/ext/standard/tests/strings/
H A Dhebrev_basic.phpt7 * Description: Convert logical Hebrew text to visual text
13 …text = "The hebrev function converts logical Hebrew text to visual text.\nThe function tries to av…
22 string(109) ".The hebrev function converts logical Hebrew text to visual text
23 .The function tries to avoid breaking words
25 string(109) "to visual text
32 tries to avoid
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-5.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-5.3/ext/phar/
H A DTODO3 X make permissions in the lowest bits of flags to simplify using them [Greg]
8 X implement writing out of metadata to new manifest [Marcus]
23 to Phar class [Greg]
31 X update docs to reflect changes in error handling [Greg]
37 X Ability to connect a phar file 'phar://whatever' to a directory. That way
38 all access to that phar archive are directed to the extracted directory.
43 Phar::PGP to choose the kind of signature to use (PGP falls back to SHA1)
80 to do this for performance and security reasons. [Greg]
86 X don't allow a stub or alias to be added to a .zip/.tar that does not have
97 X ability to store empty directories [Greg]
[all …]
/PHP-5.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-5.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, 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.3/
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.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…
/PHP-5.3/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

Completed in 54 milliseconds

12345678910>>...208