Home
last modified time | relevance | path

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

12345678910

/PHP-7.4/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation3.phpt110 // delete the link
112 // delete the temporary file
H A Dunlink_variation1-win32.phpt62 // delete temp file
H A Dunlink_variation1-win32-mb.phpt63 // 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 Dreadlink_realpath_variation1.phpt60 // delete the links
H A Dreadlink_realpath_variation1-win32.phpt63 // delete the links
H A Dfwrite_variation3.phpt76 // delete the file created
77 delete_file($filename); // delete file with name fwrite_variation3.tmp
H A Dfwrite_variation3-win32.phpt75 // delete the file created
76 delete_file($filename); // delete file with name fwrite_variation3.tmp
H A Dreadlink_realpath_variation2.phpt55 // delete the links
H A Dfgetc_variation3.phpt46 // delete the file
/PHP-7.4/ext/standard/tests/dir/
H A Ddir_basic-win32-mb.phpt50 // delete temp files
H A Ddir_basic.phpt44 // delete temp files
H A Ddir_variation4-win32-mb.phpt49 // delete temporary files
H A Ddir_variation7.phpt67 // changing permissions for each temporary directory to delete them
H A Dopendir_variation5.phpt73 // changing permissions for each temporary directory to delete them
H A Dscandir_variation5.phpt65 // changing permissions for each temporary directory to delete them
/PHP-7.4/ext/dba/
H A Ddba_dbm.c142 return(delete(gkey) == -1 ? FAILURE : SUCCESS); in DBA_DELETE_FUNC()
H A Dphp_dba.h83 int (*delete)(dba_info *, char *, size_t); member
/PHP-7.4/ext/dba/tests/
H A Ddba_cdb_001.phpt7 die('info CDB does not support replace or delete');
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_quote1.phpt30 $db->exec("delete from poq_tab");
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_variation_alt3-win32.phpt67 echo ".. delete it\n";
H A Dmail_variation_alt1-win32.phpt68 echo ".. delete it\n";
H A Dmail_variation_alt2-win32.phpt68 echo ".. delete it\n";
/PHP-7.4/ext/oci8/tests/
H A Dxmltype_02.phpt29 $s = oci_parse($c, "delete from xmltype_02_tab where warehouse_id = :id");

Completed in 27 milliseconds

12345678910