Home
last modified time | relevance | path

Searched refs:converted (Results 126 – 150 of 162) sorted by relevance

1234567

/PHP-7.1/ext/standard/tests/strings/
H A Dstr_replace_variation3.phpt34 /* we get "Recoverable fatal error: saying Object of class could not be converted
H A Ducfirst.phpt58 /* we get "Recoverable fatal error: saying Object of class could not be converted
H A Dlcfirst.phpt87 /* we get "Recoverable fatal error: saying Object of class could not be converted
H A Dstrtolower-win32.phpt13 Returns string with all alphabetic characters converted to lowercase.
H A Dstrtoupper1-win32.phpt13 Returns string with all alphabetic characters converted to uppercase
H A Dstrlen.phpt62 /* we get "Recoverable fatal error: saying Object of class could not be converted
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.1/ext/standard/tests/url/
H A Dparse_url_variation_002_32bit.phpt178 Error: 4096 - Object of class stdClass could not be converted to string, %s(%d)
H A Dparse_url_variation_002_64bit.phpt178 Error: 4096 - Object of class stdClass could not be converted to string, %s(70)
/PHP-7.1/ext/posix/tests/
H A Dposix_getpgid_variation.phpt188 Recoverable fatal error: Object of class stdClass could not be converted to string in %s on line %d
/PHP-7.1/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.1/ext/zip/lib/
H A Dzipint.h425 zip_uint8_t *converted; /* autoconverted string */ member
/PHP-7.1/
H A DREADME.PARAMETER_PARSING_API29 resources cannot be auto-converted.
H A Dphp.ini-development229 ; encoding will be transparently converted to the specified encoding.
1681 ; converted to internal encoding by setting this to On.
1692 ; substitute_character used when character cannot be converted
1726 ; With mbstring support this will automatically be converted into the encoding
/PHP-7.1/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.1/ext/pcre/pcrelib/testdata/
H A Dtestoutput18-167 **Failed: invalid UTF-8 string cannot be converted to UTF-16
634 ** Failed: character \x{110000} is greater than 0x10ffff and so cannot be converted to UTF-16
/PHP-7.1/ext/mbstring/
H A DREADME_PHP3-i18n-ja407 The script's encoding is converted to i18n.internal_encoding before
512 Returns converted string in desired encoding. If
/PHP-7.1/ext/pgsql/
H A Dpgsql.c6589 zval *val, converted; local
6600 ZVAL_UNDEF(&converted);
6611 array_init(&converted);
6612 …if (php_pgsql_convert(pg_link, table, var_array, &converted, (opt & PGSQL_CONV_OPTS)) == FAILURE) {
6615 var_array = &converted;
6690 zval_ptr_dtor(&converted);

Completed in 69 milliseconds

1234567