Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Dexec.c250 size_t estimate = (2 * l) + 1; in php_escape_shell_cmd() local
325 if ((estimate - y) > 4096) { in php_escape_shell_cmd()
341 size_t estimate = (4 * l) + 3; in php_escape_shell_arg() local
399 if ((estimate - y) > 4096) { in php_escape_shell_arg()
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt4050 Some users find it helpful to have an estimate of the amount of stack
4052 described in the pcrestack documentation. The estimate that is output
10364 Obtaining an estimate of stack usage

Completed in 39 milliseconds