Home
last modified time | relevance | path

Searched refs:close (Results 1 – 25 of 655) sorted by path

12345678910>>...27

/PHP-5.5/
H A DCODING_STANDARDS286 You may also have some deprecated aliases with close to duplicate
H A DNEWS646 . Fixed bug #68571 (core dump when webserver close the socket).
686 . Fixed bug which caused call after final close on streams filter. (Bob)
2720 when close handler call exit). (Laruence)
2990 . "Connection: close" instead of "Connection: closed" (Gustavo)
5209 stream close (on all OSes). (Tony, Ilia)
6964 - Fixed bug #44008 (OCI8 incorrect usage of OCI-Lob->close crashes PHP). (Oracle Corp.)
7017 - Fixed bug #43105 (PHP seems to fail to close open files). (Hannes)
8034 - Fixed bug #39215 (Inappropriate close of stdin/stdout/stderr). (Wez, Ilia)
8421 - Fixed bug #38199 (fclose() unable to close STDOUT and STDERR). (Tony)
8777 result->close()). (Ilia,Tony)
H A DREADME.EXT_SKEL82 arguments. You should close a row of optional arguments with same amount of
H A DREADME.STREAMS138 …CRITICAL 3 /* an error occurred; origstream is in an unknown state; you should close origstream */
142 When you have finished, remember to close the stream.
155 as a resource! It will close the origstream on success, and this
233 read, write, close, flush, seek, gets and cast operations. Of these, an
234 implementation need only implement write, read, close and flush. The gets
359 Implement the other operations - remember that write, read, close and flush
372 The main thing to remember is that in your close operation you need to release
374 the example above, you need to use mysql_free_result on the rowset, close the
/PHP-5.5/TSRM/
H A Dtsrm_nw.c210 close(pipe_handle);
/PHP-5.5/Zend/
H A DZEND_CHANGES427 useful. Destructors can log messages for debugging, close
H A DZend.m4378 if (close(fd) != 0) {
H A Dzend_alloc.c216 close(zend_mm_dev_zero_fd); in zend_mm_mem_mmap_zero_dtor()
1020 close(fd); in zend_mm_random()
1024 close(fd); in zend_mm_random()
/PHP-5.5/Zend/tests/
H A Dbug38220.phpt12 function close() {
13 echo "close(): {$this->obj->i}\n";
41 $this->close();
71 before call close
76 close(): 1
77 after call close
86 before call close
91 close(): 2
92 after call close
H A Dbug38779_1.phpt27 var_dump("close!");
45 string(6) "close!"
/PHP-5.5/Zend/tests/generators/
H A Dno_foreach_var_leaks.phpt2 foreach() (and other) variables aren't leaked on premature close
H A Dsend_after_close.phpt2 Calls to send() after close should do nothing
/PHP-5.5/build/
H A Dorder_by_dep.awk22 close(cmd)
/PHP-5.5/ext/curl/tests/
H A Dbug48203.phpt16 fclose($fp); // <-- premature close of $fp caused a crash!
H A Dbug48203_multi.phpt34 fclose($fp); // <-- premature close of $fp caused a crash!
H A Dbug54798.phpt29 fclose($fp); // <-- premature close of $fp caused a crash!
H A Dbug69316.phpt8 // close the stream, causing the FILE structure to be free()'d
H A Dcurl_basic_017.phpt48 //close the handles
H A Dcurl_basic_018.phpt57 //close the handles
H A Dcurl_copy_handle_basic_006.phpt29 …curl_close($ch); // can not close original handle before curl_exec($copy) since it causes char * i…
/PHP-5.5/ext/dba/
H A Ddba.c414 info->hnd->close(info TSRMLS_CC); in dba_close()
H A Ddba_cdb.c134 close(cdb->file); in DBA_CLOSE_FUNC()
H A Ddba_db1.c93 dba->dbp->close(dba->dbp); in DBA_CLOSE_FUNC()
H A Ddba_db2.c95 dba->dbp->close(dba->dbp, 0); in DBA_CLOSE_FUNC()
H A Ddba_db3.c104 dbp->close(dbp, 0); in DBA_OPEN_FUNC()
119 dba->dbp->close(dba->dbp, 0); in DBA_CLOSE_FUNC()

Completed in 65 milliseconds

12345678910>>...27