Home
last modified time | relevance | path

Searched refs:t (Results 1576 – 1600 of 1771) sorted by relevance

1...<<6162636465666768697071

/PHP-7.4/win32/build/
H A Dconfutils.js274 var t;
292 t = this_line + " " + words[i];
294 t = words[i];
297 if (t.length + indent > 78) {
1831 var t = 0;
1850 var t = ar_out[k][j].length;
1851 if (t > tmax) tmax = t;
1852 else if (t < tmin) tmin = t;
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/
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
/PHP-7.4/ext/hash/tests/
H A Dhash_hkdf_error.phpt38 var_dump(hash_hkdf('sha1', $ikm, 20 * 255 + 1)); // Length can't be more than 255 times the hash di…
/PHP-7.4/ext/standard/tests/strings/
H A Djoin_variation1.phpt29 var $t = 10;
H A Dsprintf_variation10.phpt38 "\t%f", "\n%f", "%4f",
H A Dsprintf_variation13.phpt40 "\t%f", "\n%f", "%4f",
H A Dsprintf_variation16.phpt35 "\t%s", "\n%s", "%4s",
H A Dsprintf_variation3.phpt37 "\t%d", "\n%d", "%4d",
H A Dsprintf_variation32.phpt39 "\t%o", "\n%o", "%4o",
H A Dsprintf_variation35.phpt38 "\t%x", "\n%x", "%4x",
H A Dsprintf_variation35_64bit.phpt34 "\t%x", "\n%x", "%4x",
H A Dsprintf_variation44.phpt46 "\t%u", "\n%u", "%4u",
H A Dsprintf_variation44_64bit.phpt42 "\t%u", "\n%u", "%4u",
H A Dchunk_split_variation11.phpt21 This is heredoc string with \t and \n.It also contains
/PHP-7.4/ext/standard/
H A Dphp_string.h128 PHPAPI char *php_stristr(char *s, char *t, size_t s_len, size_t t_len);
H A Dmd5.c156 #define STEP(f, a, b, c, d, x, t, s) \ argument
157 (a) += f((b), (c), (d)) + (x) + (t); \
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_insert.phpt68 // The 2nd connection won't see the newly inserted data
/PHP-7.4/ext/mysqli/tests/
H A Dbug51647.phpt2 Bug #51647 (Certificate file without private key (pk in another file) doesn't work)
H A Dmysqli_fetch_assoc_bit.phpt15 // better don't trust libmysql before 5.0.3
H A Dmysqli_stmt_result_metadata.phpt132 Warning: mysqli_stmt_result_metadata(): Couldn't fetch mysqli_stmt in %s on line %d
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt68 Warning: mysqli_stmt_send_long_data(): Skipped %d bytes. Last command STMT_SEND_LONG_DATA hasn't co…
H A Dmysqli_commit_oo.phpt84 if (!$mysqli->commit(0 , "tx_name \t\n\r\b")) {
/PHP-7.4/main/
H A Dmain.c1713 zend_leak_info *t = (zend_leak_info *) data; in php_message_handler_for_zend() local
1715 … Freeing " ZEND_ADDR_FMT " (%zu bytes), script=%s\n", t->filename, t->lineno, (size_t)t->addr, t-… in php_message_handler_for_zend()
1716 if (t->orig_filename) { in php_message_handler_for_zend()
1719 …512, "%s(%" PRIu32 ") : Actual location (location was relayed)\n", t->orig_filename, t->orig_linen… in php_message_handler_for_zend()
/PHP-7.4/ext/pdo/tests/
H A Dpdo_018.phpt144 // map whitespace (from early TDS versions) to empty string so the test doesn't diff
151 // map NULL to empty string so the test doesn't diff

Completed in 53 milliseconds

1...<<6162636465666768697071