Home
last modified time | relevance | path

Searched refs:keep (Results 1 – 25 of 36) sorted by relevance

12

/PHP-7.3/ext/standard/tests/http/
H A Dbug65634.phpt40 echo "HTTP/1.0, connection: keep-alive:\n";
41 do_test('1.0', 'keep-alive');
49 echo "HTTP/1.1, connection: keep-alive:\n";
50 do_test('1.1', 'keep-alive');
63 HTTP/1.0, connection: keep-alive:
66 Connection: keep-alive
78 HTTP/1.1, connection: keep-alive:
81 Connection: keep-alive
/PHP-7.3/tests/classes/
H A Dctor_in_interface_01.phpt2 ZE2 A class constructor must keep the signature of an interface
H A Dctor_in_interface_03.phpt2 ZE2 A class constructor must keep the signature of base class interfaces
H A Dctor_in_interface_04.phpt2 ZE2 A class constructor must keep the signature of base class interfaces
H A Dctor_in_interface_02.phpt2 ZE2 A class constructor must keep the signature of all interfaces
/PHP-7.3/Zend/tests/
H A Dclosure_036.phpt2 Closure 036: Rebinding closures, keep calling scope
/PHP-7.3/main/
H A Dfastcgi.c1052 req->keep = 0; in fcgi_read_request()
1137 req->keep = 0; in fcgi_read_request()
1142 req->keep = 0; in fcgi_read_request()
1148 req->keep = 0; in fcgi_read_request()
1161 req->keep = 0; in fcgi_read_request()
1166 req->keep = 0; in fcgi_read_request()
1205 req->keep = 0; in fcgi_read_request()
1229 req->keep = 0; in fcgi_read()
1245 req->keep = 0; in fcgi_read()
1532 req->keep = 0;
[all …]
/PHP-7.3/ext/pgsql/tests/
H A D00version.phpt8 // Execute run-test.php with --keep-all to get version string in 00version.log or 00version.out
/PHP-7.3/ext/session/tests/
H A Dbug60634_error_1.phpt47 may keep "open" state.
/PHP-7.3/ext/spl/examples/
H A Drecursivecomparedualiterator.inc19 /** Used to keep end of recursion equality. That is en leaving a nesting
/PHP-7.3/build/
H A Dax_check_compile_flag.m424 # NOTE: Implementation based on AX_CFLAGS_GCC_OPTION. Please keep this
/PHP-7.3/
H A DREADME.GIT-RULES99 5. In your commit messages, keep each line shorter than 80 characters. And
129 When you change the NEWS file for a bug fix, then please keep the bugs
H A DREADME.MAILINGLIST_RULES51 7. Please configure your email client to use a real name and keep message
H A DUPGRADING.INTERNALS164 - ADD_INTERFACE and ADD_TRAIT don't use run-time cache to keep interface or
H A DCODING_STANDARDS288 And yes, please keep the prototype on a single line, even if that line
H A DREADME.TESTING109 If you like to keep up to speed, with latest developments and quality
/PHP-7.3/ext/sysvsem/tests/
H A Dsysv.phpt96 * semaphores in effect, to keep state information.
/PHP-7.3/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt61 // try n set each locale using setlocale() and keep track failures, if any
/PHP-7.3/sapi/fpm/tests/
H A Dfcgi.inc152 * Define whether or not the FastCGI application should keep the connection
166 * Get the keep alive status
492 * You should keep this id for later use with wait_for_response(). Ids are chosen randomly
/PHP-7.3/sapi/fpm/
H A Dphp-fpm.conf.in97 ; Send FPM to background. Set to 'no' to keep FPM in foreground for debugging.
/PHP-7.3/ext/spl/internal/
H A Dsplfileobject.inc173 * @param $allowable_tags tags to keep in the string
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DRE168 \K keep (keep start position of the result string)
/PHP-7.3/ext/mbstring/oniguruma/
H A DREADME.md125 * NEW: \K (keep)
H A DINSTALL42 some point 'config.cache' contains results you don't want to keep, you
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregexec.c2711 UChar* keep; in match_at() local
2770 keep = s = (UChar* )sstart; in match_at()
2796 if (keep > s) keep = s; in match_at()
2802 rmt[0].rm_so = (regoff_t )(keep - str); in match_at()
2816 region->beg[0] = (int )(keep - str); in match_at()
2843 node->beg = (int )(keep - str); in match_at()
4046 STACK_GET_SAVE_VAL_TYPE_LAST(SAVE_KEEP, keep); in match_at()

Completed in 54 milliseconds

12