Home
last modified time | relevance | path

Searched refs:t (Results 301 – 325 of 1771) sorted by last modified time

1...<<11121314151617181920>>...71

/PHP-7.4/ext/opcache/
H A Dzend_accelerator_util_funcs.c414 zval *t; in zend_accel_function_hash_copy() local
422 t = zend_hash_find_ex(target, p->key, 1); in zend_accel_function_hash_copy()
423 if (UNEXPECTED(t != NULL)) { in zend_accel_function_hash_copy()
447 function2 = Z_PTR_P(t); in zend_accel_function_hash_copy()
466 zval *t; in zend_accel_function_hash_copy_from_shm() local
475 if (UNEXPECTED(t != NULL)) { in zend_accel_function_hash_copy_from_shm()
491 function2 = Z_PTR_P(t); in zend_accel_function_hash_copy_from_shm()
509 zval *t; in zend_accel_class_hash_copy() local
518 if (UNEXPECTED(t != NULL)) { in zend_accel_class_hash_copy()
546 zval *t; in zend_accel_class_hash_copy_from_shm() local
[all …]
/PHP-7.4/Zend/tests/
H A Dbug78999.phpt6 $t = new stdClass;
7 $t->prop = $t;
8 return $t;
/PHP-7.4/
H A DCONTRIBUTING.md8 You don't need any special access to download, build, debug and begin submitting
262 - Run `make test` to check your change doesn't break other features.
317 4. If you "strongly disagree" about something another person did, don't start
320 5. If you don't know how to do something, ask first!
327 and doesn't break for those who need that.
390 2012-02-01) moved the #ifdef NO_PTHREDS around but hasn't noticed that the
H A DUPGRADING.INTERNALS23 t. Exceptions thrown by string conversions.
212 t. convert_to_string() and zval_get_string() are now more likely to result in
280 version and excluded versions that aren't supported.
288 PHP build system at the configure step and shouldn't be used anymore:
/PHP-7.4/ext/opcache/Optimizer/
H A Dpass1_5.c226 zval *c, t; in zend_optimizer_pass1() local
361 zval t; in zend_optimizer_pass1() local
364 ZVAL_TRUE(&t); in zend_optimizer_pass1()
366 ZVAL_FALSE(&t); in zend_optimizer_pass1()
387 zval t; in zend_optimizer_pass1() local
398 ZVAL_FALSE(&t); in zend_optimizer_pass1()
406 ZVAL_TRUE(&t); in zend_optimizer_pass1()
429 zval t; in zend_optimizer_pass1() local
455 zval t; in zend_optimizer_pass1() local
457 ZVAL_STR(&t, dirname); in zend_optimizer_pass1()
[all …]
/PHP-7.4/Zend/
H A Dzend_types.h127 ((t) > Z_L(0x3))
130 (((t) > Z_L(0x3)) && ((t) <= Z_L(0x3ff)))
133 ((t) > Z_L(0x3ff))
136 (((t) & Z_L(0x2)) != 0)
139 (ZEND_TYPE_IS_CLASS(t) && !ZEND_TYPE_IS_CE(t))
141 #define ZEND_TYPE_NAME(t) \ argument
144 #define ZEND_TYPE_CE(t) \ argument
148 ((t) >> Z_L(2))
151 (((t) & Z_L(0x1)) != 0)
154 ((t) & ~Z_L(0x1))
[all …]
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt175 [025] SQLSTATE[42S02] [1146] Table '%s.nonexistent' doesn't exist
H A Dpdo_mysql_get_attribute.phpt82 Perform direct queries, don't use prepared statements.
/PHP-7.4/win32/
H A Dregistry.c142 FILETIME t; in LoadDirectory() local
147 if (RegEnumKeyEx(key, i, name, &name_len, NULL, NULL, NULL, &t) == ERROR_SUCCESS) { in LoadDirectory()
/PHP-7.4/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt64 list(list(list($r,$s,,$t),list($u,$v),,$w),,$x) = $q4;
65 echo "$r $s $t $u $v $w $x\n";
H A Dbug23922.phpt2 Bug #23922 (scope doesn't properly propagate into internal functions)
H A Dbug24640.phpt2 Bug #24640 (var_export and var_dump can't output large float)
H A DforeachLoopIteratorAggregate.004.phpt56 $t = new c();
58 foreach($t as $k => $v) {
59 foreach($t as $w) {
65 unset($t);
/PHP-7.4/tests/classes/
H A Darray_access_005.phpt44 var_dump($people->person[0]['name'] . 'Foo'); // impossible to assign this since we don't return re…
H A Darray_access_013.phpt14 $t = new Test;
18 echo isset($t[0]);
27 echo $t[0];
36 $t[0] = 1;
45 unset($t[0]);
H A Dinheritance_007.phpt2 Ensure inherited old-style constructor doesn't block other methods
H A Dinterface_doubled.phpt45 $t = new class_a();
46 echo $t->test('if_a');
47 echo $t->test('if_b');
48 echo $t->test('if_c');
49 echo $t->test('if_d');
62 $t = new class_b();
79 $t = new class_c();
96 $t = new class_d();
113 $t = new class_e();
130 $t = new class_f();
[all …]
H A Diterators_007.phpt17 $t = new Test();
19 while($t->x < 5)
23 foreach($t as $k => $v)
32 $t->x++;
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_cmd.h72 #define phpdbg_init_param(v, t) do{ \ argument
73 (v)->type = (t); \
/PHP-7.4/sapi/cli/tests/
H A Dargv_mb_bug77111.phpt13 die("skip php-win.exe doesn't exist");
/PHP-7.4/sapi/fpm/
H A Dconfig.m4354 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <sys/times.h>]], [[struct tms t; times(&t);]])],[
476 struct timeval t;
477 t.tv_sec = 0;
478 t.tv_usec = 42;
482 select(FD_SETSIZE, &fds, NULL, NULL, &t);
/PHP-7.4/sapi/fpm/fpm/events/
H A Dkqueue.c119 struct timespec t; in fpm_event_kqueue_wait() local
126 t.tv_sec = timeout / 1000; in fpm_event_kqueue_wait()
127 t.tv_nsec = (timeout % 1000) * 1000 * 1000; in fpm_event_kqueue_wait()
130 ret = kevent(kfd, NULL, 0, kevents, nkevents, &t); in fpm_event_kqueue_wait()
H A Dselect.c89 struct timeval t; in fpm_event_select_wait() local
95 t.tv_sec = timeout / 1000; in fpm_event_select_wait()
96 t.tv_usec = (timeout % 1000) * 1000; in fpm_event_select_wait()
99 ret = select(FD_SETSIZE, &current_fds, NULL, NULL, &t); in fpm_event_select_wait()
/PHP-7.4/main/
H A Dsnprintf.c338 wide_int t = num + 1; in ap_php_conv_10() local
339 magnitude = ((u_wide_int) - t) + 1; in ap_php_conv_10()
/PHP-7.4/ext/zlib/tests/
H A Dzlib_wrapper_ftruncate_basic.phpt28 Warning: ftruncate(): Can't truncate this stream! in %s on line %d
30 Warning: ftruncate(): Can't truncate this stream! in %s on line %d

Completed in 69 milliseconds

1...<<11121314151617181920>>...71