Home
last modified time | relevance | path

Searched refs:t (Results 201 – 225 of 1771) sorted by path

12345678910>>...71

/PHP-7.4/docs/
H A Dstreams.md8 code; we don't want them - they are ugly and cumbersome and force you to special
57 * `IGNORE_PATH` (default) - don't use include path to search for the file
62 don't need to be able to write to the original file/URL, use this option to
241 former doesn't change anything, while the later *might* change some state in the
380 so I won't even go in to how to do that here */
H A Dunix-build-system.md27 often have you been told to `make clean`? When this is done, you won't need to
/PHP-7.4/ext/bcmath/tests/
H A Dbcpowmod_error4.phpt2 bc_raisemod's mod can't be zero and expo can't be negative
/PHP-7.4/ext/calendar/tests/
H A Dunixtojd.phpt14 // putting a call to date_default_timezone_set() here doesn't help
20 // -doesn't use --ENV-- section
/PHP-7.4/ext/com_dotnet/tests/
H A D27974.phpt21 $v[3] = "shouldn't work";
H A Dbug33386.phpt6 if (4 != PHP_INT_SIZE) print "skip MSScriptControl isn't available under x64";
H A Dbug49192.phpt17 // I don't think its worth the trouble of making the user install the fix to
H A Dbug79242.phpt2 Bug #79242 (COM error constants don't match com_exception codes)
H A Dvariants.phpt20 foreach ($values as $t => $val) {
22 if ($t != variant_get_type($v)) {
23 printf("Bork: [%d] %d: %s\n", $t, variant_get_type($v), $val);
H A Dvariants_x64.phpt23 foreach ($values as $t => $val) {
25 if ($t != variant_get_type($v)) {
26 printf("Bork: [%d] %d: %s\n", $t, variant_get_type($v), $val);
/PHP-7.4/ext/ctype/tests/
H A Dctype_alnum_basic.phpt17 $c2 = ' \t*@';
H A Dctype_cntrl_basic.phpt16 $c1 = "\r\n\t";
H A Dctype_cntrl_variation1.phpt28 return "\n\r\t";
34 \t\r\n
72 /*19*/ "\t\r\n",
H A Dctype_cntrl_variation3.phpt47 "\t",
51 /*30*/ "\t\r\n",
H A Dctype_digit_variation3.phpt48 "123\r\t",
H A Dctype_space_basic.phpt16 $c1 = " \t\r\n";
H A Dctype_space_variation1.phpt28 return "\n\t\r";
72 /*19*/ "\n\t\r",
H A Dctype_space_variation3.phpt46 /*25*/ " \t\r\n",
/PHP-7.4/ext/curl/
H A Dinterface.c1474 php_curl_write *t = ch->handlers->write; in curl_write() local
1482 switch (t->method) { in curl_write()
1540 switch (t->method) { in curl_fnmatch()
1593 switch (t->method) { in curl_progress()
1639 php_curl_read *t = ch->handlers->read; in curl_read() local
1642 switch (t->method) { in curl_read()
1644 if (t->fp) { in curl_read()
1656 if (t->res) { in curl_read()
1657 GC_ADDREF(t->res); in curl_read()
1658 ZVAL_RES(&argv[1], t->res); in curl_read()
[all …]
H A Dmulti.c488 php_curlm_server_push *t = mh->handlers->server_push; in _php_server_push_callback() local
522 zend_fcall_info_init(&t->func_name, 0, &fci, &t->fci_cache, NULL, NULL); in _php_server_push_callback()
533 error = zend_call_function(&fci, &t->fci_cache); in _php_server_push_callback()
/PHP-7.4/ext/curl/tests/
H A Dbug52827.phpt22 * while STDIO streams don't. */
H A Dbug64267.phpt2 Bug #64267 (CURLOPT_INFILE doesn't allow reset)
H A Dbug66109.phpt2 Bug #66109 (Option CURLOPT_CUSTOMREQUEST can't be reset to default.)
H A Dbug67643.phpt2 Bug #67643 (curl_multi_getcontent returns '' when RETURNTRANSFER isn't set)
H A Dbug72202.phpt2 Bug #72202 (curl_close doesn't close cURL handle)

Completed in 71 milliseconds

12345678910>>...71