Home
last modified time | relevance | path

Searched refs:i (Results 1801 – 1825 of 2007) sorted by relevance

1...<<7172737475767778798081

/PHP-7.1/build/
H A Dshtool1163 i[3-6]86 ) AP="iX86" ;;
1182 i[3-6]86 ) AP="iX86" ;;
1198 i[3-6]86 ) AP="iX86" ;;
1220 i[3-6]86 ) AP='iX86' ;;
1323 i[3-6]86 | ix86at ) AT="iX86" ;;
1464 i?86 ) AP="iX86" ;;
1505 i?86 ) AP="iX86" ;;
/PHP-7.1/sapi/cli/
H A Dphp_cli.c975 int i; in do_cli() local
976 for (i = 1; i < argc; i++) { in do_cli()
977 memset(argv[i], 0, strlen(argv[i])); in do_cli()
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestinput9205 /^[^a]{2}/8i
208 /^[^a]{2,}/8i
211 /^[^a]{2,}?/8i
493 /[z-\x{100}]/8i
520 /^[^x]*b/8i
533 /^\x{85}$/8i
H A Dtestoutput51689 /(..)\1/8i
1718 /(..)\1{2,}/8i
1738 /(..)\1{2,}?x/8i
1804 /i [^\x{100}]
1805 /i [^\x{1234}]
1806 /i [^\x{ffff}]
1807 /i [^\x{10000}]
1808 /i [^\x{10ffff}]
1832 /i [^\x{100}]*
1833 /i [^\x{10000}]+
[all …]
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_fetch_array_oo.phpt138 for ($i = 0; $i < $len; $i++)
201 $date = @date('Y-m-d H:i:s');
206 $date = @date('H:i:s');
H A Dbug52891.phpt38 if (!$stmt1->bind_param("i", $param))
41 if (!$stmt2->bind_param("i", $param))
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregint.h334 int i;\
335 for (i = 0; i < (int )BITSET_SIZE; i++) { (bs)[i] = 0; } \
/PHP-7.1/Zend/tests/
H A Dcompare_001.phpt41 for ($i = 0; $i < $var_cnt; $i++) {
43 echo ($var == $a[$i]) ? " == " : " != ";
44 my_dump($a[$i]);
H A Dcompare_003.phpt41 for ($i = 0; $i < $var_cnt; $i++) {
43 echo ($var > $a[$i]) ? " > " : " <= ";
44 my_dump($a[$i]);
H A Dcompare_004.phpt41 for ($i = 0; $i < $var_cnt; $i++) {
43 echo ($var < $a[$i]) ? " < " : " >= ";
44 my_dump($a[$i]);
H A Dcompare_005.phpt41 for ($i = 0; $i < $var_cnt; $i++) {
43 echo ($var >= $a[$i]) ? " >= " : " < ";
44 my_dump($a[$i]);
H A Dcompare_006.phpt41 for ($i = 0; $i < $var_cnt; $i++) {
43 echo ($var <= $a[$i]) ? " <= " : " > ";
44 my_dump($a[$i]);
/PHP-7.1/ext/session/tests/
H A Dsession_set_save_handler_variation4.phpt66 Write [%s,%s,Blah|s:12:"Hello World!";Foo|b:0;Guff|i:1234567890;]
/PHP-7.1/ext/standard/tests/array/
H A Dextract_error.phpt25 /* More than valid number of arguments i.e. 3 args */
/PHP-7.1/ext/pcre/tests/
H A Dpreg_split_basic.phpt13 var_dump(preg_split('/NAME/i', $string)); //tries to find NAME regardless of case in $string (can't…
/PHP-7.1/ext/standard/tests/strings/
H A Dsubstr_count_error.phpt23 var_dump( substr_count($str, "i", 5, 7) );
/PHP-7.1/ext/intl/tests/
H A Dlocale_get_keywords.phpt32 'i-enochian', //(example of a grandfathered tag)
112 i-enochian: No keywords found.
/PHP-7.1/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.1/main/
H A Dfopen_wrappers.c725 int i; local
727 for (i = 0; i < 3 && url_start < p; i++, url_start++) {
/PHP-7.1/ext/pdo/
H A Dpdo_sql_parser.c32 #define RET(i) {s->cur = cursor; return i; } argument
33 #define SKIP_ONE(i) {s->cur = s->tok + 1; return i; } argument
/PHP-7.1/tests/lang/
H A DforeachLoop.015.phpt11 for ($i=0; $i<$elements; $i++) {
12 $a[] = "v.$i";
H A DforeachLoop.013.phpt11 for ($i=0; $i<$elements; $i++) {
12 $a[] = "v.$i";
/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_common.c578 sljit_si i, tmp, offs; in sljit_emit_enter() local
589 for (i = SLJIT_S0; i >= tmp; i--) { in sljit_emit_enter()
591 FAIL_IF(push_inst(compiler, STACK_STORE | S(i) | A(SLJIT_SP) | IMM(offs))); in sljit_emit_enter()
594 for (i = scratches; i >= SLJIT_FIRST_SAVED_REG; i--) { in sljit_emit_enter()
596 FAIL_IF(push_inst(compiler, STACK_STORE | S(i) | A(SLJIT_SP) | IMM(offs))); in sljit_emit_enter()
653 sljit_si i, tmp, offs; in sljit_emit_return() local
676 for (i = SLJIT_FIRST_SAVED_REG; i <= tmp; i++) { in sljit_emit_return()
677 FAIL_IF(push_inst(compiler, STACK_LOAD | D(i) | A(SLJIT_SP) | IMM(offs))); in sljit_emit_return()
682 for (i = tmp; i <= SLJIT_S0; i++) { in sljit_emit_return()
683 FAIL_IF(push_inst(compiler, STACK_LOAD | D(i) | A(SLJIT_SP) | IMM(offs))); in sljit_emit_return()
/PHP-7.1/
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
471 for i in $OLD_RPATHS; do
475 PHP_RPATHS="$PHP_RPATHS -R $i"
2325 for i in $PHP_KERBEROS; do
2327 PHP_KERBEROS_DIR=$i
2405 if test -r $i/$PHP_LIBDIR/libssl.a -o -r $i/$PHP_LIBDIR/libssl.$SHLIB_SUFFIX_NAME; then
2521 ICONV_DIR=$i
[all …]
/PHP-7.1/ext/phar/tests/cache_list/files/
H A Dnophar.phar223 for ($i = 0; $i < $info[1]; $i++) {

Completed in 65 milliseconds

1...<<7172737475767778798081