Home
last modified time | relevance | path

Searched refs:delete (Results 76 – 100 of 237) sorted by relevance

12345678910

/PHP-5.5/ext/dba/
H A Dphp_dba.h82 int (*delete)(dba_info *, char *, int TSRMLS_DC); member
/PHP-5.5/ext/dba/tests/
H A Ddba_cdb_001.phpt7 die('info CDB does not support replace or delete');
/PHP-5.5/ext/interbase/tests/
H A D006.phpt122 ibase_query("delete from test6");
180 ibase_query("delete from test6");
H A D005.phpt13 @ibase_query("delete from test5");
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_quote1.phpt30 $db->exec("delete from poq_tab");
/PHP-5.5/ext/standard/tests/file/
H A Dunlink_variation1-win32.phpt62 // delete temp file
H A Dfwrite_variation4-win32.phpt66 // delete the file created
67 delete_file($filename); // delete file with name fwrite_variation4.tmp
H A Dfwrite_variation4.phpt66 // delete the file created
67 delete_file($filename); // delete file with name fwrite_variation4.tmp
H A Dfgetc_variation3.phpt46 // delete the file
H A Dfgets_variation1.phpt45 // delete the file
H A Dreadlink_realpath_variation1.phpt60 // delete the links
H A Dfwrite_variation3-win32.phpt75 // delete the file created
76 delete_file($filename); // delete file with name fwrite_variation3.tmp
H A Dfwrite_variation3.phpt76 // delete the file created
77 delete_file($filename); // delete file with name fwrite_variation3.tmp
H A Dreadlink_realpath_variation2.phpt55 // delete the links
H A Dfgetcsv_variation21.phpt63 //delete file
H A Dfgetss_basic1.phpt61 // delete the file
H A Dfgetc_variation4.phpt47 // delete the file
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_variation_alt1-win32.phpt69 echo ".. delete it\n";
H A Dmail_variation_alt2-win32.phpt69 echo ".. delete it\n";
H A Dmail_variation_alt3-win32.phpt68 echo ".. delete it\n";
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation7.phpt75 // changing permissions for each temporary directory to delete them
H A Dopendir_variation5.phpt81 // changing permissions for each temporary directory to delete them
H A Dscandir_variation5.phpt73 // changing permissions for each temporary directory to delete them
/PHP-5.5/ext/oci8/tests/
H A Dxmltype_02.phpt29 $s = oci_parse($c, "delete from xmltype_02_tab where warehouse_id = :id");
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_last_insert_id.phpt55 // replace = delete + insert -> new auto increment value

Completed in 29 milliseconds

12345678910