Home
last modified time | relevance | path

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

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

/PHP-7.4/ext/pdo_odbc/
H A Dodbc_stmt.c127 int i; in free_cols() local
129 for (i = 0; i < S->col_count; i++) { in free_cols()
130 if (S->cols[i].data) { in free_cols()
131 efree(S->cols[i].data); in free_cols()
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated.phpt129 for ($i = 1; $i < $num_params; $i++) {
130 $params[str_repeat('a', $i)] = 'some data';
234 for ($i = 1; $i < $num_params; $i++) {
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c371 int i; in xml_element_serialize() local
468 i = 0; in xml_element_serialize()
470 if(i++ == 0) { in xml_element_serialize()
478 if(i) { in xml_element_serialize()
/PHP-7.4/ext/standard/tests/file/
H A Dflock_variation.phpt50 $i = 0;
52 echo "--- Outer iteration $i ---\n";
56 echo "-- Inner iteration $j in $i --\n";
60 $i++;
H A Dtouch.phpt49 int(%i)
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_match_basic.phpt36 var_dump(mb_ereg_match($regex1, $string_mb, 'i'));
/PHP-7.4/ext/mysqli/
H A Dconfig.w325 // client library to connect to the MySQL server, i.e. no external MySQL
/PHP-7.4/ext/date/tests/
H A DDateTime_modify_basic1.phpt23 echo "After modification 2: " . $datetime->format("D, d M Y H:i:s") . "\n";
H A Dmktime_error.phpt5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
/PHP-7.4/ext/openssl/tests/
H A Dsni_server_ca.pem53 bPtInZ/i/6BbwA5QM/giKpl2aMwetUnezjHVD+7/m24Mfs1FWyPD3joCMIANj7hR
/PHP-7.4/ext/ffi/tests/
H A D101.phpt54 int(%i)
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c145 sljit_s32 i; in push_cpool() local
157 for (i = 0; i < CONST_POOL_ALIGNMENT - 1; i++) { in push_cpool()
958 for (i = SLJIT_S0; i >= tmp; i--) in sljit_emit_enter()
959 push |= 1 << reg_map[i]; in sljit_emit_enter()
961 for (i = scratches; i >= SLJIT_FIRST_SAVED_REG; i--) in sljit_emit_enter()
962 push |= 1 << reg_map[i]; in sljit_emit_enter()
1002 sljit_s32 i, tmp; in sljit_emit_return() local
1018 for (i = SLJIT_S0; i >= tmp; i--) in sljit_emit_return()
1019 pop |= 1 << reg_map[i]; in sljit_emit_return()
1021 for (i = compiler->scratches; i >= SLJIT_FIRST_SAVED_REG; i--) in sljit_emit_return()
[all …]
/PHP-7.4/ext/hash/tests/
H A Dfnv1a64.phpt20 array( '/<i', 'eea15a17e6ea5bbd' ),
124 array( '8Ey&!PVJ-H%i)T=bwXII-j( ', '20541ecba873cbbb' ),
146 array( '31FOsL%pG%Yz}CQnMH\'`tWY`5r+i', '887cd200603d7a11' ),
153 array( '!%U$]H_UcL-;>iGm0gH7KtdP\\i.N|C', '0b91af28a642cac4' ),
209 array( 'n&:O=pqGrBsQ^g2J>RJ=_0c[ i->]8eL?!|\\qo$e3', 'bd73d9e41ae5c6d8' ),
263 array( 'T]}2&lADr2P$N6iKDud3^^1`w=9i:{PoYN"`;D%/VV4&m}R3s7FS', '1585883d76b8ad21' ),
293 array( 'r(.wMcSxN,a-i?maF,gVnd&+NQDtfLHZUVR#:&|i3_v| e_FqG|`,$k[U1', '69e03fdc5e6ef8b3' ),
294 array( 'P=^xx4PK8jR6TeuLcu2C<%j9ew>RStd%2D}+YNWr:+)oq~=UtPx1UdK<\\i', 'ad82f3fd37f369cc' ),
309 $i = 0;
314 …echo "Iteration " . $i . " failed - expected '" . $test[1] . "', got '" . $result . "' for '" . $t…
[all …]
/PHP-7.4/ext/imap/
H A Dphp_imap.c1209 int i; in php_imap_do_open() local
1215 for (i = 0; i < nelems; i++) { in php_imap_do_open()
1678 unsigned long i; in PHP_FUNCTION() local
1709 if ((i = cache->user_flags)) { in PHP_FUNCTION()
1711 while (i) { in PHP_FUNCTION()
3506 unsigned long i; in PHP_FUNCTION() local
3508 for (i = 1; i <= imap_le_struct->imap_stream->nmsgs; i++) { in PHP_FUNCTION()
4414 …for(i=0; text[i] != 0x00; i++) if (text[i] == '_') text[i] = ' '; /* Replace all *_' with space. */ in PHP_FUNCTION()
4435 …for (i = 0; (string[offset + i] == ' ') || (string[offset + i] == 0x0a) || (string[offset + i] == … in PHP_FUNCTION()
4436 if ((string[offset + i] == '=') && (string[offset + i + 1] == '?') && (offset + i < end)) { in PHP_FUNCTION()
[all …]
/PHP-7.4/main/streams/
H A Dstreams.c170 int i; in php_stream_display_wrapper_errors() local
186 err_buf_p = zend_llist_get_next_ex(err_list, &pos), i++) { in php_stream_display_wrapper_errors()
188 if (i < count - 1) { in php_stream_display_wrapper_errors()
196 err_buf_p = zend_llist_get_next_ex(err_list, &pos), i++) { in php_stream_display_wrapper_errors()
198 if (i < count - 1) { in php_stream_display_wrapper_errors()
1750 unsigned int i; in php_stream_wrapper_scheme_validate() local
1752 for(i = 0; i < protocol_len; i++) { in php_stream_wrapper_scheme_validate()
1753 if (!isalnum((int)protocol[i]) && in php_stream_wrapper_scheme_validate()
1754 protocol[i] != '+' && in php_stream_wrapper_scheme_validate()
1755 protocol[i] != '-' && in php_stream_wrapper_scheme_validate()
[all …]
/PHP-7.4/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_015s.phpt10 function __construct($s, $i, $f) {
12 $this->varInt = $i;
/PHP-7.4/ext/session/tests/
H A Dsave_handler.inc13 * Session data lock is mandatory. Lock must be exclusive. i.e. Block read also.
63 // Return FALSE only when there is error. i.e. Do not return FALSE
99 // Return FALSE only when there is error. i.e. Do not return FALSE
/PHP-7.4/build/
H A Dltmain.sh3109 *" $i "*)
3113 if test -n "$i" ; then
3114 tmp_libs="$tmp_libs $i"
3593 for i in $deplibs; do
3599 *" $i "*)
3601 i=""
3605 if test -n "$i" ; then
3624 newdeplibs="$newdeplibs $i"
3639 *" $i "*)
3645 if test -n "$i" ; then
[all …]
/PHP-7.4/tests/lang/
H A DforeachLoop.012.phpt11 for ($i=0; $i<$elements; $i++) {
12 $a[] = "v.$i";
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_unix.c207 int i; in fpm_unix_set_socket_premissions() local
217 for (i=ACL_FIRST_ENTRY ; acl_get_entry(aclconf, i, &entryconf) ; i=ACL_NEXT_ENTRY) { in fpm_unix_set_socket_premissions()
/PHP-7.4/Zend/
H A Dzend_API.c915 int c, i; in zend_parse_va_args() local
1006 i = 0; in zend_parse_va_args()
1042 i++; in zend_parse_va_args()
2278 for (i = 0; i < reg_function->common.num_args; i++) { in zend_register_functions()
2300 for (i = 0; i < num_args; i++) { in zend_register_functions()
2509 i++; in zend_unregister_functions()
3590 int i; in zend_fcall_info_argp() local
3602 for (i = 0; i < argc; ++i) { in zend_fcall_info_argp()
3603 ZVAL_COPY(&fci->params[i], &argv[i]); in zend_fcall_info_argp()
3613 int i; in zend_fcall_info_argv() local
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dstr_replace_variation2.phpt59 for( $i = 0; $i < count($search_str); $i++ ) {
60 echo "\n--- Iteration $i ---";
62 var_dump( str_replace($search_str[$i], "FOUND", $subject, $count) );
H A Dstrstr.phpt64 for( $i = 0; $i < count($needles); $i++ ) {
65 echo "\n-- Iteration $i --\n";
66 var_dump( strstr($string, $needles[$i]) );
/PHP-7.4/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');
/PHP-7.4/sapi/fpm/tests/
H A Dlogtool.inc300 for ($i = 2; $i < count($lines) - 2; $i++) {
301 if (!$this->expectNotice($lines[$i], 'using inherited socket fd=\d+, "[^"]+"')) {
306 return $this->expectStartingLines(array_splice($lines, $i));

Completed in 138 milliseconds

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