Home
last modified time | relevance | path

Searched refs:recursive (Results 51 – 75 of 80) sorted by path

1234

/PHP-5.5/ext/standard/tests/array/
H A Dkey_variation4.phpt11 * Test how key() behaves with muti-dimensional and recursive arrays
35 //create a recursive array
H A Dnatcasesort_variation7.phpt2 Test natcasesort() function : usage variations - recursive arrays
11 * Pass natcasesort() an infinitely recursive array to test how it is re-ordered
/PHP-5.5/ext/standard/tests/file/
H A Dbug55124.phpt2 Bug #55124 (recursive mkdir fails with current (dot) directory in path)
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);
H A Dmkdir_variation5-win32.phpt12 /* Prototype : bool mkdir(string pathname [, int mode [, bool recursive [, resource context]]])
H A Dmkdir_variation5.phpt12 /* Prototype : bool mkdir(string pathname [, int mode [, bool recursive [, resource context]]])
/PHP-5.5/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt74 $this->class_object5 = $this; //recursive reference
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 Dvar_export_error2.phpt2 Test var_export() function : error conditions - recursive object
H A Dvar_export_error3.phpt2 Test var_export() function : error conditions - recursive array

Completed in 33 milliseconds

1234