Home
last modified time | relevance | path

Searched refs:convert (Results 1 – 25 of 114) sorted by last modified time

12345

/PHP-7.4/
H A DNEWS2493 . Fixed bug #53033 (Mathematical operations convert objects to integers).
H A Dphp.ini-development1131 ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
H A Dphp.ini-production1131 ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
H A DUPGRADING444 Reflection object and convert it to string instead:
H A DCONTRIBUTING.md389 It looks like commit 99fb6e04 (pack-objects: convert to use parse_options(),
/PHP-7.4/ext/phar/
H A Dphar.c2499 int phar_flush(phar_archive_data *phar, char *user_stub, zend_long len, int convert, char **error) … in phar_flush() argument
2540 return phar_zip_flush(phar, user_stub, len, convert, error); in phar_flush()
2544 return phar_tar_flush(phar, user_stub, len, convert, error); in phar_flush()
H A Dphar_object.c2259 static zend_object *phar_convert_to_other(phar_archive_data *source, int convert, char *ext, uint32… in phar_convert_to_other() argument
2274 switch (convert) { in phar_convert_to_other()
/PHP-7.4/Zend/
H A Dzend_hash.c2735 goto convert; in zend_symtable_to_proptable()
2740 goto convert; in zend_symtable_to_proptable()
2750 convert: in zend_symtable_to_proptable()
2794 goto convert; in zend_proptable_to_symtable()
2808 convert: in zend_proptable_to_symtable()
/PHP-7.4/ext/standard/tests/filters/
H A Dbug74267.phpt6 stream_filter_append($stream, 'convert.quoted-printable-decode', STREAM_FILTER_WRITE, ['line-break-…
23 Warning: fwrite(): stream filter (convert.quoted-printable-decode): invalid byte sequence in %s on …
25 Warning: fwrite(): stream filter (convert.quoted-printable-decode): invalid byte sequence in %s on …
/PHP-7.4/ext/intl/converter/
H A Dconverter.c755 static PHP_METHOD(UConverter, convert) { in PHP_METHOD() argument
996 …PHP_ME(UConverter, convert, php_converter_convert_arginfo, ZEND_ACC_PUBLI…
/PHP-7.4/ext/standard/
H A Dvar_unserializer.re1003 /* we can't convert from packed to hash during unserialization, because
/PHP-7.4/ext/standard/tests/math/
H A Dsrand_basic.phpt12 // Should return NULL if given anything that it can convert to long
/PHP-7.4/ext/standard/tests/general_functions/
H A Dtype.phpt163 string(42) "settype(): Cannot convert to resource type"
173 string(42) "settype(): Cannot convert to resource type"
176 string(42) "settype(): Cannot convert to resource type"
186 string(42) "settype(): Cannot convert to resource type"
189 string(42) "settype(): Cannot convert to resource type"
192 string(42) "settype(): Cannot convert to resource type"
195 string(42) "settype(): Cannot convert to resource type"
198 string(42) "settype(): Cannot convert to resource type"
201 string(42) "settype(): Cannot convert to resource type"
204 string(42) "settype(): Cannot convert to resource type"
[all …]
H A Dgettype_settype_basic.phpt542 2: settype(): Cannot convert to resource type
554 2: settype(): Cannot convert to resource type
559 2: settype(): Cannot convert to resource type
571 2: settype(): Cannot convert to resource type
576 2: settype(): Cannot convert to resource type
581 2: settype(): Cannot convert to resource type
586 2: settype(): Cannot convert to resource type
591 2: settype(): Cannot convert to resource type
596 2: settype(): Cannot convert to resource type
601 2: settype(): Cannot convert to resource type
[all …]
H A Dgettype_settype_variation1.phpt170 // convert it to null
H A Dgettype_settype_variation2.phpt178 // convert it to new type
H A Dgettype_settype_variation3.phpt174 // convert it to new type
H A Dgettype_settype_variation4.phpt199 // convert it to new type
H A Dgettype_settype_variation5.phpt170 // convert it to null
191 2: settype(): Cannot convert to resource type
197 2: settype(): Cannot convert to resource type
203 2: settype(): Cannot convert to resource type
209 2: settype(): Cannot convert to resource type
215 2: settype(): Cannot convert to resource type
221 2: settype(): Cannot convert to resource type
227 2: settype(): Cannot convert to resource type
234 2: settype(): Cannot convert to resource type
240 2: settype(): Cannot convert to resource type
[all …]
H A Dgettype_settype_variation6.phpt171 // convert it to null
H A Dgettype_settype_variation7.phpt170 // convert it to null
H A Dgettype_settype_variation8.phpt170 // convert it to null
/PHP-7.4/ext/mbstring/tests/
H A Dmb_decode_mimeheader_variation2.phpt19 //all the following are identical, we will convert to utf-8
H A Dmb_substitute_character_variation2.phpt2 Test mb_substitute_character() function : variation unmappable out char for convert encoding
/PHP-7.4/ext/intl/tests/
H A Dtimezone_createTimeZone_error.phpt31 Warning: IntlTimeZone::createTimeZone(): intltz_create_time_zone: could not convert time zone id to…

Completed in 104 milliseconds

12345