Home
last modified time | relevance | path

Searched refs:index (Results 101 – 125 of 645) sorted by last modified time

12345678910>>...26

/PHP-7.2/ext/standard/tests/strings/
H A Dstrtr_variation4.phpt41 for($index = 0; $index < count($str_arr); $index++) {
44 $str = $str_arr[$index]; //getting the array element in 'str' variable
H A Dstrtr_variation5.phpt80 for($index = 0; $index < count($strings); $index++) {
82 $str = $strings[$index];
H A Dstrtr_variation6.phpt80 for($index = 0; $index < count($from_arr); $index++) {
82 $from = $from_arr[$index];
H A Dstrtr_variation7.phpt80 for($index = 0; $index < count($to_arr); $index++) {
82 $to = $to_arr[$index];
H A Dstrtr_variation8.phpt77 for($index = 0; $index < count($replace_pairs_arr); $index++) {
79 $replace_pairs = $replace_pairs_arr[$index];
H A Dstrtr_variation9.phpt74 for($index = 0; $index < count($values); $index++) {
76 var_dump( strtr($values[$index], $values[$index], $values[$index]) ); //fn call with three args
77 var_dump( strtr($values[$index], $values[$index]) ); //fn call with two args
H A Dstrncasecmp_variation10.phpt88 for($index = 0; $index < count($values); $index ++) {
90 $str1 = $values[$index];
91 $len = strlen($values[$index]) + 1;
H A Dstrncmp_variation5.phpt91 for($index = 0; $index < count($lengths); $index ++) {
92 $len = $lengths[$index];
H A Dstrrchr_variation11.phpt81 for($index = 0; $index < count($values); $index ++) {
83 var_dump( strrchr($values[$index], $values[$index]) );
H A Dstrrchr_variation12.phpt23 for($index = 0; $index < count($haystacks); $index++ ) {
25 var_dump( strrchr($haystacks[$index], "\0") );
27 var_dump( strrchr($haystacks[$index], NULL) );
H A Dstrrchr_variation2.phpt77 for($index=0; $index<count($needle); $index++) {
79 var_dump( strrchr($haystack, $needle[$index]) );
H A Dstrrchr_variation9.phpt122 for($index = 0; $index < count($haystacks); $index++) {
124 var_dump( strrchr($haystacks[$index], $needles[$index]) );
H A Dstrrev_variation1.phpt61 for( $index = 0; $index < count($strings); $index++ ) {
63 var_dump( strrev($strings[$index]) );
H A Dstrrev_variation2.phpt61 for( $index = 0; $index < count($strings); $index++ ) {
63 var_dump( strrev($strings[$index]) );
H A Dstrrev_variation3.phpt54 for( $index = 0; $index < count($strings); $index++ ) {
56 var_dump( strrev($strings[$index]) );
H A Dstrncasecmp_variation11.phpt88 for($index = 0; $index < count($values); $index ++) {
90 $str1 = $values[$index];
91 $str2 = $values[$index];
92 $len = strlen($values[$index]) + 1;
H A Dstrncasecmp_variation4.phpt88 for($index = 0; $index < count($values); $index ++) {
90 $str1 = $values[$index];
91 $str2 = $values[$index];
92 $len = strlen($values[$index]) + 1;
H A Dstrncasecmp_variation5.phpt87 for($index = 0; $index < count($lengths); $index ++) {
88 $len = $lengths[$index];
H A Dstrncmp_variation4.phpt88 for($index = 0; $index < count($values); $index ++) {
90 $str1 = $values[$index];
91 $str2 = $values[$index];
92 $len = strlen($values[$index]) + 1;
H A Dstrrchr_variation1.phpt77 for($index=0; $index<count($needle); $index++) {
79 var_dump( strrchr($haystack, $needle[$index]) );
H A Dstrrchr_variation10.phpt122 for($index = 0; $index < count($haystacks); $index++) {
124 var_dump( strrchr($haystacks[$index], $needles[$index]) );
H A Dstrip_tags_variation5.phpt72 for($index =0; $index < count($res_heredoc_strings); $index ++) {
74 var_dump( strip_tags($res_heredoc_strings[$index], $quotes) );
H A Dstripos_variation1.phpt76 for($index=0; $index<count($needle); $index++) {
78 var_dump( stripos($haystack, $needle[$index]) );
79 var_dump( stripos($haystack, $needle[$index], $index) );
H A Dstripos_variation15.phpt83 for($index = 0; $index < count($values); $index ++) {
85 var_dump( stripos($values[$index], $values[$index], $values[$index]) );
H A Dstripos_variation2.phpt78 for($index=0; $index<count($needle); $index++) {
80 var_dump( stripos($haystack, $needle[$index]) );
81 var_dump( stripos($haystack, $needle[$index], $index) );

Completed in 28 milliseconds

12345678910>>...26