Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-5.5/ext/standard/tests/strings/
H A Dstrtr_variation3.phpt53 for($index = 0; $index < count($str_arr); $index++) {
56 $str = $str_arr[$index]; //getting the array element in 'str' variable
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 Dstrrpos_variation12.phpt25 for($index = 0; $index < count($haystacks); $index++ ) {
26 var_dump( strrpos($haystacks[$index], "\0") );
27 var_dump( strrpos($haystacks[$index], "\0", $index) );
H A Dstrrpos_variation13.phpt27 for($index = 0; $index < count($needles); $index++ ) {
28 var_dump( strrpos($haystack, $needles[$index]) );
29 var_dump( strrpos($haystack, $needles[$index], $index) );
H A Dstrrpos_variation14.phpt79 for($index = 0; $index < count($offsets); $index ++) {
81 var_dump( strrpos($haystack, $needle, $offsets[$index]) );
H A Dstrrpos_variation15.phpt81 for($index = 0; $index < count($values); $index ++) {
83 var_dump( strrpos($values[$index], $values[$index], $values[$index]) );
H A Dstrrpos_variation2.phpt68 for($index=0; $index<count($needle); $index++) {
70 var_dump( strrpos($haystack, $needle[$index]) );
71 var_dump( strrpos($haystack, $needle[$index], $index) );
H A Dstrtok_variation1.phpt88 for($index = 0; $index < count($values); $index ++) {
90 $str = $values [$index];
H A Dstrtok_variation2.phpt88 for($index = 0; $index < count($values); $index ++) {
90 $token = $values [$index];
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_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.phpt85 for($index = 0; $index < count($lengths); $index ++) {
86 $len = $lengths[$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_variation10.phpt88 for($index = 0; $index < count($values); $index ++) {
90 $str1 = $values[$index];
91 $len = strlen($values[$index]) + 1;
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 Dstrncmp_variation5.phpt89 for($index = 0; $index < count($lengths); $index ++) {
90 $len = $lengths[$index];
H A Dstrrchr_variation1.phpt77 for($index=0; $index<count($needle); $index++) {
79 var_dump( strrchr($haystack, $needle[$index]) );

Completed in 77 milliseconds

12345678910>>...26