Searched refs:keep (Results 1 – 25 of 35) sorted by relevance
12
/php-src/ext/dom/tests/ |
H A D | gh14702.phpt | 15 <keep/> 30 $keep = $doc->documentElement->lastElementChild; 35 var_dump($keep->nodeName); 37 $keep->textContent = 'still works'; 46 <keep/> 48 string(4) "keep" 53 <keep>still works</keep>
|
/php-src/ext/standard/tests/http/ |
H A D | bug65634.phpt | 40 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'); 64 HTTP/1.0, connection: keep-alive: 67 Connection: keep-alive 79 HTTP/1.1, connection: keep-alive: 82 Connection: keep-alive
|
/php-src/ext/zip/tests/ |
H A D | oo_close_empty.phpt | 13 function run($name, $keep) { 18 if ($keep) { 19 echo "\nClose and keep\n"; 44 Close and keep
|
/php-src/ext/com_dotnet/tests/ |
H A D | bug79247.phpt | 7 $keep = new variant(null);
|
/php-src/tests/classes/ |
H A D | ctor_in_interface_01.phpt | 2 ZE2 A class constructor must keep the signature of an interface
|
H A D | ctor_in_interface_03.phpt | 2 ZE2 A class constructor must keep the signature of base class interfaces
|
H A D | ctor_in_interface_04.phpt | 2 ZE2 A class constructor must keep the signature of base class interfaces
|
H A D | ctor_in_interface_02.phpt | 2 ZE2 A class constructor must keep the signature of all interfaces
|
/php-src/Zend/tests/closures/ |
H A D | closure_036.phpt | 2 Closure 036: Rebinding closures, keep calling scope
|
/php-src/main/ |
H A D | fastcgi.c | 1042 req->keep = 0; in fcgi_read_request() 1127 req->keep = 0; in fcgi_read_request() 1132 req->keep = 0; in fcgi_read_request() 1138 req->keep = 0; in fcgi_read_request() 1151 req->keep = 0; in fcgi_read_request() 1156 req->keep = 0; in fcgi_read_request() 1193 req->keep = 0; in fcgi_read_request() 1217 req->keep = 0; in fcgi_read() 1233 req->keep = 0; in fcgi_read() 1531 req->keep = 0; [all …]
|
/php-src/ext/phar/tests/zip/ |
H A D | gh10766.phpt | 2 GH-10766 (PharData archive created with Phar::Zip format does not keep files metadata (datetime))
|
/php-src/ext/pgsql/tests/ |
H A D | 00version.phpt | 10 // Execute run-test.php with --keep-all to get version string in 00version.log or 00version.out
|
/php-src/ext/session/tests/user_session_module/ |
H A D | bug60634_error_1.phpt | 48 may keep "open" state.
|
/php-src/ext/spl/tests/ |
H A D | recursivecomparedualiterator.inc | 19 /** Used to keep end of recursion equality. That is en leaving a nesting
|
/php-src/ext/dom/tests/modern/html/parser/ |
H A D | HTMLDocument_fromFile_with_working_stream_wrapper.phpt | 43 // To properly test this, keep the 4096 in sync with document.c's input stream buffer size.
|
/php-src/build/ |
H A D | ax_check_compile_flag.m4 | 24 # NOTE: Implementation based on AX_CFLAGS_GCC_OPTION. Please keep this
|
/php-src/ext/standard/tests/strings/ |
H A D | setlocale_variation2.phpt | 53 // try n set each locale using setlocale() and keep track failures, if any
|
/php-src/sapi/fpm/tests/ |
H A D | fcgi.inc | 45 * Set keep alive. 47 * @param bool $keepAlive Whether to enable keep alive. 479 * Define whether the FastCGI application should keep the connection 492 * Get the keep alive status 759 * You should keep this id for later use with wait_for_response(). Ids are chosen randomly
|
/php-src/docs/ |
H A D | mailinglist-rules.md | 48 7. Please configure your email client to use a real name and keep message
|
/php-src/sapi/fpm/ |
H A D | php-fpm.conf.in | 97 ; Send FPM to background. Set to 'no' to keep FPM in foreground for debugging.
|
/php-src/ext/pdo/ |
H A D | pdo_sql_parser.re | 105 /* Start of a custom quote, keep a reference to search for the matching closing quote */
|
/php-src/ |
H A D | CONTRIBUTING.md | 397 5. In your commit messages, keep each line shorter than 80 characters. And try 425 When you change the NEWS file for a bug fix, then please keep the bugs sorted in
|
H A D | CODING_STANDARDS.md | 165 1. Diverging from this policy is allowed to keep internal consistency within a
|
/php-src/ext/odbc/ |
H A D | config.m4 | 355 dnl keep old DIR way for old version without libodbc.pc
|
/php-src/ext/phar/ |
H A D | phar.c | 41 bool keep = *(bool *)argument; in phar_set_writeable_bit() local 45 phar->is_writeable = !keep; in phar_set_writeable_bit()
|
Completed in 43 milliseconds
12