Home
last modified time | relevance | path

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

12345

/PHP-7.4/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_variation4.phpt28 "<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>",
29 '<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>',
69 string(62) "I am a quoted (") string with special chars like $,\!,\@,\%,\&"
71 string(64) "I am a quoted (\") string with special chars like \$,\!,\@,\%,\&"
H A Dstrip_tags_variation7.phpt27 "<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>",
28 '<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>',
67 string(73) "<nnn>I am a quoted (") string with special chars like $,\!,\@,\%,\&</nnn>"
69 string(75) "<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>"
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.
/PHP-7.4/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-7.4/Zend/tests/
H A Dspecial_name_error2.phpt2 Cannot use special class name as alias
10 Fatal error: Cannot use Foo\Bar as self because 'self' is a special class name in %s on line %d
H A Dspecial_name_error1.phpt2 Cannot use special class name as namespace
H A Dspecial_name_error3.phpt2 Cannot use special class name as trait name
H A Dfe_fetch_op2_live_range.phpt2 FE_FETCH op2 is a def and needs special live range handling
H A Dcustom_assert_deprecation.phpt12 Deprecated: Defining a custom assert() function is deprecated, as the function has special semantic…
/PHP-7.4/ext/reflection/tests/
H A DReflectionReference_bug78263.phpt2 Bug #78263: Handling of self-referential array special case
6 // The case of a directly self-referential array is special and will
/PHP-7.4/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-7.4/ext/xmlwriter/tests/
H A D011.phpt20 xmlwriter_write_element($xw, 'chars', "special characters: <>\"'&");
31 <chars>special characters: &lt;&gt;&quot;'&amp;</chars>
H A DOO_010.phpt21 $xw->writeElement('chars', "special characters: <>\"'&");
32 <chars>special characters: &lt;&gt;&quot;'&amp;</chars>
H A D012.phpt20 xmlwriter_write_element($xw, 'chars', "special characters: <>\"'&");
33 <chars>special characters: &lt;&gt;&quot;'&amp;</chars>
H A DOO_011.phpt21 $xw->writeElement('chars', "special characters: <>\"'&");
34 <chars>special characters: &lt;&gt;&quot;'&amp;</chars>
H A DOO_007.phpt24 $xw->writeElement('chars', "special characters: <>\"'&");
35 <chars>special characters: &lt;&gt;&quot;'&amp;</chars>
H A D007.phpt23 xmlwriter_write_element($xw, 'chars', "special characters: <>\"'&");
34 <chars>special characters: &lt;&gt;&quot;'&amp;</chars>
/PHP-7.4/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…
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_reserved2_use.phpt8 Fatal error: Cannot use foobar as int because 'int' is a special class name in %s on line %d

Completed in 52 milliseconds

12345