Home
last modified time | relevance | path

Searched refs:close (Results 301 – 325 of 655) sorted by relevance

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

/PHP-5.5/ext/standard/tests/file/
H A D007_variation20.phpt40 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
41 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A Dfgetcsv_variation23.phpt33 // close and delete the file
/PHP-5.5/ext/opcache/
H A Dconfig.m4223 close(fd);
233 close(fd);
292 close(fd);
302 close(fd);
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3stmt_paramCount_error.phpt30 var_dump($db->close());
H A Dsqlite3_10_bound_value_name.phpt33 var_dump($db->close());
H A Dsqlite3_12_unfinalized_stmt_cleanup.phpt28 var_dump($db->close());
H A Dsqlite3_25_create_aggregate.phpt39 var_dump($db->close());
H A Dsqlite3_26_reset_prepared_stmt.phpt35 var_dump($db->close());
H A Dsqlite3_27_reset_prepared_stmt_result.phpt35 var_dump($db->close());
H A Dsqlite3_35_stmt_readonly.phpt36 var_dump($db->close());
/PHP-5.5/ext/session/tests/
H A Dsave_handler.inc12 function close() {
H A Dsession_set_save_handler_class_005.phpt55 Warning: SessionHandler::close(): Parent session handler is not open in %ssession_set_save_handler_…
/PHP-5.5/ext/standard/tests/dir/
H A Dclosedir_basic.phpt8 * Alias to functions: close
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_errno_oo.phpt37 $mysqli->close();
H A Dmysqli_stmt_bind_limits.phpt85 $stmt->close();
93 $res->close();
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt88 $link->close();
121 $res->close();
122 $link->close();
/PHP-5.5/ext/snmp/
H A Dphp_snmp.h79 PHP_METHOD(SNMP, close);
/PHP-5.5/ext/phar/tests/tar/
H A Drequire_hash.phpt22 $tar->close();
H A Dtar_nostub.phpt20 $tar->close();
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_3.phpt32 $dbh = null; // close first connection
/PHP-5.5/ext/sybase_ct/tests/
H A Dbug43578.phpt35 // Clean up and close connection
/PHP-5.5/ext/curl/tests/
H A Dbug69316.phpt8 // close the stream, causing the FILE structure to be free()'d
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation19.phpt36 // reconstruct a script (without open/close tags) from the token array
/PHP-5.5/ext/oci8/tests/
H A Dxmltype_02.phpt59 $lob->close();
90 $lob->close();
/PHP-5.5/ext/mysql/tests/
H A Dbug48754.phpt27 echo "Explicit connection on close\n";
70 Explicit connection on close

Completed in 51 milliseconds

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