Home
last modified time | relevance | path

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

/php-src/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-src/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-src/Zend/tests/
H A Dflexible-heredoc-error8.phpt7 \ta
H A Dflexible-heredoc-nowdoc.phpt55 \ta\n
/php-src/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-src/ext/mbstring/tests/
H A Dbug43841.phpt27 var_dump(mb_strrpos('This is na English ta', 'a', $i));
33 var_dump(strrpos('This is na English ta', 'a', $i));
H A Dbug43840.phpt28 var_dump(mb_strpos('This is na English ta', 'a', $i));
H A Dmb_detect_encoding.phpt389ta Osmanlı İmparatorluğu'na bağlı özerk bir devlet olan Mısır Hidivliği tarafından sipariş edilen …
/php-src/ext/standard/
H A Dinfo.c803 struct tm *ta, tmbuf; in php_print_info() local
806 ta = php_localtime_r(&the_time, &tmbuf); in php_print_info()
809 if (ta && (ta->tm_mon==3) && (ta->tm_mday==1)) { in php_print_info()
/php-src/ext/opcache/jit/ir/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-src/ext/soap/
H A Dphp_encoding.c2854 struct tm *ta, tmbuf; in to_xml_datetime_ex() local
2869 ta = php_localtime_r(&timestamp, &tmbuf); in to_xml_datetime_ex()
2871 if (!ta) { in to_xml_datetime_ex()
2876 while ((real_len = strftime(buf, buf_len, format, ta)) == buf_len || real_len == 0) { in to_xml_datetime_ex()
2885 (ta->tm_gmtoff < 0) ? '-' : '+', in to_xml_datetime_ex()
2886 labs(ta->tm_gmtoff / 3600), labs( (ta->tm_gmtoff % 3600) / 60 )); in to_xml_datetime_ex()
2889 …c%02d:%02d", ((ta->tm_isdst ? _timezone - 3600:_timezone)>0)?'-':'+', abs((ta->tm_isdst ? _timezon… in to_xml_datetime_ex()
2891 …"%c%02d:%02d", ((ta->tm_isdst ? timezone - 3600:timezone)>0)?'-':'+', abs((ta->tm_isdst ? timezone… in to_xml_datetime_ex()
/php-src/ext/date/
H A Dphp_date.c1260 struct tm ta; in php_strftime() local
1295 ta.tm_sec = ts->s; in php_strftime()
1296 ta.tm_min = ts->i; in php_strftime()
1297 ta.tm_hour = ts->h; in php_strftime()
1298 ta.tm_mday = ts->d; in php_strftime()
1299 ta.tm_mon = ts->m - 1; in php_strftime()
1300 ta.tm_year = ts->y - 1900; in php_strftime()
1304 ta.tm_isdst = 0; in php_strftime()
1306 ta.tm_gmtoff = 0; in php_strftime()
1309 ta.tm_zone = "GMT"; in php_strftime()
[all …]
/php-src/ext/opcache/
H A Dzend_accelerator_module.c594 struct tm *ta; local
617 ta = localtime(&script->dynamic_members.last_used);
618 str = asctime(ta);
/php-src/main/
H A Dmain.c1695 struct tm *ta, tmbuf; in php_message_handler_for_zend() local
1701 ta = php_localtime_r(&curtime, &tmbuf); in php_message_handler_for_zend()
1702 datetime_str = php_asctime_r(ta, asctimebuf); in php_message_handler_for_zend()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます3393 …community.flexera.com/t5/InstallShield-Knowledge-Base/InstallShield-Redistributable-Files/ta-p/5647
H A Dmagic3393 …community.flexera.com/t5/InstallShield-Knowledge-Base/InstallShield-Redistributable-Files/ta-p/5647

Completed in 262 milliseconds