Home
last modified time | relevance | path

Searched refs:i (Results 1701 – 1725 of 1947) sorted by relevance

1...<<61626364656667686970>>...78

/PHP-7.4/ext/standard/
H A Dvar.c221 int i; in PHP_FUNCTION() local
227 for (i = 0; i < argc; i++) { in PHP_FUNCTION()
228 php_var_dump(&args[i], 1); in PHP_FUNCTION()
406 int i; in PHP_FUNCTION() local
412 for (i = 0; i < argc; i++) { in PHP_FUNCTION()
413 php_debug_zval_dump(&args[i], 1); in PHP_FUNCTION()
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt141 for ($i = 1; $i < $num_params; $i++) {
142 $params[str_repeat('a', $i)] = 'some data';
226 for ($i = 1; $i < $num_params; $i++) {
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dopenssl.phar223 for ($i = 0; $i < $info[1]; $i++) {
295 )$��A]-��I���3hY�0� �G4p[�%DԾ�h� ���M����v�Hx�_G��iű��f�B���x��J�'/����P��¼.��.O�%�5px(�fo��…
/PHP-7.4/ext/phar/tests/files/
H A Dopenssl.phar223 for ($i = 0; $i < $info[1]; $i++) {
295 )$��A]-��I���3hY�0� �G4p[�%DԾ�h� ���M����v�Hx�_G��iű��f�B���x��J�'/����P��¼.��.O�%�5px(�fo��…
/PHP-7.4/ext/standard/tests/strings/
H A Dstripos_variation6.phpt17 it's bright,but i cann't see it.
/PHP-7.4/main/
H A Dfastcgi.c1326 int i; in fcgi_is_allowed() local
1335 for (i = 0; allowed_clients[i].sa.sa_family ; i++) { in fcgi_is_allowed()
1336 if (allowed_clients[i].sa.sa_family == AF_INET in fcgi_is_allowed()
1337 && !memcmp(&client_sa.sa_inet.sin_addr, &allowed_clients[i].sa_inet.sin_addr, 4)) { in fcgi_is_allowed()
1344 for (i = 0; allowed_clients[i].sa.sa_family ; i++) { in fcgi_is_allowed()
1345 if (allowed_clients[i].sa.sa_family == AF_INET6 in fcgi_is_allowed()
1346 && !memcmp(&client_sa.sa_inet6.sin6_addr, &allowed_clients[i].sa_inet6.sin6_addr, 12)) { in fcgi_is_allowed()
1350 if (allowed_clients[i].sa.sa_family == AF_INET in fcgi_is_allowed()
1352 … && !memcmp(((char *)&client_sa.sa_inet6.sin6_addr)+12, &allowed_clients[i].sa_inet.sin_addr, 4)) { in fcgi_is_allowed()
/PHP-7.4/ext/libxml/
H A Dlibxml.c1194 size_t i; in php_libxml_xmlCheckUTF8() local
1197 for (i = 0; (c = s[i++]);) { in php_libxml_xmlCheckUTF8()
1200 if ((s[i++] & 0xc0) != 0x80) { in php_libxml_xmlCheckUTF8()
1204 if ((s[i++] & 0xc0) != 0x80 || (s[i++] & 0xc0) != 0x80) { in php_libxml_xmlCheckUTF8()
1208 if ((s[i++] & 0xc0) != 0x80 || (s[i++] & 0xc0) != 0x80 || (s[i++] & 0xc0) != 0x80) { in php_libxml_xmlCheckUTF8()
/PHP-7.4/Zend/tests/
H A Dcompare_002_64bit.phpt41 for ($i = 0; $i < $var_cnt; $i++) {
43 echo ($var === $a[$i]) ? " === " : " !== ";
44 my_dump($a[$i]);
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt80 for ($i = 0; $i < 20; $i++) {
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c1235 size_t i/*, last_nl*/; in phpdbg_sigio_handler() local
1252 for (i = 0; i < newlen; i++) { in phpdbg_sigio_handler()
1253 switch (mem[off + i]) { in phpdbg_sigio_handler()
1280 off += i; in phpdbg_sigio_handler()
1796 int i; in main() local
1800 for (i = SG(request_info).argc; --i;) { in main()
1801 SG(request_info).argv[i] = estrdup(argv[php_optind - 1 + i]); in main()
2077 int i; in main() local
2079 for (i = SG(request_info).argc; i--;) { in main()
2080 efree(SG(request_info).argv[i]); in main()
/PHP-7.4/ext/session/tests/
H A Dsession_decode_variation3.phpt26 $encoded = "foo|i:1234567890;";
/PHP-7.4/ext/date/tests/
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',
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";
/PHP-7.4/ext/ffi/tests/
H A D100.phpt51 int(%i)
/PHP-7.4/ext/soap/tests/interop/Round3/GroupE/
H A Dr3_groupE_list_005w.phpt10 function __construct($s, $i, $c) {
12 $this->varInt = $i;
H A Dr3_groupE_list_006w.phpt10 function __construct($s, $i, $c) {
12 $this->varInt = $i;
/PHP-7.4/ext/soap/tests/interop/Round4/GroupH/
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;
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;
/PHP-7.4/ext/intl/tests/
H A Dlocale_get_region.phpt26 'i-enochian', //(example of a grandfathered tag)
95 i-enochian: region=''
/PHP-7.4/tests/classes/
H A Diterators_001.phpt77 foreach($t as $i => $v) {
78 echo "object:$i=>$v\n";
/PHP-7.4/ext/pdo_oci/
H A Doci_driver.c678 int i, ret = 0; in pdo_oci_handle_factory() local
812 for (i = 0; i < sizeof(vars)/sizeof(vars[0]); i++) { in pdo_oci_handle_factory()
813 if (vars[i].freeme) { in pdo_oci_handle_factory()
814 efree(vars[i].optval); in pdo_oci_handle_factory()
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_driver.c585 size_t i; local
882 for (i = 0; i < sizeof(vars)/sizeof(vars[0]); i++) {
883 if (vars[i].freeme) {
884 efree(vars[i].optval);

Completed in 61 milliseconds

1...<<61626364656667686970>>...78