Home
last modified time | relevance | path

Searched refs:remove (Results 26 – 50 of 94) sorted by relevance

1234

/PHP-7.0/ext/dom/tests/
H A Dbug43364.phpt2 Bug #43364 (recursive xincludes don't remove internal xml nodes properly)
/PHP-7.0/ext/standard/tests/array/
H A Dend.phpt53 // remove first element from array
58 // remove last element from array, rewind and check end()
65 // remove any element !first, !last, rewind and check end()
H A Dend_64bit.phpt53 // remove first element from array
58 // remove last element from array, rewind and check end()
65 // remove any element !first, !last, rewind and check end()
/PHP-7.0/sapi/fpm/fpm/events/
H A Dselect.c50 .remove = fpm_event_select_remove,
H A Dport.c45 .remove = fpm_event_port_remove,
H A Dkqueue.c47 .remove = fpm_event_kqueue_remove,
H A Depoll.c44 .remove = fpm_event_epoll_remove,
H A Ddevpoll.c48 .remove = fpm_event_devpoll_remove,
H A Dpoll.c45 .remove = fpm_event_poll_remove,
/PHP-7.0/ext/standard/tests/dir/
H A Dreaddir_error.phpt27 // close the handle so can remove dir in CLEAN section
H A Dopendir_basic.phpt24 // create temporary directories - will remove in CLEAN section
H A Ddir_variation6.phpt32 // remove directory and try to open the same(non-existent) directory again
H A Dopendir_variation4.phpt62 * function to remove directory handle before re-using variable name in test
/PHP-7.0/ext/ftp/tests/
H A Dftp_fget_basic.phpt33 //remove file
/PHP-7.0/ext/standard/tests/file/
H A Dfile_variation.phpt35 echo "*** Using file function to remove line containing a key string ***\n";
140 *** Using file function to remove line containing a key string ***
H A Drename_variation4.phpt25 // remove the file
H A Drename_variation1.phpt45 // remove the new dir
H A Drename_variation1-win32.phpt52 // remove the new dir
H A Dpopen_pclose_basic-win32.phpt37 // remove variables_order= from PHP.ini (setting it in run-test's
/PHP-7.0/ext/zip/tests/
H A Dbug51353.phpt10 adding an explicit skip, remove it to run this test. */
/PHP-7.0/ext/session/tests/
H A Dbug36459.phpt16 # Do not remove \r from this tests, they are essential!
/PHP-7.0/ext/zip/lib/
H A Dzip_source_filep.c201 (void)remove(temp); in create_temp_output()
320 if (remove(ctx->fname) < 0) { in read_file()
331 (void)remove(ctx->tmpname); in read_file()
/PHP-7.0/ext/phar/tests/
H A Dtest_alias_unset.phpt2 Phar: test for the odd case where we intend to remove an archive from memory
/PHP-7.0/ext/zlib/tests/
H A Dgzfile_variation15.phpt18 // remove the directory structure
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_events.c201 if (*queue == fpm_event_queue_fd && module->remove) { in fpm_event_queue_del()
202 module->remove(ev); in fpm_event_queue_del()

Completed in 35 milliseconds

1234