max_depth         109 ext/spl/spl_iterators.c 	int                      max_depth;
max_depth         273 ext/spl/spl_iterators.c 						if (object->max_depth == -1 || object->max_depth > object->level) {
max_depth         537 ext/spl/spl_iterators.c 	intern->max_depth = -1;
max_depth         843 ext/spl/spl_iterators.c 	long  max_depth = -1;
max_depth         845 ext/spl/spl_iterators.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|l", &max_depth) == FAILURE) {
max_depth         848 ext/spl/spl_iterators.c 	if (max_depth < -1) {
max_depth         852 ext/spl/spl_iterators.c 	object->max_depth = max_depth;
max_depth         865 ext/spl/spl_iterators.c 	if (object->max_depth == -1) {
max_depth         868 ext/spl/spl_iterators.c 		RETURN_LONG(object->max_depth);
max_depth         992 ext/spl/spl_iterators.c 	ZEND_ARG_INFO(0, max_depth)