Home
last modified time | relevance | path

Searched refs:ta (Results 1 – 17 of 17) sorted by relevance

/PHP-8.0/ext/calendar/
H A Dcal_unix.c32 struct tm *ta, tmbuf; in PHP_FUNCTION() local
47 if (!(ta = php_localtime_r(&ts, &tmbuf))) { in PHP_FUNCTION()
51 RETURN_LONG(GregorianToSdn(ta->tm_year+1900, ta->tm_mon+1, ta->tm_mday)); in PHP_FUNCTION()
/PHP-8.0/ext/standard/tests/array/
H A Dbug20865.phpt5 $ta = array(1, 2, 3);
6 $ta[NULL] = "Null Value";
8 var_dump(array_key_exists(NULL, $ta));
H A Darray_unshift_variation8.phpt22 'This is \ta text in bold letters\r\s\malong with slashes\n : HELLO WORLD\t'
182 string(74) "This is \ta text in bold letters\r\s\malong with slashes\n : HELLO WORLD\t"
195 string(74) "This is \ta text in bold letters\r\s\malong with slashes\n : HELLO WORLD\t"
H A Darray_unshift_variation7.phpt22 "This is \ta text in bold letters\r\s\malong with slashes\n : HELLO WORLD\t"
/PHP-8.0/Zend/tests/
H A Dflexible-heredoc-error8.phpt7 \ta
H A Dflexible-heredoc-nowdoc.phpt55 \ta\n
/PHP-8.0/ext/standard/tests/strings/
H A Dstrip_tags_variation10.phpt18 '<b>This is \ta text in bold letters\r\s\malong with slashes\n</b>'
47 string(65) "<b>This is \ta text in bold letters\r\s\malong with slashes\n</b>"
H A Dstrip_tags_variation9.phpt17 "<b>This is \ta text in bold letters\r\s\malong with slashes\n</b>"
/PHP-8.0/ext/mbstring/tests/
H A Dbug43841.phpt30 var_dump(mb_strrpos('This is na English ta', 'a', $i));
36 var_dump(strrpos('This is na English ta', 'a', $i));
H A Dbug43840.phpt31 var_dump(mb_strpos('This is na English ta', 'a', $i));
/PHP-8.0/ext/standard/
H A Dinfo.c774 struct tm *ta, tmbuf; in php_print_info() local
777 ta = php_localtime_r(&the_time, &tmbuf); in php_print_info()
780 if (ta && (ta->tm_mon==3) && (ta->tm_mday==1)) { in php_print_info()
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_arm.lua586 local ta, ra, tb, rb = match(reglist,
589 if ta and ta == tb and ra and rb and ra <= 31 and rb <= 31 and ra <= rb then
591 if ta == "s" then
/PHP-8.0/ext/date/
H A Dphp_date.c1196 struct tm ta; in php_strftime() local
1231 ta.tm_sec = ts->s; in php_strftime()
1232 ta.tm_min = ts->i; in php_strftime()
1233 ta.tm_hour = ts->h; in php_strftime()
1234 ta.tm_mday = ts->d; in php_strftime()
1235 ta.tm_mon = ts->m - 1; in php_strftime()
1236 ta.tm_year = ts->y - 1900; in php_strftime()
1240 ta.tm_isdst = 0; in php_strftime()
1242 ta.tm_gmtoff = 0; in php_strftime()
1245 ta.tm_zone = "GMT"; in php_strftime()
[all …]
/PHP-8.0/ext/opcache/
H A Dzend_accelerator_module.c527 struct tm *ta; local
550 ta = localtime(&script->dynamic_members.last_used);
551 str = asctime(ta);
/PHP-8.0/ext/soap/
H A Dphp_encoding.c2835 struct tm *ta, tmbuf; in to_xml_datetime_ex() local
2850 ta = php_localtime_r(&timestamp, &tmbuf); in to_xml_datetime_ex()
2852 if (!ta) { in to_xml_datetime_ex()
2857 while ((real_len = strftime(buf, buf_len, format, ta)) == buf_len || real_len == 0) { in to_xml_datetime_ex()
2866 (ta->tm_gmtoff < 0) ? '-' : '+', in to_xml_datetime_ex()
2867 labs(ta->tm_gmtoff / 3600), labs( (ta->tm_gmtoff % 3600) / 60 )); in to_xml_datetime_ex()
2870 …c%02d:%02d", ((ta->tm_isdst ? _timezone - 3600:_timezone)>0)?'-':'+', abs((ta->tm_isdst ? _timezon… in to_xml_datetime_ex()
2872 …"%c%02d:%02d", ((ta->tm_isdst ? timezone - 3600:timezone)>0)?'-':'+', abs((ta->tm_isdst ? timezone… in to_xml_datetime_ex()
/PHP-8.0/main/
H A Dmain.c1643 struct tm *ta, tmbuf; in php_message_handler_for_zend() local
1649 ta = php_localtime_r(&curtime, &tmbuf); in php_message_handler_for_zend()
1650 datetime_str = php_asctime_r(ta, asctimebuf); in php_message_handler_for_zend()
/PHP-8.0/
H A Drun-tests.php1115 $ta = strpos($a, TEST_PHP_SRCDIR . "/tests") === 0 ? 1 + (strpos($a,
1120 if ($ta == $tb) {
1123 return $tb - $ta;

Completed in 68 milliseconds