Home
last modified time | relevance | path

Searched refs:converted (Results 101 – 125 of 133) sorted by relevance

123456

/PHP-7.4/ext/standard/tests/strings/
H A Dstrrpos_variation11.phpt221 Notice: Object of class sample could not be converted to int in %s on line %d
226 Notice: Object of class sample could not be converted to int in %s on line %d
H A Dlcfirst.phpt87 /* we get "Recoverable fatal error: saying Object of class could not be converted
H A Dstrtoupper1-win32.phpt13 Returns string with all alphabetic characters converted to uppercase
H A Dstrtolower-win32.phpt13 Returns string with all alphabetic characters converted to lowercase.
H A Dstripos_variation11.phpt217 Notice: Object of class sample could not be converted to int in %s on line %d
222 Notice: Object of class sample could not be converted to int in %s on line %d
H A Dstrlen.phpt62 /* we get "Recoverable fatal error: saying Object of class could not be converted
H A Dstrrchr_variation11.phpt167 Notice: Object of class sample could not be converted to int in %s on line %d
H A Dstrrpos_variation10.phpt170 Notice: Object of class sample could not be converted to int in %s on line %d
H A Dstrrchr_variation10.phpt216 Notice: Object of class sample could not be converted to int in %s on line %d
H A Dstristr_variation2.phpt151 Notice: Object of class sample could not be converted to int in %s on line %d
H A Dstripos_variation10.phpt189 Notice: Object of class sample could not be converted to int in %s on line %d
H A Dstrstr.phpt74 converted to string" by default when an object is passed instead of string:
H A Dstrpos.phpt101 converted to string" by default when an object is passed instead of string:
H A Dstr_replace.phpt121 /* we get "Recoverable fatal error: saying Object of class could not be converted
/PHP-7.4/ext/mbstring/tests/
H A Dmb_convert_encoding_array2.phpt11 * Description: Returns converted string in desired encoding
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug_38546.phpt162 // Integers converted correctly
/PHP-7.4/ext/phar/tests/
H A Dphar_convert_again.phpt178 Unable to add newly converted phar "%sphar_convert_again.phar" to the list of phars, a phar with th…
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgettype_settype_variation1.phpt173 // dump the converted data
H A Dgettype_settype_variation6.phpt174 // dump the converted data
H A Dgettype_settype_variation8.phpt173 // dump the converted data
H A Dgettype_settype_variation7.phpt173 // dump the converted data
H A Dgettype_settype_variation5.phpt173 // dump the converted data
H A Dgettype_settype_variation4.phpt202 // dump the converted $var
/PHP-7.4/docs/
H A Dparameter-parsing-api.md34 cannot be auto-converted.
/PHP-7.4/ext/pgsql/
H A Dpgsql.c6604 zval *val, converted; local
6615 ZVAL_UNDEF(&converted);
6626 array_init(&converted);
6627 …if (php_pgsql_convert(pg_link, table, var_array, &converted, (opt & PGSQL_CONV_OPTS)) == FAILURE) {
6630 var_array = &converted;
6705 zval_ptr_dtor(&converted);

Completed in 51 milliseconds

123456