Lines Matching refs:max_depth
56 zend_long max_depth;
70 d->max_depth = BG(unserialize_max_depth);
102 PHPAPI void php_var_unserialize_set_max_depth(php_unserialize_data_t d, zend_long max_depth) {
103 d->max_depth = max_depth;
106 return d->max_depth;
471 if ((*var_hash)->max_depth > 0 && (*var_hash)->cur_depth >= (*var_hash)->max_depth) {
474 "The depth limit can be changed using the max_depth unserialize() option "
476 (*var_hash)->max_depth);
579 if ((*var_hash)->max_depth > 0 && (*var_hash)->cur_depth >= (*var_hash)->max_depth) {
582 "The depth limit can be changed using the max_depth unserialize() option "
584 (*var_hash)->max_depth);