Home
last modified time | relevance | path

Searched refs:to (Results 301 – 325 of 5711) sorted by relevance

1...<<11121314151617181920>>...229

/PHP-5.6/ext/standard/tests/class_object/
H A Dclass_exists_variation_001.phpt8 * Alias to functions:
29 //array of values to iterate over
120 Error: 8 - Array to string conversion, %sclass_exists_variation_001.php(%d)
123 Error: 2 - class_exists() expects parameter 1 to be string, array given, %s(77)
125 Error: 8 - Array to string conversion, %sclass_exists_variation_001.php(%d)
128 Error: 2 - class_exists() expects parameter 1 to be string, array given, %s(77)
130 Error: 8 - Array to string conversion, %sclass_exists_variation_001.php(%d)
133 Error: 2 - class_exists() expects parameter 1 to be string, array given, %s(77)
135 Error: 8 - Array to string conversion, %sclass_exists_variation_001.php(%d)
138 Error: 2 - class_exists() expects parameter 1 to be string, array given, %s(77)
[all …]
H A Dis_subclass_of_variation_002.phpt8 * Alias to functions:
29 //array of values to iterate over
116 Error: 8 - Array to string conversion, %sis_subclass_of_variation_002.php(%d)
119 Error: 2 - is_subclass_of() expects parameter 2 to be string, array given, %s(%d)
121 Error: 8 - Array to string conversion, %sis_subclass_of_variation_002.php(%d)
124 Error: 2 - is_subclass_of() expects parameter 2 to be string, array given, %s(%d)
126 Error: 8 - Array to string conversion, %sis_subclass_of_variation_002.php(%d)
129 Error: 2 - is_subclass_of() expects parameter 2 to be string, array given, %s(%d)
131 Error: 8 - Array to string conversion, %sis_subclass_of_variation_002.php(%d)
136 Error: 8 - Array to string conversion, %sis_subclass_of_variation_002.php(%d)
[all …]
/PHP-5.6/ext/iconv/tests/
H A Diconv_mime_decode_variation2.phpt2 Test iconv_mime_decode() function : usage variations - Pass different data types to mode arg
16 * Pass different data types to $str argument to see how iconv_mime_decode() behaves
47 // unexpected values to be passed to $str argument
95 // loop through each element of $inputs to check the behavior of iconv_mime_decode()
157 Warning: iconv_mime_decode() expects parameter 2 to be long, string given in %s on line %d
162 Warning: iconv_mime_decode() expects parameter 2 to be long, string given in %s on line %d
167 Warning: iconv_mime_decode() expects parameter 2 to be long, string given in %s on line %d
172 Warning: iconv_mime_decode() expects parameter 2 to be long, string given in %s on line %d
177 Warning: iconv_mime_decode() expects parameter 2 to be long, string given in %s on line %d
182 Warning: iconv_mime_decode() expects parameter 2 to be long, object given in %s on line %d
[all …]
/PHP-5.6/tests/output/
H A Dbug46897.phpt2 Bug #46897: ob_flush() should fail to flush unerasable buffers
13 echo "Attempt to flush unerasable buffer - should fail...";
20 [callback:1]Attempt to flush unerasable buffer - should fail...
21 Notice: ob_flush(): failed to flush buffer of callback (0) in %s on line %d
23 string(%d) "Attempt to flush unerasable buffer - should fail...
24 Notice: ob_flush(): failed to flush buffer of callback (0) in %s on line %d
/PHP-5.6/ext/standard/tests/array/
H A Dcount_variation2.phpt11 * Pass different data types as $mode argument to count() to test behaviour
39 // unexpected values to be passed to $mode argument
87 // loop through each element of $inputs to check the behavior of count()
149 Warning: count() expects parameter 2 to be long, string given in %s on line %d
154 Warning: count() expects parameter 2 to be long, string given in %s on line %d
159 Warning: count() expects parameter 2 to be long, string given in %s on line %d
164 Warning: count() expects parameter 2 to be long, string given in %s on line %d
169 Warning: count() expects parameter 2 to be long, string given in %s on line %d
174 Warning: count() expects parameter 2 to be long, object given in %s on line %d
185 Warning: count() expects parameter 2 to be long, resource given in %s on line %d
H A Darray_multisort_variation2.phpt6 * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
8 * Alias to functions:
51 //array of values to iterate over
131 Error: 2 - array_multisort(): Argument #2 is expected to be an array or a sort flag, %sarray_multis…
135 Error: 2 - array_multisort(): Argument #2 is expected to be an array or a sort flag, %sarray_multis…
139 Error: 2 - array_multisort(): Argument #2 is expected to be an array or a sort flag, %sarray_multis…
143 Error: 2 - array_multisort(): Argument #2 is expected to be an array or a sort flag, %sarray_multis…
147 Error: 2 - array_multisort(): Argument #2 is expected to be an array or a sort flag, %sarray_multis…
166 Error: 2 - array_multisort(): Argument #2 is expected to be an array or a sort flag, %sarray_multis…
170 Error: 2 - array_multisort(): Argument #2 is expected to be an array or a sort flag, %sarray_multis…
[all …]
/PHP-5.6/ext/openssl/tests/
H A Dbug68920.phpt53 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
55 Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d
60 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
62 Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d
69 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
71 Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d
78 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
80 Warning: stream_socket_client(): unable to connect to %s (Unknown error) in %s on line %d
H A D001.phpt24 die("failed to create private key");
29 die("failed to get a temporary filename!");
31 echo "Export key to file\n";
33 openssl_pkey_export_to_file($privkey, $key_file_name, $passphrase) or die("failed to export to file…
40 die("failed to load key using array syntax");
49 die("failed to load key using direct syntax");
59 die("failed to load key using string syntax");
70 Export key to file
/PHP-5.6/ext/gmp/tests/
H A Dgmp_strval.phpt40 Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in %s on line %d
43 Warning: gmp_strval() expects parameter 2 to be long, string given in %s on line %d
49 Warning: gmp_strval() expects parameter 2 to be long, string given in %s on line %d
52 Warning: gmp_strval(): Unable to convert variable to GMP - wrong type in %s on line %d
71 Warning: gmp_strval() expects parameter 2 to be long, array given in %s on line %d
74 Warning: gmp_strval() expects parameter 2 to be long, object given in %s on line %d
77 Warning: gmp_strval(): Unable to convert variable to GMP - wrong type in %s on line %d
80 Warning: gmp_strval(): Unable to convert variable to GMP - wrong type in %s on line %d
/PHP-5.6/ext/standard/tests/math/
H A Dexp_variation1.phpt8 * Description: Returns e raised to the power of arg.
32 // unexpected values to be passed to $arg argument
81 // loop through each element of $inputs to check the behaviour of exp()
144 Warning: exp() expects parameter 1 to be double, string given in %s on line %d
149 Warning: exp() expects parameter 1 to be double, string given in %s on line %d
154 Warning: exp() expects parameter 1 to be double, array given in %s on line %d
159 Warning: exp() expects parameter 1 to be double, string given in %s on line %d
164 Warning: exp() expects parameter 1 to be double, string given in %s on line %d
169 Warning: exp() expects parameter 1 to be double, string given in %s on line %d
174 Warning: exp() expects parameter 1 to be double, object given in %s on line %d
[all …]
/PHP-5.6/ext/standard/tests/strings/
H A Dchunk_split_variation12.phpt8 * Alias to functions: none
13 * 'chunklen' argument is set to 10
53 This is to check chunk_split
103 heredocr to checkThis is to check chunk_split
105 heredoc with hereThis is to check chunk_split
107 heredocdoc endingThis is to check chunk_split
109 heredoc.This contThis is to check chunk_split
112 specThis is to check chunk_split
114 heredoci@! ch@r$ This is to check chunk_split
122 heredoc2.This is to check chunk_split
[all …]
H A Dget_html_translation_table_variation1.phpt109 Warning: get_html_translation_table() expects parameter 1 to be long, array given in %s on line %d
112 Warning: get_html_translation_table() expects parameter 1 to be long, array given in %s on line %d
116 Warning: get_html_translation_table() expects parameter 1 to be long, array given in %s on line %d
119 Warning: get_html_translation_table() expects parameter 1 to be long, array given in %s on line %d
123 Warning: get_html_translation_table() expects parameter 1 to be long, array given in %s on line %d
126 Warning: get_html_translation_table() expects parameter 1 to be long, array given in %s on line %d
130 Warning: get_html_translation_table() expects parameter 1 to be long, array given in %s on line %d
133 Warning: get_html_translation_table() expects parameter 1 to be long, array given in %s on line %d
137 Warning: get_html_translation_table() expects parameter 1 to be long, array given in %s on line %d
140 Warning: get_html_translation_table() expects parameter 1 to be long, array given in %s on line %d
[all …]
/PHP-5.6/ext/standard/tests/mail/
H A Dmail_variation_alt3-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
91 TEST COMPLETED : Unable to send test email
/PHP-5.6/Zend/RFCs/
H A D003.txt13 type (the array and variable function come to mind). For userland
14 this is not an easy task as there is no uniform way to do it. An
15 addition to the engine for requiring loose types would allow
16 developers to know that the data passed to their functions are of the
18 every function to check for the type of data.
29 simply continue to be treated as they are now.
37 Only loose types should be needed to ensure the data is usable by the
40 need to use a variable correctly.
45 The current function syntax should be expanded to allow typing of
51 could be changed to require an array such as:
/PHP-5.6/ext/gd/libgd/
H A Dgdkanji.c420 to[j++] = SS2; in do_convert()
424 to[j++] = from[i]; in do_convert()
434 to[j++] = p1; in do_convert()
437 to[j++] = SS2; in do_convert()
438 to[j++] = p1; in do_convert()
458 ustrcpy (to, from); in do_convert()
461 to[j] = '\0'; in do_convert()
542 to[j++] = tmp[i]; in do_check_and_conv()
548 ustrcpy (to, tmp); in do_check_and_conv()
551 to[j] = '\0'; in do_check_and_conv()
[all …]
/PHP-5.6/ext/standard/tests/file/
H A Drename_variation3-win32.phpt22 /* test rename() by trying to rename an existing file/dir to the same name
32 echo "\n-- Renaming file to same file name --\n";
36 echo "\n-- Renaming directory to same directory name --\n";
40 echo "\n-- Renaming existing file to existing directory name --\n";
45 echo "\n-- Renaming existing directory to existing file name --\n";
64 -- Renaming file to same file name --
68 -- Renaming directory to same directory name --
72 -- Renaming existing file to existing directory name --
79 -- Renaming existing directory to existing file name --
/PHP-5.6/ext/mbstring/
H A DREADME_PHP3-i18n-ja18 to UNICODE table). The basic design aproach is to allow for other
19 languages to be added in the future. Developers are encourage to join
59 Due to this package being still in beta, please try to redistribute
104 o Special Thanks to
137 Don't forget to copy php3.ini-dist to desired location.
233 made prior to this, proper header may have been sent out to the
261 similar to EUC
281 encourage other developers to modify our code to suit your needs. We
372 to use them:
440 assumption to convert the http input to the internal encoding.
[all …]
/PHP-5.6/ext/mbstring/libmbfl/
H A DLICENSE17 Licenses are intended to guarantee your freedom to share and change
36 distributors to deny you these rights or to ask you to surrender these
94 case, there is little to gain by limiting the free library to free
113 be combined with the library in order to run.
154 all the notices that refer to this License and to the absence of any
202 your rights to work written entirely by you; rather, the intent is to
296 to use the modified definitions.)
391 It is not the purpose of this section to induce you to infringe any
398 system; it is up to the author/donor to decide if he or she is willing
402 This section is intended to make thoroughly clear what is believed to
[all …]
/PHP-5.6/ext/zlib/tests/
H A Dgzopen_variation1.phpt14 * Alias to functions:
60 //array of values to iterate over
125 Error: 2 - gzopen(0): failed to open stream: No such file or directory, %s(%d)
129 Error: 2 - gzopen(1): failed to open stream: No such file or directory, %s(%d)
157 Error: 2 - gzopen(0.5): failed to open stream: No such file or directory, %s(%d)
161 Error: 2 - gzopen() expects parameter 1 to be a valid path, array given, %s(%d)
165 Error: 2 - gzopen() expects parameter 1 to be a valid path, array given, %s(%d)
169 Error: 2 - gzopen() expects parameter 1 to be a valid path, array given, %s(%d)
173 Error: 2 - gzopen() expects parameter 1 to be a valid path, array given, %s(%d)
185 Error: 2 - gzopen(1): failed to open stream: No such file or directory, %s(%d)
[all …]
/PHP-5.6/ext/pgsql/
H A DREADME2 PostgreSQL module provides access to PostgreSQL server from
8 Please send e-mail to yohgaki@php.net if you have comments for
22 always if you don't want to rewrite code when it is changed.
25 Function names are going to be changed to confirm coding
46 I've tested up to 7.2.2.
59 *significantly*. Please test and report any failure to
80 Please refer to libpq manual or source for details.
81 These functions are *NOT* supposed to be documented, yet.
89 Sends async query to backend. Result may be retrieved with
107 ready to be retrived. Use pg_is_busy() to check result is ready to be
[all …]
/PHP-5.6/Zend/
H A DOBJECTS2_HOWTO13 handle is the only ID of the object, so it should be enough to
26 to it from get_constructor handler.
33 zvals still refer to the same object.
38 delete_obj should destroy an object, all references to it become
45 meant to be changed. The handler returns zval * with the value.
50 write_property is used to directly write object's property by
51 name. This handler is used to assign property variables or to change them
54 get_property_zval_ptr is used to obtain pointer to modifiable zval for
60 get_property_ptr is used to obtain zval ** for future writing to
90 passed like to any other Zend internal function.
[all …]
/PHP-5.6/ext/date/tests/
H A Dmktime_variation1.phpt2 Test mktime() function : usage variation - Passing unexpected values to first argument $hour.
8 * Alias to functions:
44 //array of values to iterate over
138 Warning: mktime() expects parameter 1 to be long, array given in %s on line %d
143 Warning: mktime() expects parameter 1 to be long, array given in %s on line %d
148 Warning: mktime() expects parameter 1 to be long, array given in %s on line %d
153 Warning: mktime() expects parameter 1 to be long, array given in %s on line %d
176 Warning: mktime() expects parameter 1 to be long, string given in %s on line %d
181 Warning: mktime() expects parameter 1 to be long, string given in %s on line %d
186 Warning: mktime() expects parameter 1 to be long, string given in %s on line %d
[all …]
H A Dmktime_variation2.phpt2 Test mktime() function : usage variation - Passing unexpected values to second argument $minute.
8 * Alias to functions:
44 //array of values to iterate over
132 Warning: mktime() expects parameter 2 to be long, array given in %s on line %d
137 Warning: mktime() expects parameter 2 to be long, array given in %s on line %d
142 Warning: mktime() expects parameter 2 to be long, array given in %s on line %d
147 Warning: mktime() expects parameter 2 to be long, array given in %s on line %d
170 Warning: mktime() expects parameter 2 to be long, string given in %s on line %d
175 Warning: mktime() expects parameter 2 to be long, string given in %s on line %d
180 Warning: mktime() expects parameter 2 to be long, string given in %s on line %d
[all …]
H A Dmktime_variation3.phpt2 Test mktime() function : usage variation - Passing unexpected values to third argument $second.
8 * Alias to functions:
44 //array of values to iterate over
133 Warning: mktime() expects parameter 3 to be long, array given in %s on line %d
138 Warning: mktime() expects parameter 3 to be long, array given in %s on line %d
143 Warning: mktime() expects parameter 3 to be long, array given in %s on line %d
148 Warning: mktime() expects parameter 3 to be long, array given in %s on line %d
171 Warning: mktime() expects parameter 3 to be long, string given in %s on line %d
176 Warning: mktime() expects parameter 3 to be long, string given in %s on line %d
181 Warning: mktime() expects parameter 3 to be long, string given in %s on line %d
[all …]
H A Dmktime_variation4.phpt2 Test mktime() function : usage variation - Passing unexpected values to forth argument $month.
8 * Alias to functions:
44 //array of values to iterate over
134 Warning: mktime() expects parameter 4 to be long, array given in %s on line %d
139 Warning: mktime() expects parameter 4 to be long, array given in %s on line %d
144 Warning: mktime() expects parameter 4 to be long, array given in %s on line %d
149 Warning: mktime() expects parameter 4 to be long, array given in %s on line %d
172 Warning: mktime() expects parameter 4 to be long, string given in %s on line %d
177 Warning: mktime() expects parameter 4 to be long, string given in %s on line %d
182 Warning: mktime() expects parameter 4 to be long, string given in %s on line %d
[all …]

Completed in 42 milliseconds

1...<<11121314151617181920>>...229