Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Durl_scanner_ex.c109 const char *bash = NULL; in PHP_INI_END() local
173 { bash = p - 1; goto done; } in PHP_INI_END()
191 if (bash && bash - url->c == 0) { in PHP_INI_END()
196 if (bash) in PHP_INI_END()
197 smart_str_appendl(dest, url->c, bash - url->c); in PHP_INI_END()
204 if (bash) in PHP_INI_END()
205 smart_str_appendl(dest, bash, q - bash); in PHP_INI_END()
H A Durl_scanner_ex.re113 const char *bash = NULL;
122 "#" { bash = p - 1; goto done; }
128 if (bash && bash - url->c == 0) {
133 if (bash)
134 smart_str_appendl(dest, url->c, bash - url->c);
141 if (bash)
142 smart_str_appendl(dest, bash, q - bash);
/PHP-5.3/ext/bcmath/libbcmath/
H A Daclocal.m470 # if, for instance, CONFIG_SHELL is bash and it inherits a
/PHP-5.3/build/
H A Dlibtool.m44488 # We use sed instead of cat because bash on DJGPP gets confused if
4490 # text mode, it properly converts lines to CR/LF. This bash problem
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic3550 # bash shell magic, from Peter Tobias (tobias@server.et-inf.fho-emden.de)
3551 0 string/w #!\ /bin/bash Bourne-Again shell script text executable
3553 0 string/w #!\ /usr/bin/bash Bourne-Again shell script text executable
3555 0 string/w #!\ /usr/local/bash Bourne-Again shell script text executable
3557 0 string/w #!\ /usr/local/bin/bash Bourne-Again shell script text executable
/PHP-5.3/
H A DINSTALL579 requests) each child will live. Here's a simple bash script to help

Completed in 98 milliseconds