Home
last modified time | relevance | path

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

/PHP-5.5/ext/calendar/
H A Dcal_unix.c32 struct tm *ta, tmbuf; in PHP_FUNCTION() local
44 if (!(ta = php_localtime_r(&ts, &tmbuf))) { in PHP_FUNCTION()
48 RETURN_LONG(GregorianToSdn(ta->tm_year+1900, ta->tm_mon+1, ta->tm_mday)); in PHP_FUNCTION()
/PHP-5.5/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.phpt27 'This is \ta text in bold letters\r\s\malong with slashes\n : HELLO WORLD\t'
187 string(74) "This is \ta text in bold letters\r\s\malong with slashes\n : HELLO WORLD\t"
200 string(74) "This is \ta text in bold letters\r\s\malong with slashes\n : HELLO WORLD\t"
H A Darray_unshift_variation7.phpt27 "This is \ta text in bold letters\r\s\malong with slashes\n : HELLO WORLD\t"
/PHP-5.5/ext/standard/tests/strings/
H A Dstrip_tags_variation10.phpt25 '<b>This is \ta text in bold letters\r\s\malong with slashes\n</b>'
54 string(65) "<b>This is \ta text in bold letters\r\s\malong with slashes\n</b>"
H A Dstrip_tags_variation9.phpt24 "<b>This is \ta text in bold letters\r\s\malong with slashes\n</b>"
H A Dstrtr_variation5.phpt100 string(4) "ta.5"
/PHP-5.5/ext/mbstring/tests/
H A Dbug43841.phpt31 var_dump(mb_strrpos(b'This is na English ta', b'a', $i));
33 var_dump(strrpos(b'This is na English ta', b'a', $i));
H A Dbug43840.phpt31 var_dump(mb_strpos(b'This is na English ta', b'a', $i));
/PHP-5.5/ext/standard/
H A Dinfo.c924 struct tm *ta, tmbuf; in php_print_info() local
927 ta = php_localtime_r(&the_time, &tmbuf); in php_print_info()
930 if (ta && (ta->tm_mon==3) && (ta->tm_mday==1)) { in php_print_info()
/PHP-5.5/ext/date/
H A Dphp_date.c1634 struct tm ta; in php_strftime() local
1661 ta.tm_sec = ts->s; in php_strftime()
1662 ta.tm_min = ts->i; in php_strftime()
1663 ta.tm_hour = ts->h; in php_strftime()
1664 ta.tm_mday = ts->d; in php_strftime()
1665 ta.tm_mon = ts->m - 1; in php_strftime()
1666 ta.tm_year = ts->y - 1900; in php_strftime()
1670 ta.tm_isdst = 0; in php_strftime()
1672 ta.tm_gmtoff = 0; in php_strftime()
1675 ta.tm_zone = "GMT"; in php_strftime()
[all …]
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c501 struct tm *ta; in accelerator_get_scripts() local
526 ta = localtime(&script->dynamic_members.last_used); in accelerator_get_scripts()
527 str = asctime(ta); in accelerator_get_scripts()
/PHP-5.5/ext/soap/
H A Dphp_encoding.c2984 struct tm *ta, tmbuf; in to_xml_datetime_ex() local
2999 ta = php_localtime_r(&timestamp, &tmbuf); in to_xml_datetime_ex()
3001 if (!ta) { in to_xml_datetime_ex()
3006 while ((real_len = strftime(buf, buf_len, format, ta)) == buf_len || real_len == 0) { in to_xml_datetime_ex()
3014 …intf(tzbuf, sizeof(tzbuf), "%c%02d:%02d", (ta->tm_gmtoff < 0) ? '-' : '+', abs(ta->tm_gmtoff / 360… in to_xml_datetime_ex()
3017 …c%02d:%02d", ((ta->tm_isdst ? _timezone - 3600:_timezone)>0)?'-':'+', abs((ta->tm_isdst ? _timezon… in to_xml_datetime_ex()
3019 …"%c%02d:%02d", ((ta->tm_isdst ? timezone - 3600:timezone)>0)?'-':'+', abs((ta->tm_isdst ? timezone… in to_xml_datetime_ex()
/PHP-5.5/
H A Dserver-tests.php730 …$ta = strpos($a, "{$this->cwd}/tests")===0 ? 1 + (strpos($a, "{$this->cwd}/tests/run-test")===0 ? …
732 if ($ta == $tb) {
735 return $tb - $ta;
H A Drun-tests.php927 …$ta = strpos($a, "{$cwd}/tests") === 0 ? 1 + (strpos($a, "{$cwd}/tests/run-test") === 0 ? 1 : 0) :…
930 if ($ta == $tb) {
933 return $tb - $ta;
/PHP-5.5/main/
H A Dmain.c1452 struct tm *ta, tmbuf; in php_message_handler_for_zend() local
1458 ta = php_localtime_r(&curtime, &tmbuf); in php_message_handler_for_zend()
1459 datetime_str = php_asctime_r(ta, asctimebuf); in php_message_handler_for_zend()
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY1194 wrong fetch after (?x) option. ex. "(?x)\ta .\n+b"
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt4642 fact the PCRE works internally just with numbers, using an external ta-

Completed in 89 milliseconds