Home
last modified time | relevance | path

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

12345678910>>...71

/PHP-7.4/
H A D.gitattributes18 # binary and wouldn't generate diffs.
H A DCODING_STANDARDS.md41 holds the length property of each string, and that it shouldn't be
46 doesn't have to be recalculated with `strlen()` (e.g. `php_addslashes()`).
238 2. 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
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 DEXTENSIONS7 Odd Fixes: It has a maintainer but they don't have time to do
H A DNEWS21 . Fixed bug #81727: Don't mangle HTTP variable names that clash with ones
200 . Fixed bug #81252 (PDO_ODBC doesn't account for SQL_NO_TOTAL). (cmb)
427 . Fixed bug #80682 (opcache doesn't honour pcre.jit option). (Remi)
681 (t-matsuno)
863 . Fixed bug #79579 (ZTS build of PHP 7.3.17 doesn't handle ERANGE for
1085 . Fixed bug #79315 (ZipArchive::addFile doesn't honor start/length
1284 . Fixed bug #78916 (php-fpm 7.4.0 don't send mail via mail()).
1352 . Fixed bug #78220 (Can't access OneDrive folder). (cmb, ab)
1634 shouldn't be serializable). (Nikita)
1733 . Fixed bug #78689 (Closure::fromCallable() doesn't handle
[all …]
H A DREADME.REDIST.BINS177 the public domain as well, but I don't require that in order to let
193 Blowfish library (I can't be sure if I would think of something if I
194 hadn't seen his code).
H A DUPGRADING29 . get_declared_classes() no longer returns anonymous classes that haven't
130 required by the standard, outgoing cookie names aren't encoded and this leads
328 checking whether the statement is read-only, i.e. if it doesn't modify
633 changed. Don't filter methods and properties through
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/TSRM/
H A Dtsrm_win32.c195 time_t t; in tsrm_win32_access() local
276 t = time(0); in tsrm_win32_access()
277 bucket = realpath_cache_lookup(pathname, strlen(pathname), t); in tsrm_win32_access()
283 bucket = realpath_cache_lookup(pathname, strlen(pathname), t); in tsrm_win32_access()
779 static zend_always_inline void UnixTimeToFileTime(time_t t, LPFILETIME pft) /* {{{ */ in UnixTimeToFileTime() argument
784 ll = t * 10000000LL + 116444736000000000LL; in UnixTimeToFileTime()
/PHP-7.4/Zend/
H A DREADME.md37 method). As in most PHP applications raw execution speed isn't the limiting
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-7.4/Zend/tests/
H A D018.phpt27 Warning: constant(): Couldn't find constant in %s on line %d
H A Dassign_coalesce_004.phpt11 Fatal error: Can't use function return value in write context in %s on line %d
H A Dbug20240.phpt29 $t = new test();
31 $t->add();
32 $t->add();
H A Dbug20242.phpt7 $t = new test;
8 $t->show_method();
H A Dbug24635.phpt18 out($this->Comment); // this line doesn't crash PHP
H A Dbug26802.phpt2 Bug #26802 (Can't call static method using a variable)
H A Dbug27304.phpt2 Bug #27304 (Static functions don't function properly)
H A Dbug27669.phpt2 Bug #27669 (PHP 5 didn't support all possibilities for calling static methods dynamically)
H A Dbug28444.phpt50 $t = $y->z;
51 var_dump($t->x = 5);
H A Dbug29104.phpt2 Bug #29104 (Function declaration in method doesn't work)
H A Dbug29210.phpt22 echo "test_func1 isn't callable from inside\n";
72 echo "test_func1 isn't callable from outside\n";
77 echo "test_func2 isn't callable from outside\n";
82 echo "test_func3 isn't callable from outside\n";
87 echo "test_func4 isn't callable from outside\n";
97 test_func1 isn't callable from outside
98 test_func2 isn't callable from outside
99 test_func3 isn't callable from outside
100 test_func4 isn't callable from outside
101 test_func1 isn't callable from child
[all …]
/PHP-7.4/Zend/tests/arrow_functions/
H A D008.phpt6 // This doesn't make terribly much sense, but it works...
/PHP-7.4/Zend/tests/assert/
H A Dexpect_empty_stmt_bug.phpt2 Empty statement in assert() shouldn't segfault

Completed in 76 milliseconds

12345678910>>...71