Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dexec.c284 size_t estimate = (2 * l) + 1; in php_escape_shell_cmd() local
358 if ((estimate - y) > 4096) { in php_escape_shell_cmd()
374 size_t estimate = (4 * l) + 3; in php_escape_shell_arg() local
423 if ((estimate - y) > 4096) { in php_escape_shell_arg()
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt3895 Some users find it helpful to have an estimate of the amount of stack
3897 described in the pcrestack documentation. The estimate that is output
9842 Obtaining an estimate of stack usage

Completed in 35 milliseconds