Home
last modified time | relevance | path

Searched refs:t (Results 101 – 125 of 1811) sorted by last modified time

12345678910>>...73

/php-src/ext/date/
H A Dphp_date.c693 offset->offset = (t->z + (t->dst * 3600)); in date_format()
810 (zend_long) t->y, (int) t->m, (int) t->d, in date_format()
811 (int) t->h, (int) t->i, (int) t->s, in date_format()
818 php_date_short_day_name(t->y, t->m, t->d), in date_format()
820 (zend_long) t->y, (int) t->h, (int) t->i, (int) t->s, in date_format()
922 offset->offset = (t->z + (t->dst * 3600)); in php_idate()
928 offset->offset = (t->z + (t->dst * 3600)); in php_idate()
941 timelib_isoweek_from_date(t->y, t->m, t->d, &isoweek, &isoyear); in php_idate()
947 case 'N': retval = (int) timelib_iso_day_of_week(t->y, t->m, t->d); break; in php_idate()
948 case 'w': retval = (int) timelib_day_of_week(t->y, t->m, t->d); break; in php_idate()
[all …]
/php-src/build/
H A Dltmain.sh319 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
4120 # whole_archive_flag_spec was expanded, because we can't
4435 # Don't allow lazy linking, it breaks C++ global constructors
6155 # Figure out destination file name, if it wasn't already specified.
/php-src/ext/spl/tests/SplObjectStorage/
H A DSplObjectStorage_unserialize_invalid_parameter3.phpt2 Check that SplObjectStorage::unserialize doesn't throws exception when empty string passed
/php-src/Zend/
H A Dzend_hrtime.h96 timebasestruct_t t; in zend_hrtime()
97 read_wall_time(&t, TIMEBASE_SZ); in zend_hrtime()
98 time_base_to_time(&t, TIMEBASE_SZ); in zend_hrtime()
99 return (zend_hrtime_t) t.tb_high * (zend_hrtime_t)NANO_IN_SEC + t.tb_low; in zend_hrtime()
H A Dzend_weakrefs.c54 #define ZEND_WEAKREF_ENCODE(p, t) ((void *) (((uintptr_t) (p)) | (t))) argument
/php-src/ext/posix/
H A Dconfig.m413 dnl Check for makedev. If it's defined as a macro, AC_CHECK_FUNCS won't work.
/php-src/ext/phar/phar/
H A Dpharcommand.inc195 * @return mixed false if doesn't end with anything, the string
240 … if (preg_match(",^php[ \t]+([^ \t].*[\\\\/]PHP[\\\\/]Archive\.php)$,", $ent, $matches)) {
/php-src/ext/pdo_pgsql/tests/
H A Dbug72294.phpt59 public function __construct( $failedTest, $t)
67 $this->thrownException = $t;
/php-src/ext/gettext/tests/
H A Ddcngettext.phpt7 if (!function_exists("dcngettext")) die("skip dcngettext() doesn't exist");
/php-src/ext/opcache/tests/
H A Dinvalid_array_key_type.phpt2 Don't add array value type is key type is illegal
/php-src/ext/enchant/tests/
H A Dbug13181.phpt26 $t = enchant_broker_request_dict($rBroker, 'en');
27 var_dump($t);
28 return $t;
35 $t = enchant_broker_init();
36 var_dump($t);
37 return $t;
44 $t = enchant_broker_request_dict($broker, 'en');
45 var_dump($t);
46 return $t;
/php-src/win32/build/
H A Dconfig.w32.h.in82 /* MSVC.6/NET don't allow 'long long' or know 'intmax_t' */
/php-src/ext/dom/tests/modern/spec/
H A Dnode_list_dump.inc6 echo "\t{$node->nodeName} {$node->textContent}\n";
/php-src/ext/dom/tests/
H A DDOMDocument_relaxNGValidateSource_error1.phpt2 DOMDocument::relaxNGValidateSource() should fail if document doesn't validate
H A DDOMDocument_relaxNGValidate_error1.phpt2 DOMDocument::relaxNGValidate() should fail if document doesn't validate
H A DDOMDocument_schemaValidate_error1.phpt22 Warning: DOMDocument::schemaValidate(): Let's see what happens upon parsing a file that doesn't con…
/php-src/sapi/fpm/fpm/
H A Dzlog.c79 struct tm t; in zlog_print_time() local
83 localtime_r((const time_t *) &tv->tv_sec, &t)); in zlog_print_time()
/php-src/ext/standard/
H A Dmath.c1138 *t-- = '\0'; in _php_math_number_format_ex()
1149 *t-- = '0'; in _php_math_number_format_ex()
1154 t -= declen; in _php_math_number_format_ex()
1162 t -= dec_point_len; in _php_math_number_format_ex()
1170 *t-- = *s--; in _php_math_number_format_ex()
1179 *t-- = '-'; in _php_math_number_format_ex()
1268 *t-- = '\0'; in _php_math_number_format_long()
1276 *t-- = '0'; in _php_math_number_format_long()
1281 t -= dec_point_len; in _php_math_number_format_long()
1289 *t-- = *s--; in _php_math_number_format_long()
[all …]
/php-src/ext/gd/libgd/
H A Dgd.c978 int t = x2; in gdImageHLine() local
980 x1 = t; in gdImageHLine()
997 int t = y1; in gdImageVLine() local
999 y2 = t; in gdImageVLine()
1197 BLEND_COLOR(t, dr, r, dr); in gdImageSetAAPixelColor()
1198 BLEND_COLOR(t, dg, g, dg); in gdImageSetAAPixelColor()
2059 int t; in gdImageRectangle() local
2067 t=y1; in gdImageRectangle()
2069 y2 = t; in gdImageRectangle()
2073 t = x1; in gdImageRectangle()
[all …]
H A Dgd_interpolation.c328 static double filter_bicubic(const double t) in filter_bicubic() argument
330 const double abs_t = (double)fabs(t); in filter_bicubic()
348 static double filter_generalized_cubic(const double t) in filter_generalized_cubic() argument
351 double abs_t = (double)fabs(t); in filter_generalized_cubic()
415 static double filter_filter(double t) in filter_filter() argument
418 if(t < 0.0) t = -t; in filter_filter()
419 if(t < 1.0) return((2.0 * t - 3.0) * t * t + 1.0); in filter_filter()
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt23 // don't bail - column type might not be supported by the server, ignore this
178 // don't care about date() strict TZ warnings...
H A Dmysqli_stmt_get_result_geom.phpt26 // don't bail - column type might not be supported by the server, ignore this
H A Dmysqli_get_client_stats.phpt701 // We don't really try to use federated, we just want to see if the syntax works
746 We don't test the NDB ones.
H A Dmysqli_stmt_execute_stored_proc.phpt9 …die(sprintf("skip Can't connect to MySQL Server - [%d] %s", mysqli_connect_errno(), mysqli_connect…
H A Dmysqli_stmt_get_result.phpt194 [040] [2014] [Commands out of sync; you can't run this command now]

Completed in 238 milliseconds

12345678910>>...73