Home
last modified time | relevance | path

Searched refs:recursive (Results 1 – 25 of 80) sorted by last modified time

1234

/PHP-5.5/tests/lang/
H A D008.phpt2 Testing recursive function
/PHP-5.5/tests/classes/
H A Dautoload_018.phpt2 Ensure __autoload() allows for recursive calls if the class name differs.
/PHP-5.5/main/streams/
H A Dplain_wrapper.c1171 int ret, recursive = options & PHP_STREAM_MKDIR_RECURSIVE; in php_plain_files_mkdir() local
1178 if (!recursive) { in php_plain_files_mkdir()
/PHP-5.5/ext/zip/tests/
H A Dbug40228.phpt2 Bug #40228 (extractTo does not create recursive empty path)
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug69793.phpt2 Bug #69793: Remotely triggerable stack exhaustion via recursive method calls
/PHP-5.5/ext/standard/tests/general_functions/
H A Dvar_export_error3.phpt2 Test var_export() function : error conditions - recursive array
H A Dvar_export_error2.phpt2 Test var_export() function : error conditions - recursive object
H A Dprint_r.phpt199 $this->class_object5 = $this; //recursive reference
H A Dprint_r_64bit.phpt200 $this->class_object5 = $this; //recursive reference
H A Dvar_dump.phpt193 $this->class_object5 = $this; //recursive reference
H A Dvar_dump_64bit.phpt193 $this->class_object5 = $this; //recursive reference
H A Ddebug_zval_dump_o.phpt74 $this->class_object5 = $this; //recursive reference
/PHP-5.5/ext/standard/tests/file/
H A Dmkdir-003.phpt2 recursive mkdir() tests
H A Dmkdir-004.phpt2 recursive mkdir() tests
H A Dmkdir-005.phpt2 recursive mkdir() tests
H A Dmkdir-006.phpt2 recursive mkdir() with unclean paths
H A Dmkdir_rmdir_error.phpt5 /* Prototype: bool mkdir ( string $pathname [, int $mode [, bool $recursive [, resource $context]]…
H A Dmkdir_rmdir_variation-win32.phpt11 /* Prototype: bool mkdir ( string $pathname [, int $mode [, bool $recursive [, resource $context]]…
H A Dmkdir_rmdir_variation1.phpt21 /* Prototype: bool mkdir ( string $pathname [, int $mode [, bool $recursive [, resource $context]]…
H A Dmkdir_rmdir_variation2.phpt21 /* Prototype: bool mkdir ( string $pathname [, int $mode [, bool $recursive [, resource $context]]…
H A Dmkdir_variation1-win32.phpt12 /* Prototype : bool mkdir(string pathname [, int mode [, bool recursive [, resource context]]])
H A Dmkdir_variation1.phpt12 /* Prototype : bool mkdir(string pathname [, int mode [, bool recursive [, resource context]]])
H A Dmkdir_variation2.phpt7 /* Prototype : bool mkdir(string pathname [, int mode [, bool recursive [, resource context]]])
H A Dmkdir_variation3.phpt2 Test mkdir() function : usage variation: different types for recursive
7 /* Prototype : bool mkdir(string pathname [, int mode [, bool recursive [, resource context]]])
106 // loop through each element of the array for recursive
H A Dmkdir_variation4.phpt7 /* Prototype : bool mkdir(string pathname [, int mode [, bool recursive [, resource context]]])
27 $recursive = false;
116 $h = mkdir($pathname, $mode, $recursive, $value);

Completed in 56 milliseconds

1234