Home
last modified time | relevance | path

Searched refs:recursive (Results 26 – 50 of 80) sorted by last modified time

1234

/PHP-5.5/ext/standard/tests/file/
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]]])
H A Dbug55124.phpt2 Bug #55124 (recursive mkdir fails with current (dot) directory in path)
/PHP-5.5/ext/standard/tests/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
H A Dkey_variation4.phpt11 * Test how key() behaves with muti-dimensional and recursive arrays
35 //create a recursive array
H A Dcount_variation3.phpt2 Test count() function : usage variations - Infinitely recursive array
11 * Pass count() an infinitely recursive array as $var argument
18 // get an infinitely recursive array
H A Dbug34066.phpt2 Bug #34066 (recursive array_walk causes segfault)
H A Dbug34066_1.phpt2 Bug #34066 (recursive array_walk causes segfault)
H A Dbug43495.phpt2 Bug #43495 (array_merge_recursive() crashes with recursive arrays)
H A Dcurrent_variation4.phpt12 * Test how current() behaves with muti-dimensional and recursive arrays
36 //create a recursive array
H A Darray_values_variation4.phpt14 * 3. Passed an infinitely recursive multi-dimensional array
27 // get an infinitely recursive array
29 echo "\n-- Array values of an infinitely recursive array --\n";
65 -- Array values of an infinitely recursive array --
H A Darray_map_variation11.phpt2 Test array_map() function : usage variations - with recursive callback
11 * Test array_map() by passing subarrays and recursive callback function
14 echo "*** Testing array_map() : recursive callback function ***\n";
30 *** Testing array_map() : recursive callback function ***
/PHP-5.5/ext/standard/
H A Dphp_array.h107 PHPAPI int php_array_merge(HashTable *dest, HashTable *src, int recursive TSRMLS_DC);
H A Dftp_fopen_wrapper.c1039 int result, recursive = options & PHP_STREAM_MKDIR_RECURSIVE; in php_stream_ftp_mkdir() local
1057 if (!recursive) { in php_stream_ftp_mkdir()
H A Dfile.c1324 zend_bool recursive = 0; in PHP_FUNCTION() local
1327 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|lbr", &dir, &dir_len, &mode, &recursive, &… in PHP_FUNCTION()
1333 …RETURN_BOOL(php_stream_mkdir(dir, mode, (recursive ? PHP_STREAM_MKDIR_RECURSIVE : 0) | REPORT_ERRO… in PHP_FUNCTION()
H A Dbasic_functions.c1170 ZEND_ARG_INFO(0, recursive)
H A Darray.c1041 static int php_array_walk(HashTable *target_hash, zval *userdata, int recursive TSRMLS_DC) /* {{{ */ in php_array_walk()
1062 if (recursive && Z_TYPE_PP(args[0]) == IS_ARRAY) { in php_array_walk()
1082 php_array_walk(thash, userdata, recursive TSRMLS_CC); in php_array_walk()
2211 PHPAPI int php_array_merge(HashTable *dest, HashTable *src, int recursive TSRMLS_DC) /* {{{ */ in php_array_merge()
2223 …if (recursive && zend_hash_find(dest, string_key, string_key_len, (void **)&dest_entry) == SUCCESS… in php_array_merge()
2253 if (!php_array_merge(Z_ARRVAL_PP(dest_entry), Z_ARRVAL_P(src_zval), recursive TSRMLS_CC)) { in php_array_merge()
2345 static void php_array_merge_or_replace_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursive, int rep… in php_array_merge_or_replace_wrapper() argument
2372 php_array_merge(Z_ARRVAL_P(return_value), Z_ARRVAL_PP(args[i]), recursive TSRMLS_CC); in php_array_merge_or_replace_wrapper()
2373 } else if (recursive && i > 0) { /* First array will be copied directly instead */ in php_array_merge_or_replace_wrapper()
/PHP-5.5/ext/spl/tests/
H A Dheap_012.phpt2 SPL: SplHeap recursive var_dump
H A Ddllist_012.phpt2 SPL: DoublyLinkedList: recursive var_dump
/PHP-5.5/ext/spl/internal/
H A Dparentiterator.inc18 * This extended FilterIterator allows a recursive iteration using
H A Drecursivecachingiterator.inc13 * @brief Cached recursive iteration over another Iterator
H A Drecursivefilteriterator.inc13 * @brief Iterator to filter recursive iterators
H A Drecursiveiterator.inc13 * @brief Interface for recursive iteration with RecursiveIteratorIterator
H A Drecursiveiteratoriterator.inc13 * @brief Iterates through recursive iterators
H A Drecursivearrayiterator.inc13 * @brief A recursive array iterator

Completed in 49 milliseconds

1234