Home
last modified time | relevance | path

Searched refs:close (Results 226 – 250 of 776) sorted by relevance

12345678910>>...32

/PHP-7.3/ext/standard/tests/dir/
H A Ddir_basic-win32-mb.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
44 var_dump( $d->close() );
/PHP-7.3/ext/standard/tests/file/
H A D007_variation10.phpt38 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
39 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation18.phpt38 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
39 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation2.phpt38 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
39 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
/PHP-7.3/ext/dba/tests/
H A Ddba_db4_018.phpt41 echo "Test 5 - close 2nd resource\n";
70 Test 5 - close 2nd resource
/PHP-7.3/ext/snmp/tests/
H A Dbug60749.phpt25 var_dump($session->close());
/PHP-7.3/sapi/cli/tests/
H A Dbug66830.phpt41 Connection: close
H A Dbug65066_100.phpt38 Connection: close
H A Dbug71005.phpt43 Connection: close
H A Dphp_cli_server_018.phpt41 Connection: close
H A Dbug65066_422.phpt38 Connection: close
H A Dbug65066_511.phpt38 Connection: close
H A Dbug68745.phpt31 Connection: close
/PHP-7.3/ext/sqlite3/tests/
H A Dsqlite3_16_select_no_results.phpt23 var_dump($db->close());
H A Dsqlite3_20_error.phpt17 var_dump($db->close());
H A Dbug45798.phpt26 $db->close();
H A Dsqlite3_33_reset.phpt22 //var_dump($db->close());
/PHP-7.3/ext/mysqli/tests/
H A Dbug47050.phpt28 $link1->close();
/PHP-7.3/ext/ftp/tests/
H A Dbug39583-2.phpt29 // close the FTP stream
H A Dbug39583.phpt30 // close the FTP stream
/PHP-7.3/sapi/fpm/tests/
H A Dfastcgi_finish_request_basic.phpt35 $tester->close();
H A Dsocket-ipv6-any.phpt32 $tester->close();
H A Dproc-no-start-server.phpt35 $tester->close();
/PHP-7.3/ext/phar/tests/tar/
H A Dbadchecksum.phpt14 $a->close();
/PHP-7.3/ext/zip/tests/
H A Dbug53579.phpt23 $zip->close();

Completed in 21 milliseconds

12345678910>>...32