/PHP-5.6/ext/calendar/ |
H A D | cal_unix.c | 32 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.6/ext/standard/tests/array/ |
H A D | bug20865.phpt | 5 $ta = array(1, 2, 3); 6 $ta[NULL] = "Null Value"; 8 var_dump(array_key_exists(NULL, $ta));
|
H A D | array_unshift_variation8.phpt | 27 '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 D | array_unshift_variation7.phpt | 27 "This is \ta text in bold letters\r\s\malong with slashes\n : HELLO WORLD\t"
|
/PHP-5.6/ext/standard/tests/strings/ |
H A D | strip_tags_variation10.phpt | 25 '<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 D | strip_tags_variation9.phpt | 24 "<b>This is \ta text in bold letters\r\s\malong with slashes\n</b>"
|
H A D | strtr_variation5.phpt | 100 string(4) "ta.5"
|
/PHP-5.6/ext/mbstring/tests/ |
H A D | bug43841.phpt | 31 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 D | bug43840.phpt | 31 var_dump(mb_strpos(b'This is na English ta', b'a', $i));
|
/PHP-5.6/ext/standard/ |
H A D | info.c | 924 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.6/ext/opcache/ |
H A D | zend_accelerator_module.c | 509 struct tm *ta; in accelerator_get_scripts() local 534 ta = localtime(&script->dynamic_members.last_used); in accelerator_get_scripts() 535 str = asctime(ta); in accelerator_get_scripts()
|
/PHP-5.6/ext/date/ |
H A D | php_date.c | 1642 struct tm ta; in php_strftime() local 1669 ta.tm_sec = ts->s; in php_strftime() 1670 ta.tm_min = ts->i; in php_strftime() 1671 ta.tm_hour = ts->h; in php_strftime() 1672 ta.tm_mday = ts->d; in php_strftime() 1673 ta.tm_mon = ts->m - 1; in php_strftime() 1674 ta.tm_year = ts->y - 1900; in php_strftime() 1678 ta.tm_isdst = 0; in php_strftime() 1680 ta.tm_gmtoff = 0; in php_strftime() 1683 ta.tm_zone = "GMT"; in php_strftime() [all …]
|
/PHP-5.6/ext/soap/ |
H A D | php_encoding.c | 2982 struct tm *ta, tmbuf; in to_xml_datetime_ex() local 2997 ta = php_localtime_r(×tamp, &tmbuf); in to_xml_datetime_ex() 2999 if (!ta) { in to_xml_datetime_ex() 3004 while ((real_len = strftime(buf, buf_len, format, ta)) == buf_len || real_len == 0) { in to_xml_datetime_ex() 3012 …intf(tzbuf, sizeof(tzbuf), "%c%02d:%02d", (ta->tm_gmtoff < 0) ? '-' : '+', abs(ta->tm_gmtoff / 360… in to_xml_datetime_ex() 3015 …c%02d:%02d", ((ta->tm_isdst ? _timezone - 3600:_timezone)>0)?'-':'+', abs((ta->tm_isdst ? _timezon… in to_xml_datetime_ex() 3017 …"%c%02d:%02d", ((ta->tm_isdst ? timezone - 3600:timezone)>0)?'-':'+', abs((ta->tm_isdst ? timezone… in to_xml_datetime_ex()
|
/PHP-5.6/ |
H A D | server-tests.php | 730 …$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 D | run-tests.php | 927 …$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.6/main/ |
H A D | main.c | 1535 struct tm *ta, tmbuf; in php_message_handler_for_zend() local 1541 ta = php_localtime_r(&curtime, &tmbuf); in php_message_handler_for_zend() 1542 datetime_str = php_asctime_r(ta, asctimebuf); in php_message_handler_for_zend()
|
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | HISTORY | 1213 wrong fetch after (?x) option. ex. "(?x)\ta .\n+b"
|
/PHP-5.6/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 4642 fact the PCRE works internally just with numbers, using an external ta-
|