Home
last modified time | relevance | path

Searched refs:parse (Results 51 – 75 of 130) sorted by relevance

123456

/PHP-5.4/ext/xml/tests/
H A Dxml_set_notation_decl_handler_basic.phpt39 function parse($data)
64 $p1->parse($xml);
/PHP-5.4/ext/intl/tests/
H A Ddateformat_parse_localtime_parsepos.phpt2 datefmt_parse_localtime() with parse pos icu <= 4.2
10 * Test for the datefmt_parse_localtime function with parse pos
H A Dut_common.inc144 … return $GLOBALS['oo-mode'] ? $fmt->parse( $string, $type ) : numfmt_parse( $fmt, $string, $type );
146 …return $GLOBALS['oo-mode'] ? $fmt->parse( $string, $type, $position ) : numfmt_parse( $fmt, $strin…
301 return $GLOBALS['oo-mode'] ? $fmt->parse( $string) : msgfmt_parse( $fmt, $string);
386 …return $GLOBALS['oo-mode'] ? $fmt->parse( $value ,$parse_pos ) : datefmt_parse( $fmt , $value,$p…
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_set_local_infile_handler_short_len.phpt65 printf("[015] Cannot parse columns\n");
66 $error = 'Cannot parse columns';
H A Dmysqli_set_local_infile_handler_openbasedir.phpt82 printf("[015] Cannot parse columns\n");
83 $error = 'Cannot parse columns';
H A Dmysqli_set_local_infile_default.phpt78 printf("[015] Cannot parse columns\n");
79 $error = 'Cannot parse columns';
H A Dmysqli_set_local_infile_handler.phpt62 printf("[015] Cannot parse columns\n");
63 $error = 'Cannot parse columns';
/PHP-5.4/ext/intl/doc/
H A Dmsgfmt_api.php48 public function parse($value) {} function in MessageFormatter
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-5.4/ext/openssl/tests/
H A Dbug64802.phpt2 Bug #64802: openssl_x509_parse fails to parse subject properly in some cases
/PHP-5.4/ext/date/tests/
H A DDateTime_fix_createFromFormat.phpt14 // String to parse
H A Doo_001.phpt46 DateTime::__construct(): Failed to parse time string (1am todax) at position 4 (t): The timezone co…
/PHP-5.4/ext/xmlrpc/tests/
H A Dbug45556.phpt32 Warning: xmlrpc_server_call_method(): xml parse error: [line 1, column 1, message: Invalid document…
/PHP-5.4/ext/dom/tests/
H A DDOMDocument_schemaValidateSource_error1.phpt26 Warning: DOMDocument::schemaValidateSource(): Failed to parse the XML resource 'in_memory_buffer'. …
H A DDOMDocument_schemaValidate_error1.phpt26 Warning: DOMDocument::schemaValidate(): Failed to parse the XML resource '%sbook-not-a-schema.xsd'.…
/PHP-5.4/ext/standard/tests/network/
H A Dtcp6loop.phpt6 …If IPv6 is NOT supported, $errno will be set to something else (indicating parse/getaddrinfo error…
H A Dudp6loop.phpt7 * something else (indicating parse/getaddrinfo error)
/PHP-5.4/scripts/dev/generate-phpt/src/
H A Dgenerate-phpt.php21 $options->parse($argv);
/PHP-5.4/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
/PHP-5.4/ext/curl/tests/
H A Dbug27023.phpt2 Bug #27023 (CURLOPT_POSTFIELDS does not parse content types for files)
/PHP-5.4/ext/intl/msgformat/
H A Dmsgformat_class.c149 PHP_NAMED_FE( parse, ZEND_FN( msgfmt_parse ), arginfo_messageformatter_parse )

Completed in 35 milliseconds

123456