/PHP-5.3/ext/intl/tests/ |
H A D | dateformat_parse.phpt | 27 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 D | dateformat_get_timezone_id.phpt | 26 …$fmt = ut_datefmt_create( "de-DE", IntlDateFormatter::SHORT, IntlDateFormatter::SHORT, $timezone_…
|
H A D | dateformat_get_datetype.phpt | 19 IntlDateFormatter::SHORT, 28 …$fmt = ut_datefmt_create( "de-DE", $datetype_entry , IntlDateFormatter::SHORT,'America/Los_Angele…
|
H A D | dateformat_get_timetype.phpt | 19 IntlDateFormatter::SHORT, 28 …$fmt = ut_datefmt_create( "de-DE", IntlDateFormatter::SHORT, $timetype_entry ,'America/Los_Angele…
|
H A D | dateformat_get_set_calendar.phpt | 25 …$fmt = ut_datefmt_create( "de-DE", IntlDateFormatter::SHORT, IntlDateFormatter::SHORT ,'America/L…
|
H A D | dateformat_get_locale.phpt | 27 …$fmt = ut_datefmt_create( $locale_entry , IntlDateFormatter::SHORT,IntlDateFormatter::SHORT,'Ameri…
|
H A D | dateformat_is_set_lenient.phpt | 20 …$fmt = ut_datefmt_create( "en-US", IntlDateFormatter::SHORT, IntlDateFormatter::SHORT , 'America/…
|
H A D | dateformat_get_set_pattern.phpt | 28 …//$fmt = ut_datefmt_create( "en-US", IntlDateFormatter::SHORT, IntlDateFormatter::SHORT , 'Americ…
|
H A D | dateformat_get_set_pattern2.phpt | 28 …//$fmt = ut_datefmt_create( "en-US", IntlDateFormatter::SHORT, IntlDateFormatter::SHORT , 'Americ…
|
H A D | dateformat_localtime.phpt | 24 IntlDateFormatter::SHORT,
|
H A D | dateformat_parse_timestamp_parsepos.phpt | 28 IntlDateFormatter::SHORT,
|
H A D | dateformat_format.phpt | 25 IntlDateFormatter::SHORT,
|
/PHP-5.3/ext/ereg/regex/ |
H A D | main.c | 138 # 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 D | datefmt_api.php | 38 const SHORT = 3; define in DateFormatter
|
/PHP-5.3/ext/intl/dateformat/ |
H A D | dateformat.c | 50 DATEFORMATTER_EXPOSE_CLASS_CONST( SHORT ); in dateformat_register_constants()
|
/PHP-5.3/ext/mysqli/tests/ |
H A D | bug_mysql_49406.phpt | 39 MYSQLI_TYPE_SHORT => "SHORT",
|
/PHP-5.3/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_getcolumnmeta.phpt | 156 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 D | mysql_statement.c | 793 PDO_MYSQL_NATIVE_TYPE_NAME(SHORT)
|