Home
last modified time | relevance | path

Searched refs:index (Results 126 – 150 of 630) sorted by last modified time

12345678910>>...26

/PHP-5.5/ext/standard/tests/strings/
H A Dstrrchr_variation10.phpt122 for($index = 0; $index < count($haystacks); $index++) {
124 var_dump( strrchr($haystacks[$index], $needles[$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 Dstrrpos_variation1.phpt67 for($index=0; $index<count($needle); $index++) {
69 var_dump( strrpos($haystack, $needle[$index]) );
70 var_dump( strrpos($haystack, $needle[$index], $index) );
H A Dstrrpos_variation10.phpt84 for($index = 0; $index < count($needles); $index ++) {
86 var_dump( strrpos($haystack, $needles[$index]) );
H A Dstrrpos_variation11.phpt81 for($index = 0; $index < count($values); $index ++) {
83 $haystack = $values[$index];
84 var_dump( strrpos($values[$index], $values[$index]) );
85 var_dump( strrpos($values[$index], $values[$index], 1) );
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_variation12.phpt25 for($index = 0; $index < count($haystacks); $index++ ) {
26 var_dump( stripos($haystacks[$index], "\0") );
27 var_dump( stripos($haystacks[$index], "\0", $index) );
H A Dstripos_variation15.phpt81 for($index = 0; $index < count($values); $index ++) {
83 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) );
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 Dstripcslashes_variation1.phpt87 for($index = 0; $index < count($values); $index ++) {
89 $str = $values [$index];
H A Dstripos_variation10.phpt84 for($index = 0; $index < count($needles); $index ++) {
86 var_dump( stripos($haystack, $needles[$index]) );
H A Dstripos_variation11.phpt81 for($index = 0; $index < count($values); $index ++) {
83 $haystack = $values[$index];
84 var_dump( stripos($values[$index], $values[$index]) );
85 var_dump( stripos($values[$index], $values[$index], 1) );
H A Dstripos_variation13.phpt27 for($index = 0; $index < count($needles); $index++ ) {
28 var_dump( stripos($haystack, $needles[$index]) );
29 var_dump( stripos($haystack, $needles[$index], $index) );
H A Dstripos_variation14.phpt79 for($index = 0; $index < count($offsets); $index ++) {
81 var_dump( stripos($haystack, $needle, $offsets[$index]) );
H A Dstripos_variation8.phpt29 for($index = 0; $index < count($needles); $index++) {
32 var_dump( stripos($haystack, $needles[$index], $offset) );
H A Dstripos_variation9.phpt82 for($index = 0; $index < count($haystacks); $index ++) {
84 var_dump( stripos($haystacks[$index], $needle) );
H A Dstripslashes_variation1.phpt86 for($index = 0; $index < count($values); $index ++) {
88 $str = $values [$index];
H A Djoin_variation2.phpt88 for($index = 0; $index < count($values); $index ++) {
90 $pieces = $values [$index];
H A Djoin_variation3.phpt49 for($index = 0; $index < count($pieces_arrays); $index ++) {
51 var_dump( join($glue, $pieces_arrays[$index]) );
H A Dhtmlspecialchars_decode_variation3.phpt66 for($index =0; $index < count($res_heredoc_strings); $index ++) {
68 var_dump( htmlspecialchars_decode($res_heredoc_strings[$index]) );
H A Djoin_variation1.phpt90 for($index = 0; $index < count($values); $index ++) {
92 $glue = $values [$index];
H A Djoin_variation4.phpt47 for($index = 0; $index < count($glues); $index ++) {
49 var_dump( join($glues[$index], $pieces) );

Completed in 82 milliseconds

12345678910>>...26