Home
last modified time | relevance | path

Searched refs:SHORT (Results 1 – 18 of 18) sorted by relevance

/PHP-5.3/ext/intl/tests/
H A Ddateformat_parse.phpt27 IntlDateFormatter::SHORT,
40 array("12/18/69 8:49 AM", IntlDateFormatter::SHORT, IntlDateFormatter::SHORT),
41 array("19691218 08:49 AM", IntlDateFormatter::SHORT, IntlDateFormatter::SHORT),
44 …ray("Sunday, September 18, 2039 4:06:40 PM PT", IntlDateFormatter::FULL, IntlDateFormatter::SHORT),
46 array("December 18, 1969 8:49:59 AM PST", IntlDateFormatter::LONG, IntlDateFormatter::SHORT),
47 array("12/18/69 8:49 AM", IntlDateFormatter::SHORT, IntlDateFormatter::LONG),
48 array("19691218 08:49 AM", IntlDateFormatter::SHORT, IntlDateFormatter::LONG),
H A Ddateformat_get_timezone_id.phpt26 …$fmt = ut_datefmt_create( "de-DE", IntlDateFormatter::SHORT, IntlDateFormatter::SHORT, $timezone_…
H A Ddateformat_get_datetype.phpt19 IntlDateFormatter::SHORT,
28 …$fmt = ut_datefmt_create( "de-DE", $datetype_entry , IntlDateFormatter::SHORT,'America/Los_Angele…
H A Ddateformat_get_timetype.phpt19 IntlDateFormatter::SHORT,
28 …$fmt = ut_datefmt_create( "de-DE", IntlDateFormatter::SHORT, $timetype_entry ,'America/Los_Angele…
H A Ddateformat_get_set_calendar.phpt25 …$fmt = ut_datefmt_create( "de-DE", IntlDateFormatter::SHORT, IntlDateFormatter::SHORT ,'America/L…
H A Ddateformat_get_locale.phpt27 …$fmt = ut_datefmt_create( $locale_entry , IntlDateFormatter::SHORT,IntlDateFormatter::SHORT,'Ameri…
H A Ddateformat_is_set_lenient.phpt20 …$fmt = ut_datefmt_create( "en-US", IntlDateFormatter::SHORT, IntlDateFormatter::SHORT , 'America/…
H A Ddateformat_get_set_pattern.phpt28 …//$fmt = ut_datefmt_create( "en-US", IntlDateFormatter::SHORT, IntlDateFormatter::SHORT , 'Americ…
H A Ddateformat_get_set_pattern2.phpt28 …//$fmt = ut_datefmt_create( "en-US", IntlDateFormatter::SHORT, IntlDateFormatter::SHORT , 'Americ…
H A Ddateformat_localtime.phpt24 IntlDateFormatter::SHORT,
H A Ddateformat_parse_timestamp_parsepos.phpt28 IntlDateFormatter::SHORT,
H A Ddateformat_format.phpt25 IntlDateFormatter::SHORT,
/PHP-5.3/ext/ereg/regex/
H A Dmain.c138 # define SHORT 10 macro
173 ne = regerror(REG_BADPAT, (regex_t *)NULL, erbuf, (size_t)SHORT);
174 if (strncmp(erbuf, badpat, SHORT-1) != 0 || erbuf[SHORT-1] != '\0' ||
177 erbuf, SHORT-1, badpat);
/PHP-5.3/ext/intl/doc/
H A Ddatefmt_api.php38 const SHORT = 3; define in DateFormatter
/PHP-5.3/ext/intl/dateformat/
H A Ddateformat.c50 DATEFORMATTER_EXPOSE_CLASS_CONST( SHORT ); in dateformat_register_constants()
/PHP-5.3/ext/mysqli/tests/
H A Dbug_mysql_49406.phpt39 MYSQLI_TYPE_SHORT => "SHORT",
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_getcolumnmeta.phpt156 test_meta($db, 60, 'SMALLINT', -32768, 'SHORT', ($is_mysqlnd) ? PDO::PARAM_INT : PDO::PARAM_STR);
157 …test_meta($db, 70, 'SMALLINT UNSIGNED', 65535, 'SHORT', ($is_mysqlnd) ? PDO::PARAM_INT : PDO::PARA…
/PHP-5.3/ext/pdo_mysql/
H A Dmysql_statement.c793 PDO_MYSQL_NATIVE_TYPE_NAME(SHORT)

Completed in 34 milliseconds