Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 25 of 94) sorted by relevance

1234

/PHP-7.0/ext/standard/tests/file/windows_acls/
H A Dcommon.inc76 This is required to remove all the previously denied
78 remove the previously denied permission.
80 $cmd = $icacls . ' ' . $path_escaped . ' /remove:d ' . $user;
82 $cmd = $icacls . ' ' . $path_escaped . ' /remove:g ' . $user;
99 This is required to remove all the previously denied
101 remove the previously denied permission.
103 $cmd = $icacls . ' ' . $path_escaped . ' /remove:d ' . $user;
105 $cmd = $icacls . ' ' . $path_escaped . ' /remove:g ' . $user;
116 This is required to remove all the previously denied
118 remove the previously denied permission.
[all …]
/PHP-7.0/ext/standard/tests/dir/
H A Ddir_variation7.phpt27 * remove the execute permission from the parent dir and test dir() on child dir
28 * 1) remove write & execute permission from the 1st parent and test dir()
29 * 2) remove execute permission from 2nd parent and test dir()
32 echo "*** Testing dir() : remove execute permission from the parent dir ***\n";
53 // remove the write and execute permisson from sub parent
59 // remove the execute permisson from parent dir, allowing all permission for sub dir
85 *** Testing dir() : remove execute permission from the parent dir ***
H A Dopendir_variation5.phpt26 * remove the execute permission from the parent dir and test opendir() on child dir
27 * 1) remove write & execute permission from the 1st parent and test opendir()
28 * 2) remove execute permission from 2nd parent and test opendir()
52 // remove the write and execute permisson from sub parent
59 // remove the execute permisson from parent dir, allowing all permission for sub dir
H A Dscandir_variation5.phpt26 * remove the execute permission from the parent dir and test scandir() on child dir
27 * 1. remove write & execute permission from the 1st parent and test scandir()
28 * 2. remove execute permission from 2nd parent and test scandir()
53 // remove the write and execute permisson from sub parent
59 // remove the execute permisson from parent dir, allowing all permission for sub dir
H A Dscandir_variation8.phpt62 // remove all files in directory so can remove directory in CLEAN section
64 // suppress errors as won't be able to remove "." and ".." entries
/PHP-7.0/Zend/tests/
H A Dforeach_017.phpt5 /* remove before */
17 /* remove after */
29 /* remove current */
H A Dbug34062.phpt10 // If you remove one, it won't crash
H A Dgc_033.phpt11 /* remove the self-reference array out of roots */
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_cmd.c379 while (remove) { in phpdbg_stack_free()
382 if (remove->next) in phpdbg_stack_free()
383 next = remove->next; in phpdbg_stack_free()
385 switch (remove->type) { in phpdbg_stack_free()
391 if (remove->method.name) { in phpdbg_stack_free()
403 if (remove->str) { in phpdbg_stack_free()
404 efree(remove->str); in phpdbg_stack_free()
410 if (remove->file.name) { in phpdbg_stack_free()
420 free(remove); in phpdbg_stack_free()
421 remove = NULL; in phpdbg_stack_free()
[all …]
/PHP-7.0/ext/standard/tests/file/
H A Dunlink_variation1-win32.phpt35 // remove write permission of $dirname
42 // remove the dir
54 // remove write permission from file
65 // remove temp dir
H A Dunlink_variation1.phpt45 // remove write permission of $dirname
51 // remove the dir
63 // remove write permission from file
69 // remove temp dir
H A Dfopen_include_path.inc78 // remove the directory structure
87 // remove the directory structure
/PHP-7.0/ext/mbstring/oniguruma/
H A DHISTORY13 2013/10/21: [impl] remove unused variable. (regcomp.c)
55 2007/09/04: [API] remove ONIGENC_ERR_XXXXX.
93 2007/06/06: [impl] remove unused variables.
120 2007/04/03: [impl] remove unused variable.
242 2006/10/18: [impl] remove unused functions.
364 2006/08/22: [impl] remove OP_BACKREF3.
561 2005/09/05: [dist] remove link to MultiFind.
718 2005/02/09: [dist] remove hash.c.patch.
776 2004/12/24: [dist] remove file onigcmpt200.h.
1315 2003/12/15: [impl] remove REG_MBLEN_TABLE[].
[all …]
/PHP-7.0/ext/phar/tests/
H A Dmkdir.phpt41 Warning: rmdir(): phar error: cannot remove directory "phar://", no phar archive specified, or phar…
43 Warning: rmdir(): phar error: cannot remove directory "" in phar "foo.phar", directory does not exi…
45 Warning: rmdir(): phar error: cannot remove directory "a" in phar "%smkdir.phar.php", phar error: p…
H A Ddir.phpt81 Warning: rmdir(): phar error: cannot remove directory "phar://", no phar archive specified, or phar…
83 Warning: rmdir(): phar error: cannot remove directory "hi" in phar "%sunknown.phar", directory does…
87 Warning: rmdir(): phar error: cannot remove directory "" in phar "%sdir.phar.php", directory does n…
89 Warning: rmdir(): phar error: cannot remove directory "" in phar "%sdir.phar.php", directory does n…
/PHP-7.0/tests/output/
H A Dob_start_basic_unerasable_002.phpt13 echo "All of the following calls will fail to clean/remove the topmost buffer:\n";
22 [callback:1]All of the following calls will fail to clean/remove the topmost buffer:
/PHP-7.0/ext/zlib/tests/
H A Dgzopen_include_path.inc78 // remove the directory structure
87 // remove the directory structure
/PHP-7.0/ext/zip/tests/
H A Dutils.inc9 /* recursively remove a directoryy */
/PHP-7.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_bit.phpt2 MySQL PDO->exec(), BIT columns - remove after fix!
13 /* TODO: remove this test after fix and enable the BIT test in pdo_mysql_types.phpt again */
/PHP-7.0/ext/sysvsem/tests/
H A Dsysv.phpt80 // remove shared memory segmant from SysV
84 echo "Fail to remove $shm_id shared memory from SysV.\n";
91 echo "Fail to remove $sem_id semaphore from SysV.\n";
/PHP-7.0/sapi/cgi/tests/
H A Dbug61605.phpt2 Bug #61605 (header_remove() does not remove all headers)
/PHP-7.0/ext/spl/tests/
H A DSplFixedArray_offsetUnset_string.phpt15 // remove an item
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_events.h39 int (*remove)(struct fpm_event_s *ev); member
/PHP-7.0/ext/standard/tests/filters/
H A Dfilter_errors_user.phpt51 echo "test append / read / remove\n";
62 echo "test append all / read / remove all\n";
132 test append / read / remove
154 test append all / read / remove all
/PHP-7.0/Zend/tests/variadic/
H A Dremoving_parameter_error.phpt2 It's not possible to remove required parameter before a variadic parameter

Completed in 37 milliseconds

1234