Home
last modified time | relevance | path

Searched refs:more (Results 26 – 50 of 447) sorted by relevance

12345678910>>...18

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_multires.phpt53 printf("[008] No more rows expected\n");
57 printf("[009] Expected more results\n");
74 printf("[012] No more rows expected\n");
78 printf("[013] Expected more results\n");
84 printf("[014] No more results expected\n");
/PHP-7.4/ext/posix/tests/
H A Dposix_errno_error.phpt14 echo "*** Test by calling method or function with more than expected arguments ***\n";
21 *** Test by calling method or function with more than expected arguments ***
/PHP-7.4/ext/standard/tests/
H A Dforward_static_call_array.phpt30 forward_static_call_array(array('A', 'test'), array('more', 'args'));
40 B more,args
/PHP-7.4/ext/standard/tests/strings/
H A Dmoney_format_error.phpt32 echo "\n-- Testing money_format() function with more than expected no. of arguments --\n";
35 echo "\n-- Testing money_format() function with more than one token --\n";
56 -- Testing money_format() function with more than expected no. of arguments --
63 -- Testing money_format() function with more than one token --
H A Dchr_error.phpt16 echo "\n-- Testing chr() function with more than expected no. of arguments --\n";
30 -- Testing chr() function with more than expected no. of arguments --
H A Dstrval_error.phpt22 //Test strval with one more than the expected number of arguments
23 echo "\n-- Testing strval() function with more than expected no. of arguments --\n";
43 -- Testing strval() function with more than expected no. of arguments --
/PHP-7.4/ext/pcre/tests/
H A Dpreg_grep_basic.phpt12 …); //finds / followed by one or more of a-z, A-Z and 0-9, followed by zero or more . followed by z…
/PHP-7.4/ext/standard/tests/file/
H A Dchmod_error.phpt14 //Test chmod with one more than the expected number of arguments
15 echo "\n-- Testing chmod() function with more than expected no. of arguments --\n";
35 -- Testing chmod() function with more than expected no. of arguments --
H A Dparse_ini_file_error.phpt17 //Test parse_ini_file with one more than the expected number of arguments
18 echo "\n-- Testing parse_ini_file() function with more than expected no. of arguments --\n";
38 -- Testing parse_ini_file() function with more than expected no. of arguments --
/PHP-7.4/ext/imap/tests/
H A Dimap_fetchheader_error.phpt21 //Test imap_fetchheader with one more than the expected number of arguments
22 echo "\n-- Testing imap_fetchheader() function with more than expected no. of arguments --\n";
40 -- Testing imap_fetchheader() function with more than expected no. of arguments --
H A Dimap_binary_basic.phpt21 echo "Encode a string which results in more than 60 charters of output\n";
22 $str = 'This is a long string with results in more than 60 characters of output';
42 Encode a string which results in more than 60 charters of output
H A Dimap_fetch_overview_error.phpt23 //Test imap_fetch_overview with one more than the expected number of arguments
24 echo "\n-- Testing imap_fetch_overview() function with more than expected no. of arguments --\n";
43 -- Testing imap_fetch_overview() function with more than expected no. of arguments --
H A Dimap_fetchbody_error.phpt22 //Test imap_fetchbody with one more than the expected number of arguments
23 echo "\n-- Testing imap_fetchbody() function with more than expected no. of arguments --\n";
46 -- Testing imap_fetchbody() function with more than expected no. of arguments --
/PHP-7.4/ext/gd/tests/
H A Dimagetruecolortopalette_error4.phpt19 Warning: imagetruecolortopalette(): Number of colors has to be greater than zero and no more than %…
21 Warning: imagetruecolortopalette(): Number of colors has to be greater than zero and no more than %…
/PHP-7.4/ext/simplexml/tests/
H A D005.phpt18 And here some more.
38 string(19) "And here some more."
/PHP-7.4/ext/date/tests/
H A DDateTimeZone_construct_error.phpt15 echo "\n-- Testing new DateTimeZone() with more than expected no. of arguments --\n";
29 -- Testing new DateTimeZone() with more than expected no. of arguments --
H A DDateTime_construct_error.phpt15 echo "\n-- Testing new DateTime() with more than expected no. of arguments --\n";
30 -- Testing new DateTime() with more than expected no. of arguments --
/PHP-7.4/ext/standard/tests/array/
H A Darray_merge_recursive_variation10.phpt31 echo "-- With more arguments --\n";
37 echo "-- With more arguments --\n";
92 -- With more arguments --
159 -- With more arguments --
H A Duasort_object1.phpt12 * array of objects which has only one member variable & more than one member variables
37 // comparison function for SimpleClass2 objects which has more than one members
58 // Simple class with more than one member variables
84 // array of SimpleClass objects having more than one members
/PHP-7.4/Zend/tests/traits/
H A Dbug55554d.phpt6 // Test mixed constructors from different traits, we are more strict about
9 // here we have a chance to be more strict for the new traits.
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_error.phpt17 //Test stream_get_meta_data with one more than the expected number of arguments
18 echo "\n-- Testing stream_get_meta_data() function with more than expected no. of arguments --\n";
43 -- Testing stream_get_meta_data() function with more than expected no. of arguments --
/PHP-7.4/tests/classes/
H A Diterators_002.phpt19 $more = $this->num < $this->obj->max;
20 echo __METHOD__ . ' = ' .($more ? 'true' : 'false') . "\n";
21 return $more;
/PHP-7.4/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt19 $more = $this->num < $this->obj->max;
20 echo __METHOD__ . ' = ' .($more ? 'true' : 'false') . "\n";
21 return $more;
/PHP-7.4/ext/standard/tests/network/
H A Dgethostbyaddr_error.phpt18 //Test gethostbyaddr with one more than the expected number of arguments
19 echo "\n-- Testing gethostbyaddr function with more than expected no. of arguments --\n";
45 -- Testing gethostbyaddr function with more than expected no. of arguments --
/PHP-7.4/ext/dom/tests/
H A Ddomchardata.phpt42 $comment->data = 'some more instructions';
71 New Comment Value: some more instructions
72 Updated Comment Value: some more comment strings

Completed in 28 milliseconds

12345678910>>...18