Home
last modified time | relevance | path

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

12345

/PHP-8.2/ext/standard/tests/strings/
H A Dstrrchr_variation4.phpt2 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
12 $#%^*&*_("_")!#@@!$#$^^&*(special)
25 "(special)",
38 string(24) "!$#$^^&*(special)
40 string(31) "_")!#@@!$#$^^&*(special)
42 string(16) "(special)
44 string(21) "$^^&*(special)
46 string(16) "(special)
48 string(19) "^&*(special)
[all …]
H A Dstrrpos_variation4.phpt2 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";
13 $#%^*&*_("_")!#@@!$#$^^&$*(special)
22 var_dump( strrpos($special_chars_str, "(special)") );
28 -- With heredoc string containing special chars --
H A Dstripos_variation4.phpt2 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";
13 $#%^*&*_("_")!#@@!$#$^^&$*(special)
22 var_dump( stripos($special_chars_str, "(special)") );
28 -- With heredoc string containing special chars --
H A Dstrripos_variation4.phpt2 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";
13 $#%^*&*_("_")!#@@!$#$^^&$*(special)
27 -- With heredoc string containing special chars --
H A Dstrtr_variation2.phpt2 Test strtr() function : usage variations - string containing special chars for 'str' argument
6 * string containing various special characters for 'str' argument and
10 echo "*** Testing strtr() : string containing special chars for 'str' arg ***\n";
58 *** Testing strtr() : string containing special chars for 'str' arg ***
H A Dstrip_tags_variation4.phpt23 "<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 \$,\!,\@,\%,\&"
H A Dstrip_tags_variation7.phpt22 "<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>",
23 '<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>',
62 string(73) "<nnn>I am a quoted (") string with special chars like $,\!,\@,\%,\&</nnn>"
64 string(75) "<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>"
H A Dchunk_split_variation5.phpt18 $str = "This contains\tand special char & numbers 123.\nIt also checks for \0 char";
55 string(73) "This contains and special char & numbers 123.
58 string(77) "This contains and special ||char & numbers 123.
61 string(73) "This contains and special char & numbers 123.
H A Ducwords_variation3.phpt11 // different strings containing regular chars and special chars
35 //using special chars in sentence
40 //only special chars
/PHP-8.2/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-8.2/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_error3.phpt2 Cannot use special class name as trait name
/PHP-8.2/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-8.2/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-8.2/ext/xmlwriter/tests/
H A D011.phpt18 xmlwriter_write_element($xw, 'chars', "special characters: <>\"'&");
29 <chars>special characters: &lt;&gt;&quot;'&amp;</chars>
H A DOO_010.phpt19 $xw->writeElement('chars', "special characters: <>\"'&");
30 <chars>special characters: &lt;&gt;&quot;'&amp;</chars>
H A D012.phpt18 xmlwriter_write_element($xw, 'chars', "special characters: <>\"'&");
31 <chars>special characters: &lt;&gt;&quot;'&amp;</chars>
H A DOO_011.phpt19 $xw->writeElement('chars', "special characters: <>\"'&");
32 <chars>special characters: &lt;&gt;&quot;'&amp;</chars>
H A D007.phpt21 xmlwriter_write_element($xw, 'chars', "special characters: <>\"'&");
32 <chars>special characters: &lt;&gt;&quot;'&amp;</chars>
H A DOO_007.phpt22 $xw->writeElement('chars', "special characters: <>\"'&");
33 <chars>special characters: &lt;&gt;&quot;'&amp;</chars>
/PHP-8.2/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-8.2/ext/odbc/tests/
H A Dodbc_utils.phpt9 // 2. Yes, it should be quoted because of the special character in the middle.
11 // 1. No, the unescaped special character in the middle breaks what would be quoted.
12 // 2. Yes, it should be quoted because of the special character in the middle.
16 // 1. Yes, the special characters are escaped, so it's quoted.
/PHP-8.2/ext/imap/tests/
H A Dimap_binary_basic.phpt19 echo "Encode a string with special characters\n";
36 Encode a string with special characters
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c536 uint32_t special = 0; in pcre2_substitute() local
620 special = *(++ptr); in pcre2_substitute()
621 if (special != CHAR_PLUS && special != CHAR_MINUS) in pcre2_substitute()
628 rc = find_text_end(code, &ptr, repend, special == CHAR_MINUS); in pcre2_substitute()
632 if (special == CHAR_PLUS && *ptr == CHAR_COLON) in pcre2_substitute()
730 if (special == 0) /* Plain substitution */ in pcre2_substitute()
741 if (special != 0) in pcre2_substitute()
743 if (special == CHAR_MINUS) in pcre2_substitute()

Completed in 46 milliseconds

12345