Home
last modified time | relevance | path

Searched refs:i (Results 1726 – 1750 of 2007) sorted by relevance

1...<<61626364656667686970>>...81

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg.c1245 size_t i/*, last_nl*/; in phpdbg_sigio_handler() local
1262 for (i = 0; i < newlen; i++) { in phpdbg_sigio_handler()
1263 switch (mem[off + i]) { in phpdbg_sigio_handler()
1290 off += i; in phpdbg_sigio_handler()
1800 int i; in main() local
1804 for (i = SG(request_info).argc; --i;) { in main()
1805 SG(request_info).argv[i] = estrdup(argv[php_optind - 1 + i]); in main()
2074 int i; in main() local
2076 for (i = SG(request_info).argc; i--;) { in main()
2077 efree(SG(request_info).argv[i]); in main()
/PHP-7.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c579 int i; in mbfl_convert_filter_get_vtbl() local
591 i = 0; in mbfl_convert_filter_get_vtbl()
592 while ((vtbl = mbfl_convert_filter_list[i++]) != NULL){ in mbfl_convert_filter_get_vtbl()
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestoutput2554 /i \x{400000}\x{800000}
81 _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80
108 d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80 \x81 \x82
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_auth.c675 unsigned int i; in mysqlnd_xor_string() local
676 for (i = 0; i <= dst_len; ++i) { in mysqlnd_xor_string()
677 dst[i] ^= xor_str[i % xor_str_len]; in mysqlnd_xor_string()
/PHP-7.1/ext/standard/tests/strings/
H A Dstripos_variation6.phpt17 it's bright,but i cann't see it.
/PHP-7.1/main/
H A DSAPI.c736 uint i; in sapi_header_op() local
737 for (i = 0; i < header_line_len; i++) { in sapi_header_op()
739 if (header_line[i] == '\n' || header_line[i] == '\r') { in sapi_header_op()
745 if (header_line[i] == '\0') { in sapi_header_op()
/PHP-7.1/ext/intl/tests/
H A Dlocale_get_region.phpt26 'i-enochian', //(example of a grandfathered tag)
95 i-enochian: region=''
/PHP-7.1/ext/soap/tests/interop/Round3/GroupE/
H A Dr3_groupE_list_006w.phpt10 function __construct($s, $i, $c) {
12 $this->varInt = $i;
H A Dr3_groupE_list_003w.phpt10 function __construct($s, $i, $c) {
12 $this->varInt = $i;
H A Dr3_groupE_list_005w.phpt10 function __construct($s, $i, $c) {
12 $this->varInt = $i;
/PHP-7.1/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_doclit_009w.phpt10 function __construct($s, $i, $f) {
12 $this->varInt = $i;
H A Dr4_groupH_complex_doclit_010w.phpt10 function __construct($s, $i, $f) {
12 $this->varInt = $i;
H A Dr4_groupH_complex_doclit_007w.phpt10 function __construct($s, $i, $f) {
12 $this->varInt = $i;
H A Dr4_groupH_complex_doclit_008w.phpt10 function __construct($s, $i, $f) {
12 $this->varInt = $i;
/PHP-7.1/ext/sysvsem/tests/
H A Dsysv.phpt102 Got semaphore Resource id #%i.
103 Success acquire semaphore Resource id #%i.
/PHP-7.1/ext/date/tests/
H A Dbug20382-2.phpt40 print "ts = ". date("l Y-m-d H:i:s T", $timestamp). "\n";
42 print "result = ".date("l Y-m-d H:i:s T", $strtotime_tstamp)."\n";
H A DDateTime_format_error.phpt23 $format = "F j, Y, g:i a";
H A Ddate_modify_basic1.phpt23 echo "After modification 2: " . date_format($datetime, "D, d M Y H:i:s") . "\n";
H A Didate_variation5.phpt22 'Minutes' => 'i',
/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_32.c135 sljit_si i; in push_cpool() local
147 for (i = 0; i < CONST_POOL_ALIGNMENT - 1; i++) { in push_cpool()
832 sljit_si size, i, tmp; in sljit_emit_enter() local
844 for (i = SLJIT_S0; i >= tmp; i--) in sljit_emit_enter()
845 push |= 1 << reg_map[i]; in sljit_emit_enter()
847 for (i = scratches; i >= SLJIT_FIRST_SAVED_REG; i--) in sljit_emit_enter()
886 sljit_si i, tmp; in sljit_emit_return() local
902 for (i = SLJIT_S0; i >= tmp; i--) in sljit_emit_return()
903 pop |= 1 << reg_map[i]; in sljit_emit_return()
905 for (i = compiler->scratches; i >= SLJIT_FIRST_SAVED_REG; i--) in sljit_emit_return()
[all …]
/PHP-7.1/ext/standard/tests/file/
H A Dflock_variation.phpt49 $i = 0;
51 echo "--- Outer iteration $i ---\n";
55 echo "-- Inner iteration $j in $i --\n";
59 $i++;
/PHP-7.1/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c378 int i; in xml_element_serialize() local
475 i = 0; in xml_element_serialize()
477 if(i++ == 0) { in xml_element_serialize()
485 if(i) { in xml_element_serialize()
/PHP-7.1/ext/mysqli/
H A Dmysqli_nonapi.c646 int i = 0, current = 0; local
653 i++;
656 php_error_docref(NULL, E_WARNING, "Parameter %d not a mysqli object", i);
662 php_error_docref(NULL, E_WARNING, "[%d] Couldn't fetch %s", i, ZSTR_VAL(intern->zo.ce->name));
667 …php_error_docref(NULL, E_WARNING, "Invalid object %d or resource %s", i, ZSTR_VAL(intern->zo.ce->n…
683 int ret = 0, i = 0; local
688 i++;
698 php_error_docref(NULL, E_WARNING, "[%d] Couldn't fetch %s", i, ZSTR_VAL(intern->zo.ce->name));
/PHP-7.1/ext/session/tests/
H A Dsession_decode_variation3.phpt26 $encoded = "foo|i:1234567890;";
/PHP-7.1/ext/hash/tests/
H A Dfnv1a64.phpt22 array( '/<i', 'eea15a17e6ea5bbd' ),
126 array( '8Ey&!PVJ-H%i)T=bwXII-j( ', '20541ecba873cbbb' ),
148 array( '31FOsL%pG%Yz}CQnMH\'`tWY`5r+i', '887cd200603d7a11' ),
155 array( '!%U$]H_UcL-;>iGm0gH7KtdP\\i.N|C', '0b91af28a642cac4' ),
211 array( 'n&:O=pqGrBsQ^g2J>RJ=_0c[ i->]8eL?!|\\qo$e3', 'bd73d9e41ae5c6d8' ),
265 array( 'T]}2&lADr2P$N6iKDud3^^1`w=9i:{PoYN"`;D%/VV4&m}R3s7FS', '1585883d76b8ad21' ),
295 array( 'r(.wMcSxN,a-i?maF,gVnd&+NQDtfLHZUVR#:&|i3_v| e_FqG|`,$k[U1', '69e03fdc5e6ef8b3' ),
296 array( 'P=^xx4PK8jR6TeuLcu2C<%j9ew>RStd%2D}+YNWr:+)oq~=UtPx1UdK<\\i', 'ad82f3fd37f369cc' ),
311 $i = 0;
316 …echo "Iteration " . $i . " failed - expected '" . $test[1] . "', got '" . $result . "' for '" . $t…
[all …]

Completed in 48 milliseconds

1...<<61626364656667686970>>...81