/php-src/ext/date/tests/ |
H A D | bug53437_var4.phpt | 9 $df = $dt->diff(new DateTime('2009-10-13')); 11 var_dump($df, 12 $df->y, 13 $df->m, 14 $df->d, 15 $df->h, 16 $df->i, 17 $df->s, 18 $df->f, 19 $df->invert, [all …]
|
/php-src/ext/intl/tests/ |
H A D | dateformat_get_set_timezone_variant5.phpt | 13 function d(IntlDateFormatter $df) { 15 echo $df->format($ts), "\n"; 17 $df->getTimeZoneID(), 18 $df->getTimeZone()->getID()); 23 d($df); 25 $df->setTimeZone(NULL); 26 d($df); 28 $df->setTimeZone('Europe/Madrid'); 29 d($df); 32 d($df); [all …]
|
H A D | dateformat_timezone_arg_variations4.phpt | 13 $df = new IntlDateFormatter('es_ES', 0, 0, NULL); 14 echo $df->format($ts), "\n"; 16 $df = new IntlDateFormatter('es_ES', 0, 0, 'Europe/Amsterdam'); 17 echo $df->format($ts), "\n"; 19 $df = new IntlDateFormatter('es_ES', 0, 0, new DateTimeZone('Europe/Lisbon')); 20 echo $df->format($ts), "\n"; 23 echo $df->format($ts), "\n"; 27 echo $df->format($ts), "\n"; 31 echo $df->format($ts), "\n"; 33 $df = new IntlDateFormatter('es_ES', 0, 0, 'Europe/Amsterdam', 0); [all …]
|
H A D | dateformat_get_set_calendar_variant_icu70.phpt | 17 function d(IntlDateFormatter $df) { 19 echo $df->format($ts), "\n"; 20 var_dump($df->getCalendar(), 21 $df->getCalendarObject()->getType(), 22 $df->getCalendarObject()->getTimeZone()->getId()); 26 $df = new IntlDateFormatter('fr@calendar=islamic', 0, 0, 'Europe/Minsk'); 27 d($df); 31 $df->setCalendar(IntlDateFormatter::TRADITIONAL); 32 d($df); 36 $df->setCalendar($cal); [all …]
|
H A D | dateformat_get_set_calendar_variant4.phpt | 15 function d(IntlDateFormatter $df) { 17 echo $df->format($ts), "\n"; 18 var_dump($df->getCalendar(), 19 $df->getCalendarObject()->getType(), 20 $df->getCalendarObject()->getTimeZone()->getId()); 24 $df = new IntlDateFormatter('fr@calendar=islamic', 0, 0, 'Europe/Minsk'); 25 d($df); 29 $df->setCalendar(IntlDateFormatter::TRADITIONAL); 30 d($df); 34 $df->setCalendar($cal); [all …]
|
H A D | dateformat_get_set_calendar_variant5.phpt | 17 function d(IntlDateFormatter $df) { 19 echo $df->format($ts), "\n"; 20 var_dump($df->getCalendar(), 21 $df->getCalendarObject()->getType(), 22 $df->getCalendarObject()->getTimeZone()->getId()); 26 $df = new IntlDateFormatter('fr@calendar=islamic', 0, 0, 'Europe/Minsk'); 27 d($df); 31 $df->setCalendar(IntlDateFormatter::TRADITIONAL); 32 d($df); 36 $df->setCalendar($cal); [all …]
|
H A D | dateformat_create_cal_arg_variant5.phpt | 16 $df = new IntlDateFormatter('es_ES', 0, 0, NULL, $cal); 17 echo $df->format($ts), "\n"; 20 $df = new IntlDateFormatter('es_ES', 0, 0, NULL, $cal); 21 echo $df->format($ts), "\n"; 26 echo $df->format($ts), "\n"; 29 $df = new IntlDateFormatter('es_ES@calendar=islamic', 0, 0); 30 echo $df->format($ts), "\n"; 34 echo $df->format($ts), "\n"; 38 echo $df->format($ts), "\n"; 40 $df = new IntlDateFormatter('es_ES', 0, 0, 'UTC', 0); [all …]
|
H A D | dateformat_create_cal_arg_variant4.phpt | 16 $df = new IntlDateFormatter('es_ES', 0, 0, NULL, $cal); 17 echo $df->format($ts), "\n"; 20 $df = new IntlDateFormatter('es_ES', 0, 0, NULL, $cal); 21 echo $df->format($ts), "\n"; 26 echo $df->format($ts), "\n"; 29 $df = new IntlDateFormatter('es_ES@calendar=islamic', 0, 0); 30 echo $df->format($ts), "\n"; 34 echo $df->format($ts), "\n"; 38 echo $df->format($ts), "\n"; 40 $df = new IntlDateFormatter('es_ES', 0, 0, 'UTC', 0); [all …]
|
H A D | dateformat_setTimeZone_error.phpt | 11 $df = new IntlDateFormatter(NULL, 0, 0); 13 var_dump($df->setTimeZone(array())); 14 var_dump($df->setTimeZone('non existing timezone'));
|
/php-src/ext/intl/dateformat/ |
H A D | dateformat_format_object.cpp | 75 DateFormat *df = NULL; in PHP_FUNCTION() local 193 df = new SimpleDateFormat( in PHP_FUNCTION() 206 df = DateFormat::createDateTimeInstance(dateStyle, timeStyle, in PHP_FUNCTION() 209 if (df == NULL) { /* according to ICU sources, this should never happen */ in PHP_FUNCTION() 219 df->adoptCalendar(cal); in PHP_FUNCTION() 221 df->adoptTimeZone(timeZone); in PHP_FUNCTION() 227 df->format(date, result); in PHP_FUNCTION() 242 delete df; in PHP_FUNCTION()
|
H A D | dateformat_create.cpp | 164 DateFormat *df = (DateFormat*)DATE_FORMAT_OBJECT(dfo); in datefmt_ctor() local 166 df->adoptCalendar(cal); in datefmt_ctor() 169 df->setCalendar(*cal); in datefmt_ctor() 173 df->adoptTimeZone(timezone); in datefmt_ctor()
|
/php-src/ext/dom/tests/ |
H A D | gh16595.phpt | 12 $v7 = new DOMElement ( "L" , null , "df" ); 25 <jg xmlns:default="df"><IU/><default:L xmlns="df"/></jg>
|
/php-src/Zend/tests/ |
H A D | bug79668.phpt | 7 $df = get_defined_functions(true); 9 var_dump(in_array($funcname, $df['internal'], true));
|
/php-src/ext/standard/tests/strings/ |
H A D | substr_compare.phpt | 6 var_dump(substr_compare("abcde", "df", -2) < 0); 7 var_dump(substr_compare("abcde", "df", -2, null) < 0);
|
H A D | strtolower.phpt | 277 df => df
|
H A D | strtoupper1.phpt | 280 df => df
|
H A D | html_entity_decode_iso8859-15.phpt | 307 LATIN SMALL LETTER SHARP S: ß => df 308 ß => df
|
H A D | html_entity_decode_iso8859-5.phpt | 307 CYRILLIC SMALL LETTER PE: п => df
|
H A D | html_entity_decode_macroman.phpt | 442 LATIN SMALL LIGATURE FL: fl => df
|
/php-src/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 337 DateFormat* df = dynamic_cast<DateFormat*>( in umsg_set_timezone() local 339 if (df == NULL) { in umsg_set_timezone() 352 df->adoptTimeZone(used_tz->clone()); in umsg_set_timezone()
|
/php-src/ext/mbstring/tests/ |
H A D | mb_stripos_basic.phpt | 33 'df',
|
H A D | mb_strripos_basic.phpt | 33 'df',
|
/php-src/ext/intl/uchar/tests/ |
H A D | basic-functionality.phpt | 83 Codepoint U+00df
|
/php-src/ext/zlib/tests/ |
H A D | bug_52944_corrupted_data.inc | 123 'F2Q5COWpNnJjdwDaME7sF178Ev+9A2WXaC9cjY4HXFrlg71xG+rSSyDqi1X3paWNI4GaqNwPRDXev9s7hHq8PjzaP9/df+Poq8…
|
/php-src/ext/dom/lexbor/lexbor/html/ |
H A D | tree.c | 382 lxb_dom_document_fragment_t *df; in lxb_html_tree_appropriate_place_inserting_node() local 384 df = lxb_html_interface_template(adjusted_location)->content; in lxb_html_tree_appropriate_place_inserting_node() 385 adjusted_location = lxb_dom_interface_node(df); in lxb_html_tree_appropriate_place_inserting_node()
|