/PHP-5.6/ext/standard/tests/strings/ |
H A D | strrchr_variation4.phpt | 2 Test strrchr() function : usage variations - heredoc string containing special chars for 'haystack' 10 /* Test strrchr() function by passing heredoc string containing special chars for haystack 17 $#%^*&*_("_")!#@@!$#$^^&*(special) 30 "(special)", 43 string(24) "!$#$^^&*(special) 45 string(31) "_")!#@@!$#$^^&*(special) 47 string(16) "(special) 49 string(21) "$^^&*(special) 51 string(16) "(special) 53 string(19) "^&*(special) [all …]
|
H A D | stripos_variation4.phpt | 2 Test stripos() function : usage variations - heredoc string containing special chars for 'haystack'… 10 /* Test stripos() function by passing heredoc string containing special chars for haystack 15 echo "-- With heredoc string containing special chars --\n"; 18 $#%^*&*_("_")!#@@!$#$^^&$*(special) 27 var_dump( stripos($special_chars_str, "(special)") ); 33 -- 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'… 10 /* Test strrpos() function by passing heredoc string containing special chars for haystack 15 echo "-- With heredoc string containing special chars --\n"; 18 $#%^*&*_("_")!#@@!$#$^^&$*(special) 27 var_dump( strrpos($special_chars_str, "(special)") ); 33 -- With heredoc string containing special chars --
|
H A D | strripos_variation4.phpt | 2 Test strripos() function : usage variations - heredoc string containing special chars for 'haystack… 10 /* Test strripos() function by passing heredoc string containing special chars for haystack 15 echo "-- With heredoc string containing special chars --\n"; 18 $#%^*&*_("_")!#@@!$#$^^&$*(special) 33 -- With heredoc string containing special chars --
|
H A D | strtr_variation2.phpt | 2 Test strtr() function : usage variations - string containing special chars for 'str' argument 12 * string containing various special characters for 'str' argument and 16 echo "*** Testing strtr() : string containing special chars for 'str' arg ***\n"; 64 *** Testing strtr() : string containing special chars for 'str' arg ***
|
H A D | strip_tags_variation4.phpt | 30 "<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>", 31 '<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>', 71 string(62) "I am a quoted (") string with special chars like $,\!,\@,\%,\&" 73 string(64) "I am a quoted (\") string with special chars like \$,\!,\@,\%,\&"
|
H A D | strip_tags_variation7.phpt | 29 "<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>", 30 '<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>', 69 string(73) "<nnn>I am a quoted (") string with special chars like $,\!,\@,\%,\&</nnn>" 71 string(75) "<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>"
|
H A D | chunk_split_variation5.phpt | 24 $str = "This contains\tand special char & numbers 123.\nIt also checks for \0 char"; 60 string(73) "This contains and special char & numbers 123. 63 string(77) "This contains and special ||char & numbers 123. 66 string(73) "This contains and special char & numbers 123.
|
H A D | ucwords_variation3.phpt | 16 // different strings containing regular chars and special chars 40 //using special chars in sentence 45 //only special chars
|
H A D | ucwords_variation4.phpt | 16 // different strings containing regular chars and special chars 47 //using special chars in sentence 52 //only special chars
|
/PHP-5.6/ext/simplexml/tests/ |
H A D | profile11.phpt | 9 <root xmlns:reserved="reserved-ns" xmlns:special="special-ns"> 11 <special:child>World</special:child> 16 var_dump($root->children('special-ns')->child); 18 var_dump((string)$root->children('special-ns')->child);
|
H A D | profile10.phpt | 9 <root xmlns:reserved="reserved-ns" xmlns:special="special-ns"> 10 <child reserved:attribute="Sample" special:attribute="Test" /> 15 $spattr = $root->child->attributes('special-ns');
|
/PHP-5.6/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 …:test1Response><return xsi:type="xsd:string">Test #1 exception with some special chars: ÃÃö</re… 49 …lt><faultcode>Sender</faultcode><faultstring>Test #2 exception with some special chars: ÃÃö</fa…
|
/PHP-5.6/ext/xmlwriter/tests/ |
H A D | 011.phpt | 22 xmlwriter_write_element($xw, 'chars', "special characters: <>\"'&"); 33 <chars>special characters: <>"'&</chars>
|
H A D | 012.phpt | 22 xmlwriter_write_element($xw, 'chars', "special characters: <>\"'&"); 35 <chars>special characters: <>"'&</chars>
|
H A D | OO_010.phpt | 23 $xw->writeElement('chars', "special characters: <>\"'&"); 34 <chars>special characters: <>"'&</chars>
|
H A D | OO_011.phpt | 23 $xw->writeElement('chars', "special characters: <>\"'&"); 36 <chars>special characters: <>"'&</chars>
|
H A D | 007.phpt | 25 xmlwriter_write_element($xw, 'chars', "special characters: <>\"'&"); 36 <chars>special characters: <>"'&</chars>
|
H A D | OO_007.phpt | 26 $xw->writeElement('chars', "special characters: <>\"'&"); 37 <chars>special characters: <>"'&</chars>
|
/PHP-5.6/ext/date/tests/ |
H A D | bug50055.phpt | 26 Warning: date_sub(): Only non-special relative time specifications are supported for subtraction in… 30 Warning: date_sub(): Only non-special relative time specifications are supported for subtraction in…
|
H A D | timezone_name_from_abbr_basic1.phpt | 16 echo "-- Tests with special cases first - no lookup needed --\n"; 46 -- Tests with special cases first - no lookup needed --
|
/PHP-5.6/ext/pcre/pcrelib/testdata/ |
H A D | testinput8 | 1169 ) # special 1197 ) # special 1214 ) # special 1240 ) # special 1258 ) # special 1281 ) # special 1299 ) # special 1322 ) # special 1354 ) # special 1377 ) # special [all …]
|
/PHP-5.6/ext/imap/tests/ |
H A D | imap_binary_basic.phpt | 26 echo "Encode a string with special characters\n"; 44 Encode a string with special characters
|
/PHP-5.6/ext/json/tests/ |
H A D | pass001.phpt | 40 \"special\": \"`1~!@#$%^&*()_+-={':[,]}|;.</>?\", 123 "special": "`1~!@#$%^&*()_+-={':[,]}|;.</>?", 215 ["special"]=> 353 ["special"]=> 432 …mnopqrstuvwyz","ALPHA":"ABCDEFGHIJKLMNOPQRSTUVWYZ","digit":"0123456789","special":"`1~!@#$%^&*()_+… 434 …mnopqrstuvwyz","ALPHA":"ABCDEFGHIJKLMNOPQRSTUVWYZ","digit":"0123456789","special":"`1~!@#$%^&*()_+… 495 ["special"]=> 633 ["special"]=>
|
/PHP-5.6/ext/standard/tests/file/ |
H A D | copy_variation2-win32.phpt | 2 Test copy() function: usage variations - destination file names(special chars) 15 /* Test copy() function: In creation of destination file names containing special characters 19 echo "*** Test copy() function: destination file names containing special characters ***\n"; 29 /* File names containing special(non-alpha numeric) characters */ 93 *** Test copy() function: destination file names containing special characters ***
|