/php-src/ext/standard/tests/strings/ |
H A D | strrchr_variation4.phpt | 2 Test strrchr() function : usage variations - heredoc string containing special chars for 'haystack' 5 /* Test strrchr() function by passing heredoc string containing special chars for haystack 13 chars. 39 chars." 41 chars." 43 chars." 45 chars." 47 chars." 49 chars." 52 chars."
|
H A D | strripos_variation4.phpt | 2 Test strripos() function : usage variations - heredoc string containing special chars for 'haystack… 5 /* Test strripos() function by passing heredoc string containing special chars for haystack 10 echo "-- With heredoc string containing special chars --\n"; 14 chars. 27 -- With heredoc string containing special chars --
|
H A D | stripos_variation4.phpt | 2 Test stripos() function : usage variations - heredoc string containing special chars for 'haystack'… 5 /* Test stripos() function by passing heredoc string containing special chars for haystack 10 echo "-- With heredoc string containing special chars --\n"; 14 chars. 28 -- With heredoc string containing special chars --
|
H A D | strrpos_variation4.phpt | 2 Test strrpos() function : usage variations - heredoc string containing special chars for 'haystack'… 5 /* Test strrpos() function by passing heredoc string containing special chars for haystack 10 echo "-- With heredoc string containing special chars --\n"; 14 chars. 28 -- With heredoc string containing special chars --
|
H A D | strpos_variation1.phpt | 2 Test strpos() function : usage variations - complex strings containing other than 7-bit chars 7 echo "-- Positions of some chars in the string '$stringAsHex' are as follows --\n"; 18 -- Positions of some chars in the string '008081eaebfeff' are as follows --
|
H A D | strstr_variation1.phpt | 2 Test strstr() function : usage variations - complex strings containing other than 7-bit chars 7 echo "-- Positions of some chars in the string '$stringAsHex' are as follows --\n"; 18 -- Positions of some chars in the string '008081eaebfeff' are as follows --
|
H A D | strtr_variation2.phpt | 2 Test strtr() function : usage variations - string containing special chars for 'str' argument 7 * corresponding translation pair of chars for 'from', 'to' & 'replace_pairs' arguments 10 echo "*** Testing strtr() : string containing special chars for 'str' arg ***\n"; 58 *** Testing strtr() : string containing special chars for 'str' arg ***
|
H A D | strrpos_variation8.phpt | 2 Test strrpos() function : usage variations - repetitive chars for 'haystack' argument 9 echo "*** Testing strrpos() function: strings repetitive chars ***\n"; 23 *** Testing strrpos() function: strings repetitive chars ***
|
H A D | ucwords_variation3.phpt | 11 // different strings containing regular chars and special chars 23 // using quote chars in sentence 35 //using special chars in sentence 40 //only special chars
|
H A D | fprintf_variation_004.phpt | 14 fprintf($fp, "\n*** Testing fprintf() for chars ***\n"); 29 *** Testing fprintf() for chars ***
|
H A D | strip_tags_variation4.phpt | 23 "<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>", 24 '<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>', 64 string(62) "I am a quoted (") string with special chars like $,\!,\@,\%,\&" 66 string(64) "I am a quoted (\") string with special chars like \$,\!,\@,\%,\&"
|
/php-src/ext/standard/tests/file/ |
H A D | fgets_variation3.phpt | 47 var_dump( fgets($file_handle, 23) ); // expected: 22 chars 71 -- fgets() with length = 23, Expected: 22 chars, file pointer at 0 -- 82 -- fgets() with length = 23, Expected: 22 chars, file pointer at 0 -- 94 -- fgets() with length = 23, Expected: 22 chars, file pointer at 0 -- 106 -- fgets() with length = 23, Expected: 22 chars, file pointer at 0 -- 119 -- fgets() with length = 23, Expected: 22 chars, file pointer at 0 -- 130 -- fgets() with length = 23, Expected: 22 chars, file pointer at 0 -- 142 -- fgets() with length = 23, Expected: 22 chars, file pointer at 0 -- 154 -- fgets() with length = 23, Expected: 22 chars, file pointer at 0 -- 167 -- fgets() with length = 23, Expected: 22 chars, file pointer at 0 -- [all …]
|
H A D | fgets_basic.phpt | 33 var_dump( fgets($file_handle, 23) ); // expected: 22 chars 56 -- fgets() with length = 23, Expected: 22 chars, file pointer at 0 -- 66 -- fgets() with length = 23, Expected: 22 chars, file pointer at 0 -- 77 -- fgets() with length = 23, Expected: 22 chars, file pointer at 0 -- 88 -- fgets() with length = 23, Expected: 22 chars, file pointer at 0 -- 100 -- fgets() with length = 23, Expected: 22 chars, file pointer at 0 -- 110 -- fgets() with length = 23, Expected: 22 chars, file pointer at 0 -- 121 -- fgets() with length = 23, Expected: 22 chars, file pointer at 0 -- 132 -- fgets() with length = 23, Expected: 22 chars, file pointer at 0 -- 144 -- fgets() with length = 23, Expected: 22 chars, file pointer at 0 -- [all …]
|
H A D | copy_variation17.phpt | 2 Test copy() function: usage variations - wildcard chars in source 5 …st copy(): Trying to copy the source file which is given with the combination of wild-card chars */ 9 echo "*** Test copy() function: With source file names containing wild-card chars ***\n"; 49 *** Test copy() function: With source file names containing wild-card chars ***
|
/php-src/ext/spl/tests/SplFileObject/ |
H A D | SplFileObject_fputcsv_variation13.phpt | 2 Test fputcsv() : usage variations - with default enclosure & delimiter of two chars 7 of two chars is provided */ 9 echo "*** Testing fputcsv() : with default enclosure & delimiter of two chars ***\n"; 29 *** Testing fputcsv() : with default enclosure & delimiter of two chars ***
|
H A D | SplFileObject_fputcsv_variation14.phpt | 2 Test fputcsv() : usage variations - with enclosure & delimiter of two chars 7 of two chars is provided and file is opened in read only mode */ 9 echo "*** Testing fputcsv() : with enclosure & delimiter of two chars and file opened in read mode … 34 *** Testing fputcsv() : with enclosure & delimiter of two chars and file opened in read mode ***
|
/php-src/ext/mbstring/tests/ |
H A D | mbregex_stack_limit2.phpt | 15 function mb_trim_regex( $string, $chars = "", $chars_array = array() ) 17 …for( $x=0; $x<iconv_strlen( $chars ); $x++ ) $chars_array[] = preg_quote( iconv_substr( $chars, $x…
|
/php-src/ext/xmlwriter/tests/ |
H A D | OO_010.phpt | 19 $xw->writeElement('chars', "special characters: <>\"'&"); 30 <chars>special characters: <>"'&</chars>
|
H A D | 011.phpt | 18 xmlwriter_write_element($xw, 'chars', "special characters: <>\"'&"); 29 <chars>special characters: <>"'&</chars>
|
H A D | 012.phpt | 18 xmlwriter_write_element($xw, 'chars', "special characters: <>\"'&"); 31 <chars>special characters: <>"'&</chars>
|
H A D | OO_011.phpt | 19 $xw->writeElement('chars', "special characters: <>\"'&"); 32 <chars>special characters: <>"'&</chars>
|
H A D | 007.phpt | 21 xmlwriter_write_element($xw, 'chars', "special characters: <>\"'&"); 32 <chars>special characters: <>"'&</chars>
|
H A D | OO_007.phpt | 22 $xw->writeElement('chars', "special characters: <>\"'&"); 33 <chars>special characters: <>"'&</chars>
|
/php-src/ext/reflection/tests/ |
H A D | ReflectionClass_export_basic1.phpt | 11 $e = "15 chars long -", 19 define('K', "16 chars long --"); 56 Parameter #4 [ <optional> $e = '15 chars long -' ]
|
/php-src/ext/soap/tests/bugs/ |
H A D | bug47273.phpt | 20 return 'Test #1 exception with some special chars: Äßö'; 24 //throw new SoapFault('Server', 'Test #2 exception with some special chars: Äßö'); 25 throw new Exception('Test #2 exception with some special chars: Äßö'); 47 …esponse><return xsi:type="xsd:string">Test #1 exception with some special chars: ÃÃö</return></… 49 …ltcode>Sender</faultcode><faultstring>Test #2 exception with some special chars: ÃÃö</faultstri…
|