Home
last modified time | relevance | path

Searched refs:i (Results 1851 – 1875 of 2041) sorted by relevance

1...<<71727374757677787980>>...82

/PHP-7.2/ext/pdo/
H A Dpdo_sql_parser.re30 #define RET(i) {s->cur = cursor; return i; }
31 #define SKIP_ONE(i) {s->cur = s->tok + 1; return i; }
/PHP-7.2/main/
H A Dfopen_wrappers.c721 int i; local
723 for (i = 0; i < 3 && url_start < p; i++, url_start++) {
H A Dphp_variables.c575 int i; in php_build_argv() local
576 for (i = 0; i < SG(request_info).argc; i++) { in php_build_argv()
577 ZVAL_STRING(&tmp, SG(request_info).argv[i]); in php_build_argv()
/PHP-7.2/ext/intl/timezone/
H A Dtimezone_methods.cpp542 for (int i = 0; !found && i < sizeof(display_types)/sizeof(*display_types); i++) { in PHP_FUNCTION() local
543 if (display_types[i] == display_type) in PHP_FUNCTION()
/PHP-7.2/tests/lang/
H A DforeachLoop.013.phpt11 for ($i=0; $i<$elements; $i++) {
12 $a[] = "v.$i";
H A DforeachLoop.015.phpt11 for ($i=0; $i<$elements; $i++) {
12 $a[] = "v.$i";
H A D028.phpt42 for ($i=0; $i<200; $i++):
43 print "$i\n";
46 print "$i\n";
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_common.c616 sljit_s32 i, tmp, offs; in sljit_emit_enter() local
627 for (i = SLJIT_S0; i >= tmp; i--) { in sljit_emit_enter()
629 FAIL_IF(push_inst(compiler, STACK_STORE | S(i) | A(SLJIT_SP) | IMM(offs))); in sljit_emit_enter()
632 for (i = scratches; i >= SLJIT_FIRST_SAVED_REG; i--) { in sljit_emit_enter()
634 FAIL_IF(push_inst(compiler, STACK_STORE | S(i) | A(SLJIT_SP) | IMM(offs))); in sljit_emit_enter()
691 sljit_s32 i, tmp, offs; in sljit_emit_return() local
714 for (i = SLJIT_FIRST_SAVED_REG; i <= tmp; i++) { in sljit_emit_return()
715 FAIL_IF(push_inst(compiler, STACK_LOAD | D(i) | A(SLJIT_SP) | IMM(offs))); in sljit_emit_return()
720 for (i = tmp; i <= SLJIT_S0; i++) { in sljit_emit_return()
721 FAIL_IF(push_inst(compiler, STACK_LOAD | D(i) | A(SLJIT_SP) | IMM(offs))); in sljit_emit_return()
/PHP-7.2/
H A Dacinclude.m4161 for i in $PHP_VAR_SUBST; do
162 eval echo "$i = \$$i" >> Makefile
377 for i in [$]$1; do
378 case [$]i in
473 for i in $OLD_RPATHS; do
477 PHP_RPATHS="$PHP_RPATHS -R $i"
2313 for i in $PHP_KERBEROS; do
2315 PHP_KERBEROS_DIR=$i
2393 if test -r $i/$PHP_LIBDIR/libssl.a -o -r $i/$PHP_LIBDIR/libssl.$SHLIB_SUFFIX_NAME; then
2509 ICONV_DIR=$i
[all …]
/PHP-7.2/ext/phar/tests/cache_list/files/
H A Dnophar.phar223 for ($i = 0; $i < $info[1]; $i++) {
/PHP-7.2/ext/phar/tests/files/
H A Dinclude_path2.phar223 for ($i = 0; $i < $info[1]; $i++) {
H A Dnophar.phar223 for ($i = 0; $i < $info[1]; $i++) {
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_study.c1602 int i; in pcre_study() local
1605 for (i = 0; i < 32; i++) in pcre_study()
1606 printf("%3d: %02x%s", i * 8, *ptr++, ((i + 1) & 0x7) != 0? " " : "\n"); in pcre_study()
/PHP-7.2/ext/wddx/tests/
H A Dbug37569.phpt7 for ($i = 65; $i < 256; $i++) {
8 if ($i >= 0xc0) {
9 $v = chr(0xc3) . chr($i - 64);
10 } elseif ($i >= 0x80) {
11 $v = chr(0xc2) . chr($i);
13 $v = chr($i); // make it UTF-8
181 <wddxPacket version='1.0'><header/><data><string>i</string></data></wddxPacket>
/PHP-7.2/ext/date/tests/
H A Dgmdate_variation9.phpt26 'Minutes with leading zeros' => 'i',
H A Drfc-datetime_and_daylight_saving_time-type3-bd2.phpt11 $date_format = 'Y-m-d H:i:s T e';
H A Drfc-datetime_and_daylight_saving_time-type3-fa.phpt9 $date_format = 'Y-m-d H:i:s T e';
/PHP-7.2/Zend/tests/
H A Dcompare_001_64bit.phpt41 for ($i = 0; $i < $var_cnt; $i++) {
43 echo ($var == $a[$i]) ? " == " : " != ";
44 my_dump($a[$i]);
H A Dcompare_003_64bit.phpt41 for ($i = 0; $i < $var_cnt; $i++) {
43 echo ($var > $a[$i]) ? " > " : " <= ";
44 my_dump($a[$i]);
H A Dcompare_004_64bit.phpt41 for ($i = 0; $i < $var_cnt; $i++) {
43 echo ($var < $a[$i]) ? " < " : " >= ";
44 my_dump($a[$i]);
H A Dcompare_005_64bit.phpt41 for ($i = 0; $i < $var_cnt; $i++) {
43 echo ($var >= $a[$i]) ? " >= " : " < ";
44 my_dump($a[$i]);
H A Dcompare_006_64bit.phpt41 for ($i = 0; $i < $var_cnt; $i++) {
43 echo ($var <= $a[$i]) ? " <= " : " > ";
44 my_dump($a[$i]);
/PHP-7.2/ext/standard/tests/array/
H A Darray_flip_variation3.phpt11 * In 'input' array argument, values are expected to be valid keys i.e. string/integer
/PHP-7.2/ext/dom/tests/
H A Ddomchardata.phpt46 $comment->replaceData(18, 5, 'i');
/PHP-7.2/ext/standard/tests/strings/
H A Dstrncasecmp_variation9.phpt43 it's bright,but i cann't see it.

Completed in 67 milliseconds

1...<<71727374757677787980>>...82