Home
last modified time | relevance | path

Searched refs:delete (Results 1 – 25 of 237) sorted by relevance

12345678910

/PHP-5.5/tests/output/
H A Dob_end_clean_basic_001.phpt24 Notice: ob_end_clean(): failed to delete buffer. No buffer to delete in %s on line 7
29 Notice: ob_end_clean(): failed to delete buffer. No buffer to delete in %s on line 16
H A Dob_end_flush_basic_001.phpt6 * Description: Flush (send) the output buffer, and delete current output buffer
33 Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in %s on li…
39 Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in %s on li…
H A Dob_clean_basic_001.phpt6 * Description: Clean (delete) the current output buffer
32 Notice: ob_clean(): failed to delete buffer. No buffer to delete in %s on line 12
H A Dob_get_level_basic_001.phpt45 Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in %s on li…
/PHP-5.5/ext/pdo/tests/
H A Dpdo_017.phpt42 $delete = $db->prepare('DELETE FROM test');
55 $delete->execute();
56 echo countRows('delete');
62 $delete->execute();
63 echo countRows('delete');
71 Counted 0 rows after delete.
73 Counted 0 rows after delete.
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug41037.phpt18 Warning: unregister_tick_function(): Unable to delete tick function executed at the moment in %s on…
21 Warning: unregister_tick_function(): Unable to delete tick function executed at the moment in %s on…
23 Warning: unregister_tick_function(): Unable to delete tick function executed at the moment in %s on…
H A Dob_get_flush_error.phpt8 …* Description: Get current buffer contents, flush (send) the output buffer, and delete current out…
30 Notice: ob_get_flush(): failed to delete and flush buffer. No buffer to delete or flush in %s on li…
H A D003.phpt32 $n += test_me("inexpensive delete", 2, "2121", "11", 2, 1, 1);
33 $n += test_me("expensive delete" , 10, "2121", "11", 2, 1, 5);
/PHP-5.5/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation8.phpt42 // delete link
44 // delete temp file
46 // delete temp dir
62 // delete link
64 // delete temp file
66 // delete temp dir
H A Dunlink_variation4.phpt21 // delete temp file
25 // delete deleted file
H A Dunlink_basic.phpt17 // delete file
29 // delete file
H A Dsymlink_link_linkinfo_is_link_variation7.phpt45 // delete link
53 // delete link
61 // delete link
H A Dunlink_variation3.phpt38 // delete hard link
42 // delete temp file
H A Dsymlink_link_linkinfo_is_link_variation1.phpt53 // delete the link created
66 // delete the link created
83 // delete the link created
96 // delete the links created
/PHP-5.5/ext/imap/tests/
H A Dclean.inc6 // delete all msgs in default mailbox, i.e INBOX
15 // Only delete mailboxes with our prefix
/PHP-5.5/ext/phar/tests/tar/
H A Ddelete.phpt2 Phar: delete test, tar-based phar
23 $phar->delete('a');
/PHP-5.5/ext/phar/tests/zip/
H A Ddelete.phpt2 Phar: delete test, zip-based phar
23 $phar->delete('a');
/PHP-5.5/ext/phar/tests/
H A Ddelete.phpt2 Phar: delete test
23 $phar->delete('a');
/PHP-5.5/Zend/tests/
H A Dbug64960.phpt32 Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in %sbug649…
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_35_stmt_readonly.phpt31 echo "Checking delete statement\n";
49 Checking delete statement
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dwrite7.phar4 $p->delete("test.txt");
H A Dwrite7.phar.inc10 $p->delete("test.txt");
/PHP-5.5/tests/basic/
H A Dbug61000.phpt2 Bug #61000 (Exceeding max nesting level doesn't delete numerical vars)
/PHP-5.5/ext/pcre/tests/
H A Dbug41050.phpt7 $regex = '/(insert|drop|create|select|delete|update)([^;\']*('."('[^']*')+".')?)*(;|$)/i';
/PHP-5.5/sapi/cgi/tests/
H A D011.phpt112 Warning: Header to delete may not contain colon. in %s on line 3
124 Warning: Header to delete may not contain colon. in %s on line 3
150 Warning: Header to delete may not contain colon. in %s on line 2

Completed in 27 milliseconds

12345678910