Home
last modified time | relevance | path

Searched refs:strings (Results 151 – 175 of 542) sorted by relevance

12345678910>>...22

/php-src/ext/standard/tests/file/
H A Dfscanf_variation43.phpt2 Test fscanf() function: usage variations - unsigned formats with strings
6 /* Test fscanf() to scan strings using different unsigned format types */
10 echo "*** Test fscanf(): different unsigned format types with strings ***\n";
18 // array of strings
19 $strings = array (
45 foreach($strings as $string) {
83 *** Test fscanf(): different unsigned format types with strings ***
H A Dfscanf_variation49.phpt2 Test fscanf() function: usage variations - scientific formats with strings
6 /* Test fscanf() to scan strings using different scientific format types */
10 echo "*** Test fscanf(): different scientific format types with strings ***\n";
18 // array of strings
19 $strings = array (
45 foreach($strings as $string) {
83 *** Test fscanf(): different scientific format types with strings ***
H A Dfscanf_variation6.phpt2 Test fscanf() function: usage variations - integer formats with strings
6 /* Test fscanf() to scan strings using different integer format types */
10 echo "*** Test fscanf(): different integer format types with strings ***\n";
18 // array of strings
19 $strings = array (
45 foreach($strings as $string) {
83 *** Test fscanf(): different integer format types with strings ***
H A Dcopy_variation1.phpt2 Test copy() function: usage variations - destination file names(numerics/strings)
5 /* Test copy() function: In creation of destination file names containing numerics/strings
9 echo "*** Test copy() function: destination file names containing numerics/strings ***\n";
19 /* File names containing numerics, strings */
72 *** Test copy() function: destination file names containing numerics/strings ***
/php-src/ext/standard/tests/strings/
H A Dstrip_tags_variation4.phpt12 $strings = array (
30 //loop through the various elements of strings array to test strip_tags() functionality
32 foreach($strings as $string_value)
H A Dstrip_tags_variation7.phpt11 $strings = array (
28 //loop through the various elements of strings array to test strip_tags() functionality
30 foreach($strings as $string_value)
H A Dstrrchr_variation5.phpt14 echo "*** Testing strrchr() function: with heredoc strings ***\n";
36 *** Testing strrchr() function: with heredoc strings ***
H A Dstr_decrement_basic.phpt2 str_decrement(): Decrementing various strings
27 // Interned strings
H A Dstrtok_variation3.phpt2 Test strtok() function : usage variations - with heredoc strings
6 * Testing strtok() : with heredoc strings
9 echo "*** Testing strtok() : with heredoc strings ***\n";
11 // defining different heredoc strings
66 *** Testing strtok() : with heredoc strings ***
H A Dbug39350.phpt2 Bug #39350 (implode/join() crash on empty input strings)
H A Dsubstr_count_variation_001.phpt16 echo "\n-- complex strings containing other than 7-bit chars --\n";
56 -- complex strings containing other than 7-bit chars --
/php-src/ext/mbstring/tests/
H A Dmb_encode_mimeheader_variation6.phpt2 Test mb_encode_mimeheader() function : usage variations - Pass different strings to $linefeed arg
13 * Pass different strings to $linefeed argument
/php-src/tests/lang/operators/
H A DbitwiseShiftRight_variationStr2.phpt2 Test >> operator : numbers as strings, simple
H A DbitwiseShiftLeft_variationStr2.phpt2 Test << operator : numbers as strings, simple
/php-src/ext/standard/tests/array/
H A Darray_values_variation3.phpt64 'strings' => 'strings',
148 string(7) "strings"
H A Darray_change_key_case_variation3.phpt61 'strings' => 'strings',
146 string(7) "strings"
H A Dbug38464.phpt2 Bug #38464 (array_count_values() mishandles numeric strings)
H A Darray_change_key_case_variation8.phpt2 Test array_change_key_case() function : usage variations - Different strings as keys
6 * Test how array_change_key_case() behaves with different strings
/php-src/ext/standard/tests/math/
H A Dbug30069.phpt2 Bug #30069 (floats as strings used in calculations do not work)
/php-src/ext/iconv/tests/
H A Dbug72320.phpt2 Bug #72320 (iconv_substr returns false for empty strings)
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_041.phpt2 Test typed properties weak conversion of strings
/php-src/ext/date/tests/
H A Dbug36510.phpt2 Bug #36510 (strtotime() fails to parse date strings with tabs)
H A Dbug72963.phpt7 $strings = [
12 foreach ($strings as $string) {
/php-src/ext/exif/tests/bug73115/
H A Dbug73115.phpt2 Bug #73115 (exif_read_data triggers warning on reading binary strings)
/php-src/ext/intl/tests/
H A Dnormalizer_get_raw_decomposition.phpt18 $strings = [
27 foreach ($strings as $string) {

Completed in 23 milliseconds

12345678910>>...22