Home
last modified time | relevance | path

Searched refs:close (Results 176 – 200 of 655) sorted by relevance

12345678910>>...27

/PHP-5.5/ext/dba/tests/
H A Ddba015.phpt41 echo "Test 5 - close 2nd resource\n";
70 Test 5 - close 2nd resource
/PHP-5.5/ext/sqlite3/tests/
H A Dbug53463.phpt22 $db->close();
H A Dbug66550.phpt16 $db->close();
H A Dsqlite3_16_select_no_results.phpt23 var_dump($db->close());
H A Dsqlite3_22_loadextension.phpt24 var_dump($db->close());
/PHP-5.5/ext/xmlreader/tests/
H A D005.phpt32 $reader->close();
/PHP-5.5/ext/zip/tests/
H A Dbug64342_1.phpt26 $zip->close();
H A Doo_getstatusstring.phpt18 $arch->close();
/PHP-5.5/sapi/cli/tests/
H A Dbug65066_100.phpt37 Connection: close
H A Dbug66830.phpt40 Connection: close
H A Dphp_cli_server_018.phpt40 Connection: close
H A Dbug65066_422.phpt37 Connection: close
H A Dbug65066_511.phpt37 Connection: close
H A Dbug68745.phpt30 Connection: close
H A Dphp_cli_server_006.phpt37 Connection: close
/PHP-5.5/ext/mysqli/tests/
H A Dbug47050.phpt28 $link1->close();
/PHP-5.5/ext/snmp/tests/
H A Dbug60749.phpt25 var_dump($session->close());
/PHP-5.5/ext/curl/tests/
H A Dbug48203.phpt16 fclose($fp); // <-- premature close of $fp caused a crash!
/PHP-5.5/ext/ftp/tests/
H A Dbug39583-2.phpt29 // close the FTP stream
H A Dbug39583.phpt30 // close the FTP stream
/PHP-5.5/ext/standard/tests/file/
H A D007_variation14.phpt37 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
38 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation21.phpt37 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
38 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation22.phpt37 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
38 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation5.phpt37 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
38 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation6.phpt37 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
38 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation

Completed in 86 milliseconds

12345678910>>...27