/PHP-8.1/ext/standard/tests/strings/ |
H A D | chunk_split_variation9.phpt | 2 Test chunk_split() function : usage variations - different double quoted strings for 'ending' argum… 6 * passing different double quoted strings for 'ending' argument to chunk_split() 10 echo "*** Testing chunk_split() : different strings for 'ending' ***\n"; 13 $str = "This is to test chunk_split() with various ending string"; 16 //different values for 'ending' argument 33 ")ending string(", //sentence as ending string 38 //loop through element of values for 'ending' 47 *** Testing chunk_split() : different strings for 'ending' *** 49 string(56) "This is to test chunk_split() with various ending string" 103 …ending string(s to t)ending string(est ch)ending string(unk_sp)ending string(lit() )ending string(…
|
H A D | chunk_split_basic.phpt | 7 * arguments as well as with default arguments chunklen and ending 16 $ending = '##'; 20 var_dump( chunk_split($str, $chunklen, $ending) ); 23 // Calling chunk_split() with default ending string 24 echo "-- Testing chunk_split() with default ending string --\n"; 28 //Calling chunk_split() with default chunklen and ending string 29 echo "-- Testing chunk_split() with default chunklen and ending string --\n"; 38 -- Testing chunk_split() with default ending string -- 44 -- Testing chunk_split() with default chunklen and ending string --
|
H A D | chunk_split_variation11.phpt | 2 Test chunk_split() function : usage variations - different strings for 'ending' with heredoc 'str' 6 * passing different strings for 'ending' and heredoc string as 'str' to chunk_split() 10 echo "*** Testing chunk_split() : different values for 'ending' with heredoc 'str'***\n"; 21 //different values for 'ending' 32 //loop through each values for 'ending' 41 *** Testing chunk_split() : different values for 'ending' with heredoc 'str'***
|
H A D | chunk_split_variation12.phpt | 2 Test chunk_split() function : usage variations - different heredoc strings for 'ending' argument 6 * passing different heredoc strings as 'ending' argument to chunk_split() 10 echo "*** Testing chunk_split() : different heredoc strings for 'ending' argument ***\n"; 14 $str = "This is str to check with heredoc ending.This\tcontains,\nspeci@! ch@r$ __with wrong \k esc… 57 // different heredoc strings for 'ending' 81 *** Testing chunk_split() : different heredoc strings for 'ending' argument *** 83 string(102) "This is str to check with heredoc ending.This contains, 86 string(102) "This is str to check with heredoc ending.This contains, 137 …e it'll \work! with here"To check " in heredoc".I'm sure it'll \work!doc ending"To check " in here…
|
H A D | chunk_split_variation5.phpt | 11 * 'ending' is set to '||' 17 $ending = "||"; 36 var_dump( chunk_split($str, $values[$count], $ending) );
|
H A D | chunk_split_variation6.phpt | 7 * 'chunklen' is set to 7 and 'ending' is '):(' 14 $ending = "):("; 37 var_dump( chunk_split($values[$count], $chunklen, $ending) );
|
H A D | chunk_split_variation7.phpt | 7 * here 'chunklen' is set to 5 and 'ending' is "????" 14 $ending = "????"; 35 var_dump( chunk_split( $values[$count], $chunklen, $ending) );
|
/PHP-8.1/ext/dom/tests/ |
H A D | DOMDocument_loadXML_error1_gte2_12.phpt | 8 This test verifies the method detects an opening and ending tag mismatch 24 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: title line 5 and book … 26 Warning: DOMDocument::load%r(XML){0,1}%r(): %rexpected '>'|Opening and ending tag mismatch: book li…
|
H A D | DOMDocument_load_error1_gte2_12.phpt | 8 This test verifies the method detects an opening and ending tag mismatch 24 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: title line 5 and book … 26 Warning: DOMDocument::load%r(XML){0,1}%r(): %rexpected '>'|Opening and ending tag mismatch: book li…
|
H A D | DOMDocument_load_error1.phpt | 8 This test verifies the method detects an opening and ending tag mismatch 26 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: title line 5 and book … 28 Warning: DOMDocument::load%r(XML){0,1}%r(): %rexpected '>'|Opening and ending tag mismatch: book li…
|
H A D | DOMDocument_loadXML_error1.phpt | 8 This test verifies the method detects an opening and ending tag mismatch 26 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: title line 5 and book … 28 Warning: DOMDocument::load%r(XML){0,1}%r(): %rexpected '>'|Opening and ending tag mismatch: book li…
|
H A D | DOMDocument_load_error3.phpt | 4 This test verifies the method detects and opening and ending tag mismatch 22 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: boOk line 8 and book %s
|
/PHP-8.1/ext/pcre/tests/ |
H A D | delimiters.phpt | 29 Warning: preg_match(): No ending delimiter '~' found in %sdelimiters.php on line 8 36 Warning: preg_match(): No ending matching delimiter '}' found in %sdelimiters.php on line 11
|
H A D | errors03.phpt | 11 Warning: preg_match(): No ending delimiter '/' found in %s on line %d
|
/PHP-8.1/ext/libxml/tests/ |
H A D | 002.phpt | 66 Fatal Error 76: Opening and ending tag mismatch: titles line 4 and title 80 string(57) "Opening and ending tag mismatch: titles line 4 and title
|
/PHP-8.1/ext/filter/tests/ |
H A D | bug44445.phpt | 2 Bug #44445 (email validator does not handle domains starting/ending with a -)
|
/PHP-8.1/Zend/tests/ |
H A D | flexible-heredoc-error1.phpt | 2 Flexible heredoc syntax 1: different indentation for body (spaces) ending marker (tabs)
|
H A D | flexible-heredoc-error3.phpt | 2 Flexible heredoc syntax error 3: mixing spaces and tabs in ending marker
|
H A D | flexible-heredoc-error5.phpt | 2 Flexible heredoc syntax error 5: mixing spaces and tabs in ending marker for 0 length body
|
H A D | flexible-nowdoc-error1.phpt | 2 Flexible nowdoc syntax 1: different indentation for body (spaces) ending marker (tabs)
|
H A D | flexible-nowdoc-error3.phpt | 2 Flexible nowdoc syntax error 3: mixing spaces and tabs in ending marker
|
H A D | flexible-nowdoc-error5.phpt | 2 Flexible nowdoc syntax error 5: mixing spaces and tabs in ending marker for 0 length body
|
H A D | flexible-heredoc-error6.phpt | 2 Flexible heredoc syntax error 6: no ending token on 0 length body
|
H A D | flexible-nowdoc-error6.phpt | 2 Flexible nowdoc syntax error 6: no ending token on 0 length body
|
H A D | flexible-nowdoc-error8.phpt | 2 Flexible nowdoc syntax error 8: no ending token with explicit trailing space
|