/PHP-8.1/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 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 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"; 13 $#%^*&*_("_")!#@@!$#$^^&$*(special) 22 var_dump( strrpos($special_chars_str, "(special)") ); 28 -- 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"; 13 $#%^*&*_("_")!#@@!$#$^^&$*(special) 22 var_dump( stripos($special_chars_str, "(special)") ); 28 -- 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… 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 D | strtr_variation2.phpt | 2 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 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 \$,\!,\@,\%,\&"
|
H A D | strip_tags_variation7.phpt | 22 "<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 D | chunk_split_variation5.phpt | 18 $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 D | ucwords_variation3.phpt | 11 // different strings containing regular chars and special chars 35 //using special chars in sentence 40 //only special chars
|
/PHP-8.1/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-8.1/Zend/tests/ |
H A D | special_name_error2.phpt | 2 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 D | special_name_error3.phpt | 2 Cannot use special class name as trait name
|
H A D | fe_fetch_op2_live_range.phpt | 2 FE_FETCH op2 is a def and needs special live range handling
|
/PHP-8.1/ext/reflection/tests/ |
H A D | ReflectionReference_bug78263.phpt | 2 Bug #78263: Handling of self-referential array special case 6 // The case of a directly self-referential array is special and will
|
/PHP-8.1/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-8.1/ext/xmlwriter/tests/ |
H A D | 011.phpt | 18 xmlwriter_write_element($xw, 'chars', "special characters: <>\"'&"); 29 <chars>special characters: <>"'&</chars>
|
H A D | OO_010.phpt | 19 $xw->writeElement('chars', "special characters: <>\"'&"); 30 <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-8.1/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…
|
/PHP-8.1/ext/imap/tests/ |
H A D | imap_binary_basic.phpt | 19 echo "Encode a string with special characters\n"; 36 Encode a string with special characters
|
/PHP-8.1/ext/pcre/pcre2lib/ |
H A D | pcre2_substitute.c | 517 uint32_t special = 0; in pcre2_substitute() local 601 special = *(++ptr); in pcre2_substitute() 602 if (special != CHAR_PLUS && special != CHAR_MINUS) in pcre2_substitute() 609 rc = find_text_end(code, &ptr, repend, special == CHAR_MINUS); in pcre2_substitute() 613 if (special == CHAR_PLUS && *ptr == CHAR_COLON) in pcre2_substitute() 711 if (special == 0) /* Plain substitution */ in pcre2_substitute() 722 if (special != 0) in pcre2_substitute() 724 if (special == CHAR_MINUS) in pcre2_substitute()
|