Home
last modified time | relevance | path

Searched refs:t (Results 251 – 275 of 1771) sorted by last modified time

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

/PHP-7.4/ext/fileinfo/
H A Dmagicdata.patch22 # so don't accept as MP3 until we've tested the rate
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd.h237 #define mysqlnd_stmt_bind_one_param(stmt,n,z,t) (stmt)->m->bind_one_parameter((stmt), (n), (z), (t argument
/PHP-7.4/win32/build/
H A Dconfig.w32150 WARNING("Couldn't find clang binaries, static analyze was disabled");
167 WARNING("Couldn't find Cppcheck binaries, static analyze was disabled");
202 WARNING("Couldn't find PVS-Studio binaries, static analyze was disabled");
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_cmd.c502 #define verify_arg(e, a, t) if (!(a)) { \ in phpdbg_stack_verify() argument
510 } else if ((a)->type != (t)) { \ in phpdbg_stack_verify()
/PHP-7.4/Zend/
H A Dzend_vm_execute.skl26 zend_error_noreturn(E_CORE_ERROR, "Arrived at end of main loop which shouldn't happen");
H A Dzend_ini_scanner.l316 register char *s, *t; in zend_ini_escape_string() local
322 s = t = Z_STRVAL_P(lval); in zend_ini_escape_string()
329 *t++ = '\\'; in zend_ini_escape_string()
335 *t++ = '\\'; in zend_ini_escape_string()
336 *t++ = *s; in zend_ini_escape_string()
341 *t++ = *s; in zend_ini_escape_string()
345 *t++ = '\\'; in zend_ini_escape_string()
346 *t++ = *s; in zend_ini_escape_string()
350 *t++ = *s; in zend_ini_escape_string()
357 *t = 0; in zend_ini_escape_string()
/PHP-7.4/ext/standard/tests/serialize/
H A Dsleep_uninitialized_typed_prop.phpt20 $t = new Test;
21 var_dump(serialize($t));
22 var_dump(unserialize(serialize($t)) == $t);
24 $t->x = 1;
25 var_dump(unserialize(serialize($t)) == $t);
27 $t->y = 2;
28 var_dump(unserialize(serialize($t)) == $t);
30 $t->z = 3;
31 var_dump(unserialize(serialize($t)) == $t);
33 var_dump($t);
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server.inc19 $cmd = [$php_executable, '-t', $doc_root, '-n', ...$cmd_args, '-S', PHP_CLI_SERVER_ADDRESS];
/PHP-7.4/ext/dom/tests/
H A Dbug78221.phpt2 Bug #78221 (DOMNode::normalize() doesn't remove empty text nodes)
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in110 ; CGI. The below defaults are based on a server without much resources. Don't
306 ; %t: server time the request was received
309 ; The strftime(3) format must be encapsuled in a %{<strftime_format>}t tag
310 ; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t
314 ; The strftime(3) format must be encapsuled in a %{<strftime_format>}t tag
315 ; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t
318 ; Default: "%R - %u %t \"%m %r\" %s"
319 ;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{mili}d %{kilo}M %C%%"
421 ; php_admin_value/php_admin_flag - these directives won't be overwritten by
435 ;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com
/PHP-7.4/docs/
H A Drelease-process.md128 don't need to be pushed (a local temporary branch should be used).
215 branch. Don't forget to update `NEWS` manually in an extra commit then.
/PHP-7.4/ext/ffi/tests/
H A Dbug78714.phpt2 Bug #78714 (funcs returning pointer can't use call convention spec)
H A D200.phpt28 $orig_zend_write("{\n\t", 3);
/PHP-7.4/ext/standard/tests/file/
H A Dbug52820.phpt45 * Couldn't open file /i_dont_exist/
50 * Couldn't open file /i_dont_exist/
55 * Couldn't open file /i_dont_exist/
60 * Couldn't open file /i_dont_exist/
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c521 ptr = t; in varexpand()
522 l = et - t; in varexpand()
555 int64_t t = 0; in mprint() local
798 t = ms->search.offset; in mprint()
808 t = ms->offset; in mprint()
814 t = ms->offset; in mprint()
821 t = ms->offset; in mprint()
1911 zend_string *t; in convert_libmagic_pattern() local
1929 ZSTR_VAL(t)[j++] = '~'; in convert_libmagic_pattern() local
1956 ZSTR_VAL(t)[j]='\0'; in convert_libmagic_pattern() local
[all …]
/PHP-7.4/ext/opcache/tests/
H A Dbug78937_4.phpt21 Warning: Can't preload unlinked class Foo: Unknown parent Bar in %spreload_bug78937.inc on line 6
23 Warning: Can't preload unlinked class class@anonymous: Unknown parent Bar in %spreload_bug78937.inc…
H A Dbug78937_1.phpt20 Warning: Can't preload unlinked class Foo: Unknown parent Bar in %spreload_bug78937.inc on line 6
22 Warning: Can't preload unlinked class class@anonymous: Unknown parent Bar in %spreload_bug78937.inc…
/PHP-7.4/ext/session/tests/
H A Dbug32330.phpt68 // Don't try to destroy this time!
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1250_to_utf8_4.phpt23 $item = "Árvíztűrő tükörfúrógép"; // cp1250 specific chars
47 getting basename of %s\Árvíztűrő tükörfúrógép42\Árvíztűrő tükörfúrógép4
48 string(32) "Árvíztűrő tükörfúrógép4"
50 string(%d) "%s\Árvíztűrő tükörfúrógép42\Árvíztűrő tükörfúrógép4"
H A Dtest_cp1250_to_utf8_5.phpt23 $item = "Árvíztűrő tükörfúrógép"; // cp1250 specific chars
49 getting basename of %s\Árvíztűrő tükörfúrógép33
50 string(33) "Árvíztűrő tükörfúrógép33"
52 string(%d) "%s\Árvíztűrő tükörfúrógép33"
H A Dtest_cp1250_to_utf8_3.phpt23 $item = "Árvíztűrő tükörfúrógép"; // cp1250 specific chars
/PHP-7.4/ext/intl/converter/
H A Dconverter.c496 UConverterType t; in php_converter_do_get_type() local
508 t = ucnv_getType(cnv); in php_converter_do_get_type()
514 RETURN_LONG(t); in php_converter_do_get_type()
/PHP-7.4/ext/com_dotnet/tests/
H A Dbug79242.phpt2 Bug #79242 (COM error constants don't match com_exception codes)
/PHP-7.4/build/
H A Dphp_cxx_compile_stdcxx.m4727 struct t
/PHP-7.4/win32/
H A Dioutil.c864 LARGE_INTEGER t; in php_win32_ioutil_fstat_int() local
963 t.HighPart = data->nFileSizeHigh; in php_win32_ioutil_fstat_int()
964 t.LowPart = data->nFileSizeLow; in php_win32_ioutil_fstat_int()
967 buf->st_size = (zend_long)t.QuadPart; in php_win32_ioutil_fstat_int()

Completed in 46 milliseconds

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