Home
last modified time | relevance | path

Searched refs:t (Results 1 – 25 of 1808) sorted by path

12345678910>>...73

/php-src/.github/scripts/windows/
H A Dbuild.bat40 echo "%SDK_RUNNER%" doesn't exist
44 cmd /c %SDK_RUNNER% -t .github\scripts\windows\build_task.bat
H A Dtest.bat8 echo "%SDK_RUNNER%" doesn't exist
12 cmd /c %SDK_RUNNER% -t .github\scripts\windows\test_task.bat
H A Dtest_task.bat18 echo "%DEPS_DIR%" doesn't exist
/php-src/.github/workflows/
H A Dnightly.yml352 # These branches don't include type verification
H A Dpush.yml302 echo "Merging, can't proceed"
/php-src/
H A DCODING_STANDARDS.md43 holds the length property of each string, and that it shouldn't be
48 doesn't have to be recalculated with `strlen()` (e.g. `php_addslashes()`).
237 1. Use K&R-style. Of course, we can't and don't want to force anybody to use a
H A DCONTRIBUTING.md8 You don't need any special access to download, build, debug and begin submitting
287 - Run `make test` to check your change doesn't break other features.
342 4. If you "strongly disagree" about something another person did, don't start
345 5. If you don't know how to do something, ask first!
351 `--enable-zts` switch to ensure your code handles TSRM correctly and doesn't
419 2012-02-01) moved the #ifdef NO_PTHREDS around but hasn't noticed that the
H A DEXTENSIONS7 Odd Fixes: It has a maintainer but they don't have time to do
H A DREADME.REDIST.BINS179 the public domain as well, but I don't require that in order to let
195 Blowfish library (I can't be sure if I would think of something if I
196 hadn't seen his code).
H A DREADME.md117 Bug fixes don't require an RFC. If the bug has a GitHub issue, reference it in
121 Fix GH-7815: php_uname doesn't recognise latest Windows versions
H A DUPGRADING.INTERNALS24 always initialized because it doesn't free trampolines.
38 out zend_string*. This won't cut off the string if it embeds a NUL byte.
230 added. These opcodes don't create a stack frame, but pass arguments via opcode
/php-src/TSRM/
H A Dtsrm_win32.c192 time_t t; in tsrm_win32_access() local
273 t = time(0); in tsrm_win32_access()
274 bucket = realpath_cache_lookup(pathname, strlen(pathname), t); in tsrm_win32_access()
280 bucket = realpath_cache_lookup(pathname, strlen(pathname), t); in tsrm_win32_access()
786 static zend_always_inline void UnixTimeToFileTime(time_t t, LPFILETIME pft) /* {{{ */ in UnixTimeToFileTime() argument
791 ll = t * 10000000LL + 116444736000000000LL; in UnixTimeToFileTime()
/php-src/Zend/
H A DREADME.md37 method). As in most PHP applications raw execution speed isn't the limiting
H A DZend.m4151 dnl Check for sigsetjmp. If it's defined as a macro, AC_CHECK_FUNCS won't work.
300 dnl Don't enable Zend Max Execution Timers by default until PHP 8.3 to not break the ABI
H A Dbench.php386 $t = end_test($t, "simple"); variable
388 $t = end_test($t, "simplecall"); variable
390 $t = end_test($t, "simpleucall"); variable
394 $t = end_test($t, "mandel"); variable
396 $t = end_test($t, "mandel2"); variable
400 $t = end_test($t, "ary(50000)"); variable
404 $t = end_test($t, "ary3(2000)"); variable
406 $t = end_test($t, "fibo(30)"); variable
410 $t = end_test($t, "hash2(500)"); variable
414 $t = end_test($t, "matrix(20)"); variable
[all …]
H A Dmicro_bench.php287 $t = end_test($t, 'empty_loop'); variable
290 $t = end_test($t, 'func()', $overhead); variable
294 $t = end_test($t, 'int_func()', $overhead); variable
312 $t = end_test($t, 'self::f()', $overhead); variable
314 $t = end_test($t, 'Foo::f()', $overhead); variable
323 $t = end_test($t, '++$this->x', $overhead); variable
325 $t = end_test($t, '--$this->x', $overhead); variable
327 $t = end_test($t, '$this->x++', $overhead); variable
329 $t = end_test($t, '$this->x--', $overhead); variable
339 $t = end_test($t, 'new Foo()', $overhead); variable
[all …]
/php-src/Zend/asm/
H A Djump_ppc32_sysv_elf_gas.S78 # Don't change R2, the thread-local storage pointer.
/php-src/Zend/tests/anon/
H A D016.phpt2 static variables in methods inherited from parent class (can't cache objects)
/php-src/Zend/tests/arrow_functions/
H A D008.phpt6 // This doesn't make terribly much sense, but it works...
/php-src/Zend/tests/assert/
H A Dexpect_empty_stmt_bug.phpt2 Empty statement in assert() shouldn't segfault
/php-src/Zend/tests/
H A Dassign_coalesce_004.phpt11 Fatal error: Can't use function return value in write context in %s on line %d
/php-src/Zend/tests/attributes/
H A D018_fatal_error_in_argument.phpt2 Don't free uninitialized memory if a fatal error occurs in an attribute argument
/php-src/Zend/tests/attributes/override/
H A D007.phpt8 public function t(): void {}
H A D008.phpt8 public function t(): void {}
19 Fatal error: Foo::t() has #[\Override] attribute, but no matching parent method exists in %s on lin…
H A D016.phpt7 public abstract function t(): void;
14 public function t(): void {}

Completed in 70 milliseconds

12345678910>>...73