Home
last modified time | relevance | path

Searched refs:to (Results 451 – 475 of 5839) sorted by relevance

1...<<11121314151617181920>>...234

/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_pconn_disabled.phpt9 die("skip TODO - we need to add a user level way to check if CHANGE_USER gets called by pconnect");
21 // automatic downgrade to normal connections has failed
22 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
26 …printf("[002] Cannot set user variable to check if we got the same persistent connection, [%d] %s\…
30 // automatic downgrade to normal connections has failed
31 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
57 Warning: my_mysqli_connect(): Persistent connections are disabled. Downgrading to normal in %s on l…
59 Warning: my_mysqli_connect(): Persistent connections are disabled. Downgrading to normal in %s on l…
/PHP-5.6/ext/spl/internal/
H A Dfilteriterator.inc22 * The only thing that needs to be done to make this work is implementing
33 * @param it Iterator to filter
48 * Accept function to decide whether an element of the inner iterator
51 * @return whether or not to expose the current element of the inner
71 * Move to next element
118 * @param func Name of method to invoke
119 * @param params Array of parameters to pass to method
/PHP-5.6/ext/standard/tests/strings/
H A Dconvert_cyr_string_variation1.phpt6 /* Prototype : string convert_cyr_string ( string $str , string $from , string $to )
7 * Description: Convert from one Cyrillic character set to another
71 // loop through with each element of the $inputs array to test convert_cyr_string() function
74 $to = "k";
77 var_dump( convert_cyr_string($input, $from, $to) );
107 Warning: convert_cyr_string() expects parameter 1 to be string, array given in %s on line %d
111 Warning: convert_cyr_string() expects parameter 1 to be string, array given in %s on line %d
115 Warning: convert_cyr_string() expects parameter 1 to be string, array given in %s on line %d
133 Warning: convert_cyr_string() expects parameter 1 to be string, resource given in %s on line %d
H A Dstrtr_variation6.phpt5 /* Prototype : string strtr(string $str, string $from[, string $to]);
12 * and expected type for 'str' & 'to' arguments
75 //defining 'to' argument
76 $to = "atm012";
78 // loop through with each element of the $from array to test strtr() function
83 var_dump( strtr($str, $from, $to) );
106 Notice: Array to string conversion in %s on line %d
110 Notice: Array to string conversion in %s on line %d
114 Notice: Array to string conversion in %s on line %d
H A Dsetlocale_basic1.phpt2 Test setlocale() function : basic functionality - setting system locale to a specific
29 // start the buffering of next command to internal output buffer
32 // run the command 'locale -a' to fetch all locales available in the system
38 // fflush and end the output buffering to internal output buffer
51 //set of locales to be used
65 //set of currency symbol according to above list of locales
82 // set the system locale to a locale, choose the right locale by
86 echo "Setting system locale(LC_ALL) to ";
97 // continue to check if next commonly locale is installed in the system
103 // use localeconv() to get the details of currently set locale
[all …]
/PHP-5.6/ext/spl/examples/
H A Ddbaarray.inc25 * @param file Database file to open.
26 * @param handler Handler to use for database access.
47 * @param $name key to read from
66 * @param $name key to write to
67 * @param $value value to write
87 * @param $name key to delete.
/PHP-5.6/ext/intl/tests/
H A Dcalendar_equals_error.phpt31 error: 4096, Argument 1 passed to IntlCalendar::equals() must be an instance of IntlCalendar, insta…
32 error: 2, IntlCalendar::equals() expects parameter 1 to be IntlCalendar, object given
35 error: 4096, Argument 1 passed to IntlCalendar::equals() must be an instance of IntlCalendar, integ…
39 error: 4096, Argument 2 passed to intlcal_equals() must be an instance of IntlCalendar, array given
40 error: 2, intlcal_equals() expects parameter 2 to be IntlCalendar, array given
43 error: 4096, Argument 1 passed to intlcal_equals() must be an instance of IntlCalendar, integer giv…
44 error: 2, intlcal_equals() expects parameter 1 to be IntlCalendar, integer given
/PHP-5.6/ext/standard/tests/general_functions/
H A Dget_resource_type_variation1.phpt42 Warning: get_resource_type() expects parameter 1 to be resource, boolean given in %s on line %d
47 Warning: get_resource_type() expects parameter 1 to be resource, integer given in %s on line %d
52 Warning: get_resource_type() expects parameter 1 to be resource, double given in %s on line %d
57 Warning: get_resource_type() expects parameter 1 to be resource, string given in %s on line %d
62 Warning: get_resource_type() expects parameter 1 to be resource, array given in %s on line %d
67 Warning: get_resource_type() expects parameter 1 to be resource, null given in %s on line %d
72 Warning: get_resource_type() expects parameter 1 to be resource, object given in %s on line %d
/PHP-5.6/ext/calendar/tests/
H A Djdtomonthname.phpt56 Notice: Array to string conversion in %sjdtomonthname.php on line %d
59 Warning: jdmonthname() expects parameter 1 to be long, array given in %s on line %d
62 Warning: jdmonthname() expects parameter 1 to be long, array given in %s on line %d
65 Warning: jdmonthname() expects parameter 1 to be long, array given in %s on line %d
68 Warning: jdmonthname() expects parameter 1 to be long, array given in %s on line %d
71 Warning: jdmonthname() expects parameter 1 to be long, array given in %s on line %d
74 Warning: jdmonthname() expects parameter 1 to be long, array given in %s on line %d
/PHP-5.6/ext/date/tests/
H A Dgmstrftime_variation1.phpt2 Test gmstrftime() function : usage variation - Passing unexpected values to first argument 'format'.
6 * Description: Format a GMT/UCT time/date according to locale settings
8 * Alias to functions:
41 //array of values to iterate over
139 Warning: gmstrftime() expects parameter 1 to be string, array given in %s on line %d
142 Warning: gmstrftime() expects parameter 1 to be string, array given in %s on line %d
147 Warning: gmstrftime() expects parameter 1 to be string, array given in %s on line %d
150 Warning: gmstrftime() expects parameter 1 to be string, array given in %s on line %d
155 Warning: gmstrftime() expects parameter 1 to be string, array given in %s on line %d
158 Warning: gmstrftime() expects parameter 1 to be string, array given in %s on line %d
[all …]
H A Dstrftime_variation1.phpt2 Test strftime() function : usage variation - Passing unexpected values to first argument 'format'.
6 * Description: Format a local time/date according to locale settings
8 * Alias to functions:
43 //array of values to iterate over
141 Warning: strftime() expects parameter 1 to be string, array given in %s on line %d
144 Warning: strftime() expects parameter 1 to be string, array given in %s on line %d
149 Warning: strftime() expects parameter 1 to be string, array given in %s on line %d
152 Warning: strftime() expects parameter 1 to be string, array given in %s on line %d
157 Warning: strftime() expects parameter 1 to be string, array given in %s on line %d
160 Warning: strftime() expects parameter 1 to be string, array given in %s on line %d
[all …]
H A Dgmmktime_variation8.phpt2 Test gmmktime() function : usage variation - Passing octal and hexadecimal values to arguments.
8 * Alias to functions:
21 echo "\n-- Testing gmmktime() function with supplying octal values to arguments --\n";
32 echo "\n-- Testing gmmktime() function with supplying hexa decimal values to arguments --\n";
39 -- Testing gmmktime() function with supplying octal values to arguments --
42 -- Testing gmmktime() function with supplying hexa decimal values to arguments --
/PHP-5.6/ext/ereg/tests/
H A Dsql_regcase_variation_001.phpt8 * Alias to functions: msql_regcase
24 //array of values to iterate over
120 Error: 8 - Array to string conversion, %ssql_regcase_variation_001.php(%d)
124 Error: 2 - sql_regcase() expects parameter 1 to be string, array given, %s(72)
126 Error: 8 - Array to string conversion, %ssql_regcase_variation_001.php(%d)
130 Error: 2 - sql_regcase() expects parameter 1 to be string, array given, %s(72)
132 Error: 8 - Array to string conversion, %ssql_regcase_variation_001.php(%d)
136 Error: 2 - sql_regcase() expects parameter 1 to be string, array given, %s(72)
138 Error: 8 - Array to string conversion, %ssql_regcase_variation_001.php(%d)
142 Error: 2 - sql_regcase() expects parameter 1 to be string, array given, %s(72)
[all …]
/PHP-5.6/ext/standard/tests/file/
H A Dmkdir_variation2.phpt10 * Alias to functions:
52 //array of values to iterate over
131 Error: 2 - mkdir() expects parameter 2 to be long, array given, %s(%d)
134 Error: 2 - mkdir() expects parameter 2 to be long, array given, %s(%d)
137 Error: 2 - mkdir() expects parameter 2 to be long, array given, %s(%d)
140 Error: 2 - mkdir() expects parameter 2 to be long, array given, %s(%d)
161 Error: 2 - mkdir() expects parameter 2 to be long, string given, %s(%d)
164 Error: 2 - mkdir() expects parameter 2 to be long, string given, %s(%d)
167 Error: 2 - mkdir() expects parameter 2 to be long, string given, %s(%d)
170 Error: 2 - mkdir() expects parameter 2 to be long, string given, %s(%d)
[all …]
H A Dpathinfo_variation2.phpt10 * Alias to functions:
52 //array of values to iterate over
127 Error: 2 - pathinfo() expects parameter 2 to be long, array given, %s(%d)
131 Error: 2 - pathinfo() expects parameter 2 to be long, array given, %s(%d)
135 Error: 2 - pathinfo() expects parameter 2 to be long, array given, %s(%d)
139 Error: 2 - pathinfo() expects parameter 2 to be long, array given, %s(%d)
161 Error: 2 - pathinfo() expects parameter 2 to be long, string given, %s(%d)
165 Error: 2 - pathinfo() expects parameter 2 to be long, string given, %s(%d)
169 Error: 2 - pathinfo() expects parameter 2 to be long, string given, %s(%d)
173 Error: 2 - pathinfo() expects parameter 2 to be long, string given, %s(%d)
[all …]
H A Dtouch_variation3-win32.phpt16 * Alias to functions:
59 //array of values to iterate over
128 Error: 2 - touch() expects parameter 2 to be long, array given, %s(%d)
132 Error: 2 - touch() expects parameter 2 to be long, array given, %s(%d)
136 Error: 2 - touch() expects parameter 2 to be long, array given, %s(%d)
140 Error: 2 - touch() expects parameter 2 to be long, array given, %s(%d)
162 Error: 2 - touch() expects parameter 2 to be long, string given, %s(%d)
166 Error: 2 - touch() expects parameter 2 to be long, string given, %s(%d)
170 Error: 2 - touch() expects parameter 2 to be long, string given, %s(%d)
174 Error: 2 - touch() expects parameter 2 to be long, string given, %s(%d)
[all …]
H A Dtouch_variation3.phpt16 * Alias to functions:
59 //array of values to iterate over
128 Error: 2 - touch() expects parameter 2 to be long, array given, %s(%d)
132 Error: 2 - touch() expects parameter 2 to be long, array given, %s(%d)
136 Error: 2 - touch() expects parameter 2 to be long, array given, %s(%d)
140 Error: 2 - touch() expects parameter 2 to be long, array given, %s(%d)
162 Error: 2 - touch() expects parameter 2 to be long, string given, %s(%d)
166 Error: 2 - touch() expects parameter 2 to be long, string given, %s(%d)
170 Error: 2 - touch() expects parameter 2 to be long, string given, %s(%d)
174 Error: 2 - touch() expects parameter 2 to be long, string given, %s(%d)
[all …]
H A Dtouch_variation4-win32.phpt16 * Alias to functions:
59 //array of values to iterate over
128 Error: 2 - touch() expects parameter 3 to be long, array given, %s(%d)
132 Error: 2 - touch() expects parameter 3 to be long, array given, %s(%d)
136 Error: 2 - touch() expects parameter 3 to be long, array given, %s(%d)
140 Error: 2 - touch() expects parameter 3 to be long, array given, %s(%d)
162 Error: 2 - touch() expects parameter 3 to be long, string given, %s(%d)
166 Error: 2 - touch() expects parameter 3 to be long, string given, %s(%d)
170 Error: 2 - touch() expects parameter 3 to be long, string given, %s(%d)
174 Error: 2 - touch() expects parameter 3 to be long, string given, %s(%d)
[all …]
H A Dtouch_variation4.phpt16 * Alias to functions:
59 //array of values to iterate over
128 Error: 2 - touch() expects parameter 3 to be long, array given, %s(%d)
132 Error: 2 - touch() expects parameter 3 to be long, array given, %s(%d)
136 Error: 2 - touch() expects parameter 3 to be long, array given, %s(%d)
140 Error: 2 - touch() expects parameter 3 to be long, array given, %s(%d)
162 Error: 2 - touch() expects parameter 3 to be long, string given, %s(%d)
166 Error: 2 - touch() expects parameter 3 to be long, string given, %s(%d)
170 Error: 2 - touch() expects parameter 3 to be long, string given, %s(%d)
174 Error: 2 - touch() expects parameter 3 to be long, string given, %s(%d)
[all …]
/PHP-5.6/ext/spl/tests/
H A DSplObjectStorage_offsetGet_invalid_parameter.phpt28 Warning: SplObjectStorage::offsetGet() expects parameter 1 to be object, array given in %s on line …
31 Warning: SplObjectStorage::offsetGet() expects parameter 1 to be object, boolean given in %s on lin…
34 Warning: SplObjectStorage::offsetGet() expects parameter 1 to be object, %unicode_string_optional% …
37 Warning: SplObjectStorage::offsetGet() expects parameter 1 to be object, integer given in %s on lin…
40 Warning: SplObjectStorage::offsetGet() expects parameter 1 to be object, double given in %s on line…
43 Warning: SplObjectStorage::offsetGet() expects parameter 1 to be object, null given in %s on line %d
H A DSplObjectStorage_removeAllExcept_invalid_parameter.phpt27 Warning: SplObjectStorage::removeAllExcept() expects parameter 1 to be SplObjectStorage, array give…
30 Warning: SplObjectStorage::removeAllExcept() expects parameter 1 to be SplObjectStorage, boolean gi…
33 Warning: SplObjectStorage::removeAllExcept() expects parameter 1 to be SplObjectStorage, %unicode_s…
36 Warning: SplObjectStorage::removeAllExcept() expects parameter 1 to be SplObjectStorage, integer gi…
39 Warning: SplObjectStorage::removeAllExcept() expects parameter 1 to be SplObjectStorage, double giv…
42 Warning: SplObjectStorage::removeAllExcept() expects parameter 1 to be SplObjectStorage, null given…
/PHP-5.6/ext/filter/tests/
H A D026.phpt8 var_dump(filter_var("<p>Let me <font color=\"#000000\">see</font> you <br /><b>Stripped</b> down to
12 var_dump(filter_var("<p>Let me <font color=\"#000000\">see</font> you <br /><b>Stripped</b> down to
16 var_dump(filter_var("<p>Let me <font color=\"#000000\">see</font> you <br /><b>Stripped</b> down to
23 string(40) "Let me see you Stripped down to the bone"
26 string(40) "Let me see you Stripped down to the bone"
29 string(40) "Let me see you Stripped down to the bone"
/PHP-5.6/ext/oci8/tests/
H A Dprivileged_connect.phpt18 …ect(): Privileged connect is disabled. Enable oci8.privileged_connect to be able to connect as SYS…
20 …ect(): Privileged connect is disabled. Enable oci8.privileged_connect to be able to connect as SYS…
24 Warning: oci_connect() expects parameter 5 to be long, string given in %s on line %d
/PHP-5.6/sapi/cli/tests/
H A Dbug69655.phpt2 Bug #69655 (php -S changes MKCALENDAR request method to MKCOL)
15 // the following is supposed to emit a warning for unsupported methods
20 Warning: file_get_contents(http://localhost:8964): failed to open stream: HTTP request failed! HTTP…
23 Warning: file_get_contents(http://localhost:8964): failed to open stream: HTTP request failed! HTTP…
26 Warning: file_get_contents(http://localhost:8964): failed to open stream: HTTP request failed! HTTP…
/PHP-5.6/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c285 enum mbfl_no_encoding to, in mbfl_convert_filter_common_init() argument
296 if ((filter->to = mbfl_no2encoding(to)) == NULL) { in mbfl_convert_filter_common_init()
326 enum mbfl_no_encoding to, in mbfl_convert_filter_new() argument
334 vtbl = mbfl_convert_filter_get_vtbl(from, to); in mbfl_convert_filter_new()
413 vtbl = mbfl_convert_filter_get_vtbl(from, to); in mbfl_convert_filter_reset()
419 mbfl_convert_filter_common_init(filter, from, to, vtbl, in mbfl_convert_filter_reset()
581 if (to == mbfl_no_encoding_base64 || in mbfl_convert_filter_get_vtbl()
582 to == mbfl_no_encoding_qprint || in mbfl_convert_filter_get_vtbl()
583 to == mbfl_no_encoding_7bit) { in mbfl_convert_filter_get_vtbl()
588 to = mbfl_no_encoding_8bit; in mbfl_convert_filter_get_vtbl()
[all …]

Completed in 30 milliseconds

1...<<11121314151617181920>>...234