Home
last modified time | relevance | path

Searched refs:converted (Results 151 – 174 of 174) sorted by relevance

1234567

/PHP-5.5/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-5.5/
H A DREADME.PARAMETER_PARSING_API29 resources cannot be auto-converted.
H A Dphp.ini-development238 ; encoding will be transparently converted to the specified encoding.
1631 ; On => Returns data converted to SQL server settings
1717 ; converted to internal encoding by setting this to On.
1728 ; substitute_character used when character cannot be converted
1761 ; With mbstring support this will automatically be converted into the encoding
H A Dphp.ini-production238 ; encoding will be transparently converted to the specified encoding.
1631 ; On => Returns data converted to SQL server settings
1717 ; converted to internal encoding by setting this to On.
1728 ; substitute_character used when character cannot be converted
1761 ; With mbstring support this will automatically be converted into the encoding
H A DNEWS2600 . Fixed bug #62976 (Notice: could not be converted to int when comparing
3843 . Fixed bug #60236 (TLA timezone dates are not converted properly from
5310 - Fixed bug #50394 (Reference argument converted to value in __call). (Stas)
5855 common non-text types such as "application/xhtml+xml" to be converted
6557 - Fixed bug #46843 (CP936 euro symbol is not converted properly). (ty_c at
9162 . converted several 5.0 examples into c code
/PHP-5.5/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
H A Dtestoutput18-327 **Failed: invalid UTF-8 string cannot be converted to UTF-32
H A Dtestoutput151129 ** Character \x{ff000041} is greater than 0x7fffffff and so cannot be converted to UTF-8
/PHP-5.5/ext/standard/tests/strings/
H A Dstrpos.phpt98 converted to string" by default when an object is passed instead of string:
H A Dstr_replace.phpt121 /* we get "Catchable fatal error: saying Object of class could not be converted
H A Dstrcmp.phpt37 /* we get "Catchable fatal error: saying Object of class could not be converted
H A Dstrcasecmp.phpt37 /* we get "Catchable fatal error: saying Object of class could not be converted
/PHP-5.5/ext/pgsql/
H A Dpgsql.c6175 zval **val, *converted = NULL; local
6198 MAKE_STD_ZVAL(converted);
6199 array_init(converted);
6200 …if (php_pgsql_convert(pg_link, table, var_array, converted, (opt & PGSQL_CONV_OPTS) TSRMLS_CC) == …
6203 var_array = converted;
6265 if (!(opt & PGSQL_DML_NO_CONV) && converted) {
6266 zval_dtor(converted);
6267 FREE_ZVAL(converted);
/PHP-5.5/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-5.5/Zend/
H A DZEND_CHANGES960 indices. Note that specialized objects may be converted to a string
/PHP-5.5/win32/
H A Dinstall.txt514 c:\directory\file.ext must be converted to forward slashes, as
640 c:\directory\file.ext must be converted to forward slashes, as
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2 This file contains a concatenation of the PCRE man pages, converted to plain
499 strings are converted to 8-bit for output. If both the 8-bit and the
827 strings are converted to 8-bit for output. If both the 8-bit and the
4148 code PCRE_ERROR_NOMATCH is converted into PCRE_ERROR_PARTIAL if the end
5021 lower case letter, it is converted to upper case. Then bit 6 of the
5950 [[:<:]] is converted to \b(?=\w)
5951 [[:>:]] is converted to \b(?<=\w)
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog58 13. In an EBCDIC environment, \a in a pattern was converted to the ASCII
280 is converted to (*FAIL). E.g: /(?(?!))/.
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic11812 11 string must\ be\ converted\ with\ BinHex BinHex binary text
13294 # many compressed/converted COMs start with a copy loop instead of a jump
17742 11 search/1 must\ be\ converted\ with\ BinHex BinHex binary text

Completed in 166 milliseconds

1234567