Home
last modified time | relevance | path

Searched refs:convert (Results 101 – 122 of 122) sorted by relevance

12345

/PHP-7.2/ext/intl/converter/
H A Dconverter.c747 static PHP_METHOD(UConverter, convert) { in PHP_METHOD() argument
988 …PHP_ME(UConverter, convert, php_converter_convert_arginfo, ZEND_ACC_PUBLI…
/PHP-7.2/Zend/
H A Dzend_hash.c2495 goto convert; in zend_symtable_to_proptable()
2500 goto convert; in zend_symtable_to_proptable()
2510 convert: in zend_symtable_to_proptable()
2556 goto convert; in zend_proptable_to_symtable()
2570 convert: in zend_proptable_to_symtable()
/PHP-7.2/
H A DREADME.PARAMETER_PARSING_API36 reading the arguments from the stack, it receives a single zval to convert
H A DREADME.STREAMS72 If you need to open a specific stream, or convert standard resources into
80 Open a FILE * with tmpfile() and convert into a stream.
H A DNEWS1074 . Fixed bug #76249 (stream filter convert.iconv leads to infinite loop on
1830 . Fixed bug #62934 (mb_convert_kana() does not convert iteration marks).
H A Dphp.ini-development1108 ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
H A Dphp.ini-production1110 ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
/PHP-7.2/ext/standard/tests/general_functions/
H A Dgettype_settype_variation1.phpt170 // convert it to null
H A Dgettype_settype_variation6.phpt171 // convert it to null
H A Dgettype_settype_variation8.phpt170 // convert it to null
H A Dgettype_settype_variation7.phpt170 // convert it to null
H A Dgettype_settype_variation2.phpt177 // 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
/PHP-7.2/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc68 * @param int $time Unix timestamp of the date to convert
/PHP-7.2/ext/phar/
H A Dphar.c2492 int phar_flush(phar_archive_data *phar, char *user_stub, zend_long len, int convert, char **error) … argument
2531 return phar_zip_flush(phar, user_stub, len, convert, error);
2535 return phar_tar_flush(phar, user_stub, len, convert, error);
H A Dphar_object.c2297 static zend_object *phar_convert_to_other(phar_archive_data *source, int convert, char *ext, uint32… in phar_convert_to_other() argument
2312 switch (convert) { in phar_convert_to_other()
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY402 2006/09/21: [impl] convert to ascii for parameter string in
1639 should match and convert double quoted string data.
1840 2003/02/24: [impl] convert i(/../, ...) functions in testconv.rb.
1922 2003/01/31: [impl] convert to lower-case char at string compile time.
/PHP-7.2/ext/standard/
H A Dvar_unserializer.re855 /* we can't convert from packed to hash during unserialization, because
/PHP-7.2/ext/pcre/pcrelib/
H A DNEWS729 page has the details, but you just want to convert existing programs, all
H A DChangeLog2803 1. Applied Craig's patch to sort out a long long problem: "If we can't convert
3408 1. Applied Bob Rossi and Daniel G's patches to convert the build system to one
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt3757 pcre_pattern_to_host_byte_order() can be used to convert such a pattern
5510 ports four more that make it possible to convert traditional escape

Completed in 338 milliseconds

12345