Home
last modified time | relevance | path

Searched refs:strings (Results 101 – 125 of 542) sorted by relevance

12345678910>>...22

/php-src/ext/pdo_dblib/tests/
H A Dbug_73396.phpt2 PDO_DBLIB: bigint columns are returned as strings
18 // on 32-bit machines, they will come back as strings because zend_long isn't big enough
/php-src/ext/mbstring/tests/
H A Dmb_trim.phpt30 echo "== Multi strings ==\n";
38 echo "== Many strings ==\n";
73 echo "== Same strings ==\n";
104 == Multi strings ==
111 == Many strings ==
135 == Same strings ==
/php-src/ext/standard/tests/array/
H A Dnatcasesort_variation11.phpt63 'strings' => 'strings',
166 ["strings"]=>
167 string(7) "strings"
H A Dcompact.phpt31 Warning: compact(): Argument #1 must be string or array of strings, true given in %s on line %d
33 Warning: compact(): Argument #2 must be string or array of strings, int given in %s on line %d
/php-src/ext/standard/tests/strings/
H A Dstrlen.phpt10 $strings = array( "Hello, World",
51 for($i=0; $i<count($strings); $i++) {
52 echo "String length of '$strings[$i]' is => ";
53 var_dump( strlen($strings[$i]) );
101 echo "\n--- Testing simple and complex syntax strings ---\n";
125 Deprecated: Using ${var} in strings is deprecated, use {$var} instead in %s on line %d
181 --- Testing simple and complex syntax strings ---
H A Dstripos_variation5.phpt9 echo "*** Testing stripos() function: with heredoc strings ***\n";
23 *** Testing stripos() function: with heredoc strings ***
H A Dstrrchr_variation7.phpt9 echo "*** Testing strrchr() function: with heredoc strings ***\n";
31 *** Testing strrchr() function: with heredoc strings ***
H A Dstrripos_variation5.phpt9 echo "*** Testing strripos() function: with heredoc strings ***\n";
22 *** Testing strripos() function: with heredoc strings ***
H A Dstrrpos_variation5.phpt9 echo "*** Testing strrpos() function: with heredoc strings ***\n";
23 *** Testing strrpos() function: with heredoc strings ***
H A Dstrrpos_variation7.phpt9 echo "*** Testing strrpos() function: with heredoc strings ***\n";
24 *** Testing strrpos() function: with heredoc strings ***
H A Dfprintf_variation_009.phpt7 $strings = array( NULL, "abc", 'aaa' );
19 foreach( $strings as $str ) {
H A Dstr_increment_basic.phpt2 str_increment(): Incrementing various strings
18 // Interned strings
H A Dstrip_tags_variation10.phpt2 Test strip_tags() function : usage variations - single quoted strings
6 * testing functionality of strip_tags() by giving single quoted strings as values for $str argument
23 //loop through the various elements of strings array to test strip_tags() functionality
H A Dstrip_tags_variation9.phpt2 Test strip_tags() function : usage variations - double quoted strings
6 * testing functionality of strip_tags() by giving double quoted strings as values for $str argument
22 //loop through the various elements of strings array to test strip_tags() functionality
H A Dstr_split_variation4.phpt2 Test str_split() function : usage variations - different single quoted strings for 'str' argument
6 * passing different single quoted strings as 'str' argument to str_split()
10 echo "*** Testing str_split() : single quoted strings for 'str' ***\n";
39 *** Testing str_split() : single quoted strings for 'str' ***
H A Dstripos_variation3.phpt9 echo "*** Testing stripos() function: with heredoc strings ***\n";
25 *** Testing stripos() function: with heredoc strings ***
H A Dstrrchr_variation3.phpt9 echo "*** Testing strrchr() function: with heredoc strings ***\n";
31 *** Testing strrchr() function: with heredoc strings ***
/php-src/ext/intl/tests/
H A Dregression_sort_eq.phpt8 * Test sorting strings that have different length but otherwise equal.
27 // Each array contains equal strings that differ only in their length.
H A Dregression_sortwsk_eq.phpt8 * Test sorting strings that have different length but otherwise equal.
27 // Each array contains equal strings that differ only in their length.
/php-src/ext/ctype/tests/
H A Dctype_alpha_variation3.phpt2 Test ctype_alpha() function : usage variations - different strings
8 * Pass strings containing different character types to ctype_alpha() to test
9 * which are considered valid alphabetic character only strings
H A Dctype_digit_variation3.phpt2 Test ctype_digit() function : usage variations - different strings
8 * Pass strings containing different character types to ctype_digit() to test
9 * which are considered valid decimal digit only strings
H A Dctype_lower_variation3.phpt2 Test ctype_lower() function : usage variations - different strings
8 * Pass strings containing different character types to ctype_lower() to test
9 * which are considered valid lowercase character only strings
H A Dctype_space_variation3.phpt2 Test ctype_space() function : usage variations - different strings
8 * Pass strings containing different character types to ctype_space() to test
9 * which are considered valid whitespace character only strings
H A Dctype_upper_variation3.phpt2 Test ctype_upper() function : usage variations - different strings
8 * Pass strings containing different character types to ctype_upper() to test
9 * which are considered valid uppercase character only strings
H A Dctype_xdigit_variation3.phpt2 Test ctype_xdigit() function : usage variations - Different strings
8 * Pass strings containing different character types to ctype_xdigit() to test
9 * which are considered valid hexadecimal 'digit' only strings

Completed in 1388 milliseconds

12345678910>>...22