Home
last modified time | relevance | path

Searched refs:converted (Results 26 – 50 of 137) sorted by relevance

123456

/php-src/ext/pgsql/tests/
H A D10pg_convert.phpt19 $converted = pg_convert($db, $table_name, $fields);
21 var_dump($converted);
H A Dbug64609.phpt24 $converted = pg_convert($db, $table_name, $fields);
28 var_dump($converted);
H A Dbug81720.phpt28 Object of class stdClass could not be converted to string
29 Object of class stdClass could not be converted to string
H A D10pg_convert_json_array.phpt24 $converted = pg_convert($db, $table_name_92, $fields);
25 var_dump($converted);
/php-src/ext/mbstring/tests/
H A Dqprint_encoding.phpt12 $converted = mb_convert_encoding($raw, 'QPrint', '8bit');
13 if ($converted !== $qprint)
14 …xpected ' . bin2hex($raw) . ' to convert to "' . $qprint . '"; actually got "' . $converted . '"');
15 $converted = mb_convert_encoding($qprint, '8bit', 'QPrint');
16 if ($converted !== str_replace("\n", "\r\n", $raw))
17 …ected "' . $qprint . '" to convert to ' . bin2hex($raw) . '; actually got ' . bin2hex($converted));
H A Dbug46843.phpt2 Bug #46843 (CP936 euro symbol is not converted properly)
H A Dmb_decode_mimeheader_variation3.phpt10 //greek in UTF-8 to be converted to iso-8859-7
/php-src/Zend/tests/
H A Dclosure_015.phpt20 Object of class Closure could not be converted to string
21 Object of class Closure could not be converted to string
H A Dbug33999.phpt26 Warning: Object of class Foo could not be converted to int in %s on line %d
29 Warning: Object of class Foo could not be converted to float in %s on line %d
H A Dbug68797.phpt2 Bug #68797 Number 2.2250738585072012e-308 converted incorrectly
H A Dglobal_to_string_exception.phpt14 Object of class stdClass could not be converted to string
H A Ddie_string_cast_exception.phpt10 Fatal error: Uncaught Error: Object of class stdClass could not be converted to string in %s:%d
H A Darray_multisort_exception.phpt9 Fatal error: Uncaught Error: Object of class DateTime could not be converted to string in %s:%d
/php-src/tests/lang/operators/
H A Doperator_gt_basic.phpt24 // boolean test will result in both sides being converted to boolean so !0 = true and true is not >…
25 // also note that a string of "0" is converted to false but a string of "0.0" is converted to true
H A Doperator_spaceship_basic.phpt24 // boolean test will result in both sides being converted to boolean so !0 = true and true is not >…
25 // also note that a string of "0" is converted to false but a string of "0.0" is converted to true
/php-src/ext/gd/tests/
H A Dbug67248.phpt23 Warning: Object of class stdClass could not be converted to float in %s on line %d
39 Warning: Object of class stdClass could not be converted to float in %s on line %d
55 Warning: Object of class stdClass could not be converted to float in %s on line %d
/php-src/ext/standard/tests/array/range/
H A Drange_inputs_string_invalid.phpt40 …g if argument #1 ($start) is a single byte string, argument #1 ($start) converted to 0 in %s on li…
48 …tring if argument #2 ($end) is a single byte string, argument #2 ($end) converted to 0 in %s on li…
55 …tring if argument #2 ($end) is a single byte string, argument #2 ($end) converted to 0 in %s on li…
67 …g if argument #1 ($start) is a single byte string, argument #1 ($start) converted to 0 in %s on li…
80 …tep) must be of type int when generating an array of characters, inputs converted to 0 in %s on li…
/php-src/ext/pcntl/tests/
H A Dpcntl_exec_004.phpt24 Object of class stdClass could not be converted to string
25 Object of class stdClass could not be converted to string
/php-src/ext/dba/tests/
H A Ddba_array_keys_errors.phpt54 Error: Object of class stdClass could not be converted to string
55 Error: Object of class stdClass could not be converted to string
/php-src/tests/basic/
H A Dbug78929.phpt2 Bug #78929 (plus signs in cookie values are converted to spaces)
/php-src/ext/opcache/tests/opt/
H A Disset_var_001.phpt2 ISSET_ISEMPTY_VAR 001: CONST operand of ISSET_ISEMPTY_VAR must be converted to STRING
/php-src/ext/date/tests/
H A Dbug60236.phpt2 Bug #60236 (TLA timezone dates are not converted properly from timestamp)
/php-src/ext/gmp/tests/
H A Dcast.phpt22 Recoverable fatal error: Object of class GMP could not be converted to bool in %s on line %d
/php-src/Zend/tests/prop_const_expr/
H A Drhs_object.phpt15 Fatal error: Uncaught Error: Object of class B could not be converted to string in %s:%d
H A Drhs_object_nullsafe.phpt15 Fatal error: Uncaught Error: Object of class B could not be converted to string in %s:%d

Completed in 72 milliseconds

123456