Home
last modified time | relevance | path

Searched refs:close (Results 476 – 500 of 655) sorted by relevance

1...<<11121314151617181920>>...27

/PHP-5.5/ext/standard/tests/array/
H A Darray_reverse_variation4.phpt78 // close the file resource used
H A Darray_reverse_variation5.phpt81 // close the file resource used
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_variation2.phpt90 // close the file resource used
H A Dget_html_translation_table_variation1.phpt98 // close resource
/PHP-5.5/ext/soap/
H A Dphp_http.c28 static int get_http_body(php_stream *socketd, int close, char *headers, char **response, int *out_…
1371 static int get_http_body(php_stream *stream, int close, char *headers, char **response, int *out_s… in get_http_body() argument
1374 int header_close = close, header_chunked = 0, header_length = 0, http_buf_size = 0; in get_http_body()
1376 if (!close) { in get_http_body()
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch275 …ontent-Type: %s\r\nDate: %s\r\nLast-Modified: %s\r\nAccept-Ranges: bytes\r\nConnection: close\r\n",
363 + smart_str_appends(&s, "Connection: close\r\n\r\n" );
630 - ** implement keep-alives yet, if we close such a connection there
632 - ** do a lingering close.
674 (void) close( hc->conn_fd );
1821 + close(tmp);
1897 + ** Connection: close
2075 /* In lingering-close mode we just read and ignore bytes. An error
2173 ** circumstances that make a lingering close necessary. If the flag
2174 ** isn't set we do the real close now.
/PHP-5.5/ext/standard/
H A Dpassword.c147 close(fd); in php_password_make_salt()
H A Ddir.c105 PHP_FALIAS(close, closedir, arginfo_dir)
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_interface.phpt29 'close' => true,
H A Dmysqli_autocommit_oo.phpt125 $mysqli->close();
H A Dmysqli_fetch_object_oo.phpt106 $mysqli->close();
/PHP-5.5/ext/standard/tests/file/
H A Dfgetss_variation1-win32.phpt71 // close the file
H A Dfgetss_variation1.phpt67 // close the file
H A Dfputcsv_variation10.phpt56 //close the file
H A Dfgetss_basic2-win32.phpt70 // close the file
H A Dfgetss_basic2.phpt68 // close the file
H A Dfgetss_variation5-win32.phpt74 // close the file
H A Dfgetss_variation5.phpt71 // close the file
H A Dfwrite_variation4-win32.phpt61 // close the file, get the size and content of the file.
H A Dfwrite_variation4.phpt61 // close the file, get the size and content of the file.
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_unbuffered_2050.phpt83 - as there is no explicit close() in PDO, try unset($stmt) before the new assignment
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_fputcsv_variation10.phpt47 //close the file
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation2.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
/PHP-5.5/ext/oci8/tests/
H A Dbug43497.phpt129 $clob->close();
/PHP-5.5/ext/opcache/
H A Dzend_shared_alloc.c269 close(lock_file); in zend_shared_alloc_shutdown()

Completed in 53 milliseconds

1...<<11121314151617181920>>...27