php_localtime_r    44 ext/calendar/cal_unix.c 	if (!(ta = php_localtime_r(&ts, &tmbuf))) {
php_localtime_r    41 ext/calendar/easter.c 		res = php_localtime_r(&a, &b);
php_localtime_r   130 ext/phar/zip.c 	tm = php_localtime_r(&now, &tmbuf);
php_localtime_r   149 ext/phar/zip.c 	tm = php_localtime_r(&time, &tmbuf);
php_localtime_r  2999 ext/soap/php_encoding.c 		ta = php_localtime_r(&timestamp, &tmbuf);
php_localtime_r   927 ext/standard/info.c 	        ta = php_localtime_r(&the_time, &tmbuf);
php_localtime_r  1458 main/main.c    				ta = php_localtime_r(&curtime, &tmbuf);
php_localtime_r   368 sapi/cli/php_cli_server.c 	php_localtime_r(&tv.tv_sec, &tm);