Home
last modified time | relevance | path

Searched refs:estimate (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/standard/
H A Dexec.c292 uint64_t estimate = (2 * (uint64_t)l) + 1; in php_escape_shell_cmd() local
381 if ((estimate - y) > 4096) { in php_escape_shell_cmd()
398 uint64_t estimate = (4 * (uint64_t)l) + 3; in php_escape_shell_arg() local
468 if ((estimate - y) > 4096) { in php_escape_shell_arg()
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt4061 Some users find it helpful to have an estimate of the amount of stack
4063 described in the pcrestack documentation. The estimate that is output
10388 Obtaining an estimate of stack usage

Completed in 34 milliseconds