Home
last modified time | relevance | path

Searched refs:unserialize_max_depth (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/standard/tests/serialize/
H A Dmax_depth.phpt45 ini_set("unserialize_max_depth", 128);
62 ini_set("unserialize_max_depth", 4096);
112 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…
119 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…
126 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…
133 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…
139 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…
147 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…
/PHP-8.0/ext/standard/
H A Dbasic_functions.h122 zend_long unserialize_max_depth; member
H A Dvar_unserializer.re65 d->max_depth = BG(unserialize_max_depth);
456 "or the unserialize_max_depth ini setting",
H A Dvar.c1328 …ENTRY("unserialize_max_depth", "4096", PHP_INI_ALL, OnUpdateLong, unserialize_max_depth, php_basic…
/PHP-8.0/ext/phar/tests/
H A Dphar_metadata_write3.phpt82 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…
/PHP-8.0/
H A Dphp.ini-development298 ; The unserialize_max_depth specifies the default depth limit for unserialized
300 ; during unserialization. The unserialize_max_depth ini setting can be
303 ;unserialize_max_depth = 4096
H A Dphp.ini-production298 ; The unserialize_max_depth specifies the default depth limit for unserialized
300 ; during unserialization. The unserialize_max_depth ini setting can be
303 ;unserialize_max_depth = 4096

Completed in 22 milliseconds