Home
last modified time | relevance | path

Searched refs:FULL (Results 1 – 25 of 52) sorted by relevance

123

/PHP-5.5/ext/intl/tests/
H A Ddateformat_localtime.phpt21 IntlDateFormatter::FULL,
31 IntlDateFormatter::FULL,
48 $fmt3 = ut_datefmt_create( 'en_US_CA', IntlDateFormatter::FULL, IntlDateFormatter::FULL);
55 "DateType::FULL, TimeType::FULL"
105 IntlDateFormatter : DateType::FULL, TimeType::FULL
116 IntlDateFormatter : DateType::FULL, TimeType::FULL
125 IntlDateFormatter : DateType::FULL, TimeType::FULL
134 IntlDateFormatter : DateType::FULL, TimeType::FULL
H A Ddateformat_parse_localtime_parsepos.phpt21 IntlDateFormatter::FULL,
38 $fmt3 = ut_datefmt_create( 'en_US_CA', IntlDateFormatter::FULL, IntlDateFormatter::FULL);
45 "DateType::FULL, TimeType::FULL"
91 IntlDateFormatter : DateType::FULL, TimeType::FULL
102 IntlDateFormatter : DateType::FULL, TimeType::FULL Error : 'Date parsing failed: U_PARSE_ERROR'
111 IntlDateFormatter : DateType::FULL, TimeType::FULL Error : 'Date parsing failed: U_PARSE_ERROR'
120 IntlDateFormatter : DateType::FULL, TimeType::FULL Error : 'Date parsing failed: U_PARSE_ERROR'
H A Ddateformat_calendars.phpt14 IntlDateFormatter::FULL,
15 IntlDateFormatter::FULL,
19 IntlDateFormatter::FULL,
20 IntlDateFormatter::FULL,
24 IntlDateFormatter::FULL,
25 IntlDateFormatter::FULL,
33 IntlDateFormatter::FULL,
34 IntlDateFormatter::FULL,
H A Ddateformat_calendars_variant3.phpt14 IntlDateFormatter::FULL,
15 IntlDateFormatter::FULL,
19 IntlDateFormatter::FULL,
20 IntlDateFormatter::FULL,
24 IntlDateFormatter::FULL,
25 IntlDateFormatter::FULL,
33 IntlDateFormatter::FULL,
34 IntlDateFormatter::FULL,
H A Ddateformat_calendars_variant2.phpt15 IntlDateFormatter::FULL,
16 IntlDateFormatter::FULL,
20 IntlDateFormatter::FULL,
21 IntlDateFormatter::FULL,
25 IntlDateFormatter::FULL,
26 IntlDateFormatter::FULL,
34 IntlDateFormatter::FULL,
35 IntlDateFormatter::FULL,
H A Ddateformat_parse.phpt24 IntlDateFormatter::FULL,
36 …rray("Sunday, September 18, 2039 4:06:40 PM PT", IntlDateFormatter::FULL, IntlDateFormatter::FULL),
37 …ay("Wednesday, December 17, 1969 6:40:00 PM PT", IntlDateFormatter::FULL, IntlDateFormatter::FULL),
38 …ay("Thursday, December 18, 1969 8:49:59 PM PST", IntlDateFormatter::FULL, IntlDateFormatter::FULL),
39 array("December 18, 1969 8:49:59 AM PST", IntlDateFormatter::LONG, IntlDateFormatter::FULL),
43 …array("Sunday, September 18, 2039 4:06:40 PM PT", IntlDateFormatter::FULL, IntlDateFormatter::NONE…
44 …array("Sunday, September 18, 2039 4:06:40 PM PT", IntlDateFormatter::FULL, IntlDateFormatter::SHOR…
H A Ddateformat_formatObject_calendar.phpt15 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL), "\n";
17 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)…
21 echo datefmt_format_object($cal, IntlDateFormatter::FULL), "\n";
26 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL, "en-US"), "\n";
H A Ddateformat_formatObject_calendar_variant2.phpt15 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL), "\n";
17 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)…
21 echo datefmt_format_object($cal, IntlDateFormatter::FULL), "\n";
26 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL, "en-US"), "\n";
H A Ddateformat_formatObject_calendar_variant4.phpt15 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL), "\n";
17 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)…
21 echo datefmt_format_object($cal, IntlDateFormatter::FULL), "\n";
26 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL, "en-US"), "\n";
H A Ddateformat_formatObject_calendar_variant3.phpt16 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL), "\n";
18 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)…
22 echo datefmt_format_object($cal, IntlDateFormatter::FULL), "\n";
27 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL, "en-US"), "\n";
H A Dbug50590.phpt10 $fmt = new IntlDateFormatter("en_US", IntlDateFormatter::FULL, IntlDateFormatter::FULL);
H A Ddateformat_formatObject_datetime.phpt15 echo IntlDateFormatter::formatObject($dt, IntlDateFormatter::FULL), "\n";
17 echo IntlDateFormatter::formatObject($dt, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL),…
21 echo IntlDateFormatter::formatObject($dt, IntlDateFormatter::FULL), "\n";
H A Ddateformat_formatObject_datetime_variant2.phpt15 echo IntlDateFormatter::formatObject($dt, IntlDateFormatter::FULL), "\n";
17 echo IntlDateFormatter::formatObject($dt, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL),…
21 echo IntlDateFormatter::formatObject($dt, IntlDateFormatter::FULL), "\n";
H A Ddateformat_formatObject_datetime_variant4.phpt15 echo IntlDateFormatter::formatObject($dt, IntlDateFormatter::FULL), "\n";
17 echo IntlDateFormatter::formatObject($dt, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL),…
21 echo IntlDateFormatter::formatObject($dt, IntlDateFormatter::FULL), "\n";
H A Ddateformat_formatObject_datetime_variant3.phpt16 echo IntlDateFormatter::formatObject($dt, IntlDateFormatter::FULL), "\n";
18 echo IntlDateFormatter::formatObject($dt, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL),…
22 echo IntlDateFormatter::formatObject($dt, IntlDateFormatter::FULL), "\n";
H A Dbug62915-2.phpt10 static $ARGS = array("en_US" ,IntlDateFormatter::FULL, IntlDateFormatter::FULL,
H A Ddateformat_clone.phpt15 $fmt = ut_datefmt_create( "en-US", IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'America/New_…
H A Ddateformat_clone2.phpt15 $fmt = ut_datefmt_create( "en-US", IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'America/New_…
H A Ddateformat_set_timezone_id.phpt26 …$fmt = ut_datefmt_create( "en_US", IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'America/San…
H A Ddateformat_get_set_pattern.phpt29 …$fmt = ut_datefmt_create( "en-US", IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'America/New…
H A Ddateformat_get_set_pattern2.phpt29 …$fmt = ut_datefmt_create( "en-US", IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'America/New…
H A Ddateformat_set_timezone_id2.phpt32 …$fmt = ut_datefmt_create( "en_US", IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'US/Pacific'…
H A Ddateformat_set_timezone_id3.phpt31 …$fmt = ut_datefmt_create( "en_US", IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'US/Pacific'…
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_reconnect.phpt25 if (!$res = mysqli_query($link2, "SHOW FULL PROCESSLIST"))
58 if (!$res = mysqli_query($link2, "SHOW FULL PROCESSLIST"))
95 if (!$res = mysqli_query($link2, "SHOW FULL PROCESSLIST"))
H A Dmysqli_no_reconnect.phpt23 if (!$res = mysqli_query($link2, "SHOW FULL PROCESSLIST"))
56 if (!$res = mysqli_query($link2, "SHOW FULL PROCESSLIST"))
102 if (!$res = mysqli_query($link2, "SHOW FULL PROCESSLIST"))

Completed in 32 milliseconds

123