Home
last modified time | relevance | path

Searched defs:memory_limit_bytes (Results 1 – 1 of 1) sorted by relevance

/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php497 $memory_limit_bytes = 0; variable
499 $memory_limit_bytes = intval($memory_limit); variable
501 $memory_limit_bytes = substr($memory_limit, 0, -1) * 1024 * 1024; variable
503 $memory_limit_bytes = substr($memory_limit, 0, -1) * 1024 * 1024 * 1024; variable