Home
last modified time | relevance | path

Searched refs:i (Results 1901 – 1925 of 2041) sorted by relevance

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

/PHP-7.2/ext/hash/tests/
H A Dfnv164.phpt186 $i = 0;
191 …echo "Iteration " . $i . " failed - expected '" . $test[1] . "', got '" . $result . "' for '" . $t…
194 $i++;
H A Dfnv132.phpt186 $i = 0;
191 …echo "Iteration " . $i . " failed - expected '" . $test[1] . "', got '" . $result . "' for '" . $t…
194 $i++;
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_metadata.phpt153 for ($i = 0; $i < 100; $i++) {
H A D057.phpt81 int(%i)
H A Dbug44897.phpt57 if (!$stmt2->bind_param("i", $new_id) || !$stmt2->execute())
/PHP-7.2/main/
H A Doutput.c576 int i, count = php_output_get_level(); in php_output_handler_started() local
581 for (i = 0; i < count; ++i) { in php_output_handler_started()
582 …if (name_len == ZSTR_LEN(handlers[i]->name) && !memcmp(ZSTR_VAL(handlers[i]->name), name, name_len… in php_output_handler_started()
/PHP-7.2/sapi/litespeed/
H A Dlsapi_main.c1474 int i; in setArgv0() local
1485 for( i = 1; i < argc; ++i ) in setArgv0()
1487 memset( argv[i], 0, strlen( argv[i] ) ); in setArgv0()
/PHP-7.2/ext/spl/
H A Dspl_dllist.c501 int i = 0; in spl_dllist_object_get_debug_info() local
523 add_index_zval(&dllist_array, i, &current->data); in spl_dllist_object_get_debug_info()
527 i++; in spl_dllist_object_get_debug_info()
544 int i = 0; in spl_dllist_object_get_gc() local
552 ZVAL_COPY_VALUE(&intern->gc_data[i++], &current->data); in spl_dllist_object_get_gc()
557 *gc_data_count = i; in spl_dllist_object_get_gc()
/PHP-7.2/ext/standard/
H A Durl_scanner_ex.c451 unsigned int i; in handle_tag() local
457 for (i = 0; i < ZSTR_LEN(ctx->tag.s); i++) in handle_tag()
458 ZSTR_VAL(ctx->tag.s)[i] = tolower((int)(unsigned char)ZSTR_VAL(ctx->tag.s)[i]); in handle_tag()
H A Durl_scanner_ex.re228 * i.e. If URL is only "?foo=bar", should not add "/?".
454 unsigned int i;
460 for (i = 0; i < ZSTR_LEN(ctx->tag.s); i++)
461 ZSTR_VAL(ctx->tag.s)[i] = tolower((int)(unsigned char)ZSTR_VAL(ctx->tag.s)[i]);
/PHP-7.2/ext/soap/
H A DTODO.old34 does this list stop... what exactly have i done?
/PHP-7.2/ext/date/tests/
H A Ddate_format_error.phpt25 $format = "F j, Y, g:i a";
/PHP-7.2/ext/standard/tests/array/
H A Darray_filter_object.phpt12 * i.e. object of simple class with members and functions
H A Darray_map_variation16.phpt11 * Test array_map() by passing non-permmited built-in functions and language constructs i.e.
/PHP-7.2/ext/standard/tests/strings/
H A Dstrcspn_variation6.phpt74 "\t\i\100\xaa"
H A Dstrspn_variation6.phpt75 "lf\the\i\100\xaa"
H A Ducwords_variation3.phpt20 't e s t i n g u c w o r d s ',
/PHP-7.2/ext/standard/tests/file/
H A D005_variation-win32.phpt35 print( @date( 'Y:M:D:H:i:s', fileatime($filename) ) )."\n";
38 print( @date( 'Y:M:D:H:i:s', filemtime($filename) ) )."\n";
41 print( @date( 'Y:M:D:H:i:s', filectime($filename) ) )."\n";
/PHP-7.2/ext/fileinfo/libmagic/
H A Dsoftmagic.c70 #define OFFSET_OOB(n, o, i) ((n) < (uint32_t)(o) || (i) > ((n) - (o))) argument
1689 int i, j=0; in convert_libmagic_pattern() local
1696 for (i = 0; i < len; i++, j++) { in convert_libmagic_pattern()
1697 switch (val[i]) { in convert_libmagic_pattern()
1703 ZSTR_VAL(t)[j] = val[i]; in convert_libmagic_pattern()
/PHP-7.2/ext/openssl/tests/
H A DServerClientTestCase.inc102 return preg_replace('/^\s*<\?(?:php)?|\?>\s*$/i', '', $code);
/PHP-7.2/ext/intl/tests/
H A Dlocale_get_display_script.phpt29 'i-enochian', //(example of a grandfathered tag)
131 locale='i-enochian'
H A Dlocale_get_display_script2.phpt29 'i-enochian', //(example of a grandfathered tag)
131 locale='i-enochian'
H A Dlocale_get_display_region3.phpt29 'i-enochian', //(example of a grandfathered tag)
131 locale='i-enochian'
H A Dlocale_get_display_script3.phpt29 'i-enochian', //(example of a grandfathered tag)
131 locale='i-enochian'
H A Dlocale_get_display_script4.phpt29 'i-enochian', //(example of a grandfathered tag)
131 locale='i-enochian'

Completed in 56 milliseconds

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