Home
last modified time | relevance | path

Searched refs:parse (Results 76 – 100 of 144) sorted by relevance

123456

/PHP-7.1/ext/curl/tests/
H A Dbug27023.phpt2 Bug #27023 (CURLOPT_POSTFIELDS does not parse content types for files)
/PHP-7.1/ext/standard/tests/file/
H A Dfgetcsv_variation23.phpt7 Description: Gets line from file pointer and parse for CSV fields
H A Dfgetcsv_variation21.phpt7 Description: Gets line from file pointer and parse for CSV fields
52 // call fgetcsv() to parse csv fields
H A Dfgetcsv_variation14.phpt7 Description: Gets line from file pointer and parse for CSV fields
50 // call fgetcsv() to parse csv fields
H A Dfgetcsv_variation20.phpt7 Description: Gets line from file pointer and parse for CSV fields
52 // call fgetcsv() to parse csv fields
H A Dfgetcsv_error.phpt7 Description: Gets line from file pointer and parse for CSV fields
/PHP-7.1/scripts/dev/generate-phpt/src/
H A Dgenerate-phpt.php21 $options->parse($argv);
/PHP-7.1/ext/date/tests/
H A Doo_001.phpt46 DateTime::__construct(): Failed to parse time string (1am todax) at position 4 (t): The timezone co…
/PHP-7.1/ext/standard/tests/network/
H A Dudp6loop.phpt7 * something else (indicating parse/getaddrinfo error)
/PHP-7.1/ext/intl/tests/
H A Dbreakiter___construct_error.phpt41 …rbbi_create_instance: unable to create RuleBasedBreakIterator from rules (parse error on line 1, o…
H A Dut_common.inc152 … return $GLOBALS['oo-mode'] ? $fmt->parse( $string, $type ) : numfmt_parse( $fmt, $string, $type );
154 …return $GLOBALS['oo-mode'] ? $fmt->parse( $string, $type, $position ) : numfmt_parse( $fmt, $strin…
309 return $GLOBALS['oo-mode'] ? $fmt->parse( $string) : msgfmt_parse( $fmt, $string);
394 …return $GLOBALS['oo-mode'] ? $fmt->parse( $value ,$parse_pos ) : datefmt_parse( $fmt , $value,$p…
H A Ddateformat_format_parse.phpt73 //Test format and parse with a timestamp : long
94 //Test format and parse with a localtime :array
H A Ddateformat_format_parse_version2.phpt73 //Test format and parse with a timestamp : long
94 //Test format and parse with a localtime :array
H A Ddateformat_parse_timestamp_parsepos.phpt2 datefmt_parse_timestamp_code() with parse pos icu <= 4.2
/PHP-7.1/ext/intl/doc/
H A Ddatefmt_api.php106 public function parse($value, $parse_pos=0) {} function in DateFormatter
H A Dformatter_api.php196 public function parse($string, $type, &$position) {} function in NumberFormatter
/PHP-7.1/ext/intl/msgformat/
H A Dmsgformat_class.c132 PHP_NAMED_FE( parse, ZEND_FN( msgfmt_parse ), arginfo_messageformatter_parse )
/PHP-7.1/ext/intl/formatter/
H A Dformatter_class.c157 PHP_NAMED_FE( parse, ZEND_FN( numfmt_parse ), number_parse_arginfo )
/PHP-7.1/ext/soap/tests/bugs/
H A Dbug30106.phpt2 Bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught SoapFault exception)
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_server_version.phpt32 // for which in turn one needs to parse the PDO test environment variables
H A Dmysql_pdo_test.inc108 // stinky string which we need to parse
/PHP-7.1/ext/intl/dateformat/
H A Ddateformat_class.c179 PHP_NAMED_FE( parse, ZEND_FN( datefmt_parse), datefmt_parse_args )
/PHP-7.1/
H A DREADME.PARAMETER_PARSING_API4 It should be easier to parse input parameters to an extension function.
6 that given the string of type specifiers, can parse the input parameters
/PHP-7.1/ext/json/
H A Djson_parser.y52 %parse-param { php_json_parser *parser }
/PHP-7.1/ext/standard/tests/url/
H A Durls.inc95 // Severely malformed URLs that do not parse:

Completed in 42 milliseconds

123456