Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/tests/serialize/
H A Dmax_depth.phpt49 ini_set("unserialize_max_depth", 128);
66 ini_set("unserialize_max_depth", 4096);
116 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…
123 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…
130 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…
137 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…
145 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…
155 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…
/PHP-8.1/ext/standard/
H A Dbasic_functions.h120 zend_long unserialize_max_depth; member
H A Dvar_unserializer.re70 d->max_depth = BG(unserialize_max_depth);
475 "or the unserialize_max_depth ini setting",
583 "or the unserialize_max_depth ini setting",
H A Dvar.c1488 …ENTRY("unserialize_max_depth", "4096", PHP_INI_ALL, OnUpdateLong, unserialize_max_depth, php_basic…
/PHP-8.1/ext/phar/tests/
H A Dphar_metadata_write3.phpt80 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…
/PHP-8.1/
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 26 milliseconds