Home
last modified time | relevance | path

Searched refs:i (Results 1551 – 1565 of 1565) sorted by relevance

1...<<616263

/PHP-5.3/ext/phar/
H A Dphar_object.c4339 int ret, i; local
4406 for (i = 0; i < nelems; i++) {
4408 if (zend_hash_index_find(Z_ARRVAL_P(zval_files), i, (void **) &zval_file) == SUCCESS) {
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DAPI196 normal return: match position offset (i.e. p - str >= 0)
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic1848 >3 byte x \b.%i
2709 >4 byte x v%i
3137 >8 byte x version: %i
3138 >9 byte x tracks: %i
3411 # a t r i s t sp ^ S cr nl d i v sp #
3832 >5 byte >-1 %i.
3833 >6 byte >-1 %i)
4173 >4 long >0 (%i words)
4194 >5 byte >-1 $BS%i.
4195 >6 byte >-1 $BS%i)
[all …]
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt5606 i for PCRE_CASELESS
5632 (a(?i)b)c
5640 (a(?i)b|c)
5704 (?i:saturday|sunday)
5705 (?:(?i)saturday|sunday)
6154 ((?i)rah)\s+\1
6166 (?<p1>(?i)rah)\s+\k<p1>
6167 (?'p1'(?i)rah)\s+\k{p1}
6807 (abc)(?i:(?-1))
6827 (abc)(?i:\g<-1>)
[all …]
/PHP-5.3/ext/phar/tests/files/
H A Dpear2coverage.phar.php359 foreach ($results as $i => $name) {
/PHP-5.3/ext/standard/tests/strings/
H A Dstrcspn_variation8.phpt71 "\t\i\100\xaa"
H A Dstrcspn_variation12.phpt41 "\t\i\100\xa"
H A Dstrspn_variation12.phpt42 "fhel\t\i\100\xa"
/PHP-5.3/
H A DINSTALL599 env -i PHP_FCGI_CHILDREN=$PHP_FCGI_CHILDREN \
1033 # aptitude search php5 |grep -i mysql
1332 drive:\\path\to\php\executable\php.exe -i
1947 and run php -i. If PHP has any problems running, then a suitable
1977 (php.exe on Windows) and run php -i. If PHP has any problems
H A Dphp.ini-development1104 ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
H A Dphp.ini-production1104 ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
H A DNEWS1594 . Fixed bug #48831 (php -i has different output to php --ini). (Richard,
3267 - Updated timezone database to version 2009.9 (2009i) (Derick)
4090 - Fixed bug #42453 (CGI SAPI does not shut down cleanly with -i/-m/-v cmdline
4160 - Fixed money_format() not to accept multiple %i or %n tokens.
/PHP-5.3/sapi/fpm/
H A Dphp-fpm.conf.in506 ;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com
/PHP-5.3/ext/pcre/pcrelib/
H A DHACKING131 The /i, /m, or /s options (PCRE_CASELESS, PCRE_MULTILINE, PCRE_DOTALL) may
H A DNEWS544 (i) Added long-form option names like gnu grep.

Completed in 142 milliseconds

1...<<616263