Home
last modified time | relevance | path

Searched refs:special (Results 1 – 25 of 127) sorted by relevance

123456

/PHP-5.5/ext/standard/tests/strings/
H A Dstrrchr_variation4.phpt2 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 Dstripos_variation4.phpt2 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 Dstrrpos_variation4.phpt2 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 Dstrripos_variation4.phpt2 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 Dstrtr_variation2.phpt2 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 Dstrip_tags_variation7.phpt29 "<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 Dstrip_tags_variation4.phpt30 "<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 Dchunk_split_variation5.phpt24 $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 Ducwords_variation3.phpt16 // different strings containing regular chars and special chars
40 //using special chars in sentence
45 //only special chars
H A Ducwords_variation4.phpt16 // different strings containing regular chars and special chars
47 //using special chars in sentence
52 //only special chars
/PHP-5.5/ext/simplexml/tests/
H A Dprofile11.phpt9 <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 Dprofile10.phpt9 <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.5/ext/soap/tests/bugs/
H A Dbug47273.phpt20 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.5/ext/xmlwriter/tests/
H A D011.phpt22 xmlwriter_write_element($xw, 'chars', "special characters: <>\"'&");
33 <chars>special characters: &lt;&gt;&quot;'&amp;</chars>
H A D012.phpt22 xmlwriter_write_element($xw, 'chars', "special characters: <>\"'&");
35 <chars>special characters: &lt;&gt;&quot;'&amp;</chars>
H A DOO_010.phpt23 $xw->writeElement('chars', "special characters: <>\"'&");
34 <chars>special characters: &lt;&gt;&quot;'&amp;</chars>
H A DOO_011.phpt23 $xw->writeElement('chars', "special characters: <>\"'&");
36 <chars>special characters: &lt;&gt;&quot;'&amp;</chars>
H A D007.phpt25 xmlwriter_write_element($xw, 'chars', "special characters: <>\"'&");
36 <chars>special characters: &lt;&gt;&quot;'&amp;</chars>
H A DOO_007.phpt26 $xw->writeElement('chars', "special characters: <>\"'&");
37 <chars>special characters: &lt;&gt;&quot;'&amp;</chars>
/PHP-5.5/ext/date/tests/
H A Dbug50055.phpt26 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 Dtimezone_name_from_abbr_basic1.phpt16 echo "-- Tests with special cases first - no lookup needed --\n";
46 -- Tests with special cases first - no lookup needed --
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput81169 ) # special
1197 ) # special
1214 ) # special
1240 ) # special
1258 ) # special
1281 ) # special
1299 ) # special
1322 ) # special
1354 ) # special
1377 ) # special
[all …]
/PHP-5.5/ext/imap/tests/
H A Dimap_binary_basic.phpt26 echo "Encode a string with special characters\n";
44 Encode a string with special characters
/PHP-5.5/ext/json/tests/
H A Dpass001.phpt40 \"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.5/ext/standard/tests/file/
H A Dcopy_variation2-win32.phpt2 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 ***

Completed in 35 milliseconds

123456