Home
last modified time | relevance | path

Searched refs:all (Results 251 – 275 of 625) sorted by last modified time

1...<<11121314151617181920>>...25

/php-src/ext/standard/tests/url/
H A Dbase64_decode_basic_001.phpt2 Test base64_decode() function : basic functionality - ensure all base64 alphabet is supported.
H A Dbug69976.phpt2 Bug #69976 (Unable to parse "all" urls with colon char)
/php-src/ext/standard/tests/strings/
H A Dstrpbrk_basic.phpt7 // Initialise all required variables
H A Dstrripos.phpt8 var_dump(strripos("I am what I am and that's all what I am", "am", -3));
H A Dstrripos_basic2.phpt2 Test strripos() function : basic functionality - with all arguments
H A Dstrspn_basic.phpt12 // Initialise all required variables
18 // Calling strspn() with all possible arguments
H A Dstrtr.phpt6 var_dump(strtr("# hi all, I said hello world! #", $trans));
H A Dstrval_variation2.phpt2 Test strval() function : usage variations - Pass all valid char codes
5 echo "*** Testing strval() : usage variations - Pass all valid char codes ***\n";
59 *** Testing strval() : usage variations - Pass all valid char codes ***
H A Dstrrpos.phpt8 var_dump(strrpos("I am what I am and that's all what I am", "am", -3));
H A Dstrrpos_basic2.phpt2 Test strrpos() function : basic functionality - with all arguments
10 echo "-- With all arguments --\n";
32 -- With all arguments --
H A Dstrtok_basic.phpt11 // Initialize all required variables
H A Dtrim_basic.phpt12 echo "\n-- Trim string with all white space characters --\n";
28 -- Trim string with all white space characters --
H A Dstripslashes_basic.phpt11 // Initialize all required variables
19 // Calling striplashes() with all arguments
H A Dstripslashes_variation3.phpt48 // looping to test for all strings in $str_array
H A Dstripslashes_variation4.phpt27 // looping to test for all strings in $str_array
H A Dstrnatcasecmp_basic.phpt13 // Calling strnatcasecmp() with all possible arguments
H A Dstrncasecmp_variation6.phpt2 Test strncasecmp() function : usage variations - binary safe - all ASCII chars
9 /* A binary function should work with all 256 characters that a character(8-bit) can take */
10 echo "\n-- Checking with all 256 characters given, in binary format --\n";
11 /* loop through to get all 256 character's equivalent binary value, and check working of strncasecm…
17 var_dump( strncasecmp($str1, $str2, 8) ); //comparing all the 8-bits; expected: int(0)
25 var_dump( strncasecmp($str1, $str2, 8) ); //comparing all the 8-bits; expected: int(1)
32 -- Checking with all 256 characters given, in binary format --
H A Dstripslashes_variation2.phpt88 // looping to test for all strings in $str_array
H A Dstr_replace_variation2.phpt8 Description: Replace all occurrences of the search string with
H A Dstr_replace_variation3.phpt8 Description: Replace all occurrences of the search string with
H A Dstr_shuffle_basic.phpt11 // Initialize all required variables
16 // For a given i/p string ensure that all combinations are
H A Dstr_split_basic.phpt7 // Initialise all required variables
11 // Calling str_split() with all possible arguments
12 echo "-- With all possible arguments --\n";
27 -- With all possible arguments --
H A Dstrcspn_basic.phpt12 // Initialise all required variables
18 // Calling strcspn() with all possible arguments
H A Dstrip_tags_basic2.phpt2 Test strip_tags() function : basic functionality - with all arguments
7 // Calling strip_tags() with all possible arguments
H A Dstripos_basic2.phpt2 Test stripos() function : basic functionality - with all arguments
10 echo "-- With all arguments --\n";
43 -- With all arguments --

Completed in 29 milliseconds

1...<<11121314151617181920>>...25