Home
last modified time | relevance | path

Searched refs:ending (Results 1 – 25 of 58) sorted by relevance

123

/PHP-8.1/ext/standard/tests/strings/
H A Dchunk_split_variation9.phpt2 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"
103ending string(s to t)ending string(est ch)ending string(unk_sp)ending string(lit() )ending string(…
H A Dchunk_split_basic.phpt7 * 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 Dchunk_split_variation11.phpt2 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 Dchunk_split_variation12.phpt2 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 Dchunk_split_variation5.phpt11 * 'ending' is set to '||'
17 $ending = "||";
36 var_dump( chunk_split($str, $values[$count], $ending) );
H A Dchunk_split_variation6.phpt7 * 'chunklen' is set to 7 and 'ending' is '):('
14 $ending = "):(";
37 var_dump( chunk_split($values[$count], $chunklen, $ending) );
H A Dchunk_split_variation7.phpt7 * 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 DDOMDocument_loadXML_error1_gte2_12.phpt8 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 DDOMDocument_load_error1_gte2_12.phpt8 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 DDOMDocument_load_error1.phpt8 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 DDOMDocument_loadXML_error1.phpt8 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 DDOMDocument_load_error3.phpt4 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 Ddelimiters.phpt29 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 Derrors03.phpt11 Warning: preg_match(): No ending delimiter '/' found in %s on line %d
/PHP-8.1/ext/libxml/tests/
H A D002.phpt66 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 Dbug44445.phpt2 Bug #44445 (email validator does not handle domains starting/ending with a -)
/PHP-8.1/Zend/tests/
H A Dflexible-heredoc-error1.phpt2 Flexible heredoc syntax 1: different indentation for body (spaces) ending marker (tabs)
H A Dflexible-heredoc-error3.phpt2 Flexible heredoc syntax error 3: mixing spaces and tabs in ending marker
H A Dflexible-heredoc-error5.phpt2 Flexible heredoc syntax error 5: mixing spaces and tabs in ending marker for 0 length body
H A Dflexible-nowdoc-error1.phpt2 Flexible nowdoc syntax 1: different indentation for body (spaces) ending marker (tabs)
H A Dflexible-nowdoc-error3.phpt2 Flexible nowdoc syntax error 3: mixing spaces and tabs in ending marker
H A Dflexible-nowdoc-error5.phpt2 Flexible nowdoc syntax error 5: mixing spaces and tabs in ending marker for 0 length body
H A Dflexible-heredoc-error6.phpt2 Flexible heredoc syntax error 6: no ending token on 0 length body
H A Dflexible-nowdoc-error6.phpt2 Flexible nowdoc syntax error 6: no ending token on 0 length body
H A Dflexible-nowdoc-error8.phpt2 Flexible nowdoc syntax error 8: no ending token with explicit trailing space

Completed in 13 milliseconds

123