Home
last modified time | relevance | path

Searched refs:doit (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/Zend/tests/
H A Ddebug_backtrace_options.phpt15 function doit($a, $b, $how)
89 [function] => doit
112 [0] => doit
127 [0] => doit
153 [function] => doit
176 [0] => doit
191 [0] => doit
217 [function] => doit
277 [function] => doit
336 [function] => doit
[all …]
H A Dbug28377.phpt5 function doit($a, $b)
19 doit('a','b');
/PHP-5.5/ext/bcmath/libbcmath/
H A Dinstall-sh18 doit="${DOITPROG-}"
182 $doit $instcmd $dst &&
184 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
185 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
186 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
187 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
215 $doit $instcmd $src $dsttmp &&
225 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
226 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
232 $doit $rmcmd -f $dstdir/$dstfile &&
[all …]
/PHP-5.5/ext/reflection/tests/
H A Dbug29268.phpt11 public function doit(A $a){
15 $ref = new reflectionMethod('B','doit');
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.c272 int doit = 0; in handle_form() local
278 doit = 1; in handle_form()
280 if (doit && ctx->val.c && ctx->lookup_data && *ctx->lookup_data) { in handle_form()
288 doit = 0; in handle_form()
296 doit = 1; in handle_form()
301 if (doit) in handle_form()
H A Durl_scanner_ex.re208 int doit = 0;
214 doit = 1;
216 if (doit && ctx->val.c && ctx->lookup_data && *ctx->lookup_data) {
224 doit = 0;
232 doit = 1;
237 if (doit)

Completed in 14 milliseconds