Home
last modified time | relevance | path

Searched refs:more (Results 101 – 125 of 447) sorted by relevance

12345678910>>...18

/PHP-7.4/ext/posix/tests/
H A Dposix_kill_error.phpt19 echo "\n-- Testing posix_kill() function with more than expected no. of arguments --\n";
44 -- Testing posix_kill() function with more than expected no. of arguments --
/PHP-7.4/ext/date/tests/
H A DDateTime_clone_basic3.phpt20 echo "\n-- Add some more properties --\n";
70 -- Add some more properties --
H A Ddate_parse_error.phpt18 echo "\n-- Testing date_parse() function with more than expected no. of arguments --\n";
37 -- Testing date_parse() function with more than expected no. of arguments --
/PHP-7.4/ext/standard/tests/misc/
H A Dtime_sleep_until_basic.phpt24 // passes for up to .5 milliseconds less, fails for more than .5 milliseconds
27 // In practice, on slower machines even that can fail, so giving yet 50ms or more.
/PHP-7.4/ext/standard/tests/array/
H A Darray_intersect_variation9.phpt41 // Calling array_intersect() with more arguments
43 echo "- With more arguments -\n";
52 // Calling array_intersect() with more arguments
54 echo "- With more arguments -\n";
137 - With more arguments -
236 - With more arguments -
H A Darray_fill_error.phpt18 echo "-- Testing array_fill() function with more than expected no. of arguments --\n";
43 -- Testing array_fill() function with more than expected no. of arguments --
/PHP-7.4/ext/reflection/tests/
H A Dbug62384.phpt2 Bug #62384 (Attempting to invoke a Closure more than once causes segfaul)
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug60227_4.phpt12 Warning: Header may not contain more than a single header, new line detected in %s on line %d
H A Dbug60227_2.phpt12 Warning: Header may not contain more than a single header, new line detected in %s on line %d
/PHP-7.4/Zend/tests/
H A Dbug61273.phpt2 Bug #61273 (call_user_func_array with more than 16333 arguments leaks / crashes)
H A Dargument_restriction_001.phpt2 Bug #55719 (Argument restriction should come with a more specific error message)
H A Dargument_restriction_002.phpt2 Bug #55719 (Argument restriction should come with a more specific error message)
H A Dargument_restriction_003.phpt2 Bug #55719 (Argument restriction should come with a more specific error message)
H A Dbug40809.phpt10 /* Create some more holes to give the memory allocator something to
/PHP-7.4/ext/gd/tests/
H A Dbug72697.phpt16 Warning: imagetruecolortopalette(): Number of colors has to be greater than zero and no more than 2…
/PHP-7.4/ext/pcre/tests/
H A Dbug72685.phpt17 var_dump(($end - $start) < 0.5); // large margin, more like 0.05 in debug build
/PHP-7.4/ext/filter/tests/
H A D022.phpt10 var_dump(filter_var("white space here \ \ \" som more", FILTER_SANITIZE_EMAIL));
/PHP-7.4/ext/standard/tests/time/
H A Dstrptime_error.phpt31 echo "\n-- Testing strptime() function with more than expected no. of arguments --\n";
53 -- Testing strptime() function with more than expected no. of arguments --
/PHP-7.4/ext/standard/tests/strings/
H A Dstripos_error.phpt17 echo "\n-- With more than expected number of arguments --";
39 -- With more than expected number of arguments --
H A Dstrncasecmp_error.phpt23 echo "\n-- Testing strncasecmp() function with more than expected number of arguments --";
45 -- Testing strncasecmp() function with more than expected number of arguments --
/PHP-7.4/tests/func/
H A D004.phpt19 echo "This is some other function, to ensure more than just one function works fine...\n";
64 This is some other function, to ensure more than just one function works fine...
/PHP-7.4/ext/ftp/tests/
H A Dftp_ssl_connect_error.phpt20 echo "\n-- Testing ftp_ssl_connect() function with more than expected no. of arguments --\n";
43 -- Testing ftp_ssl_connect() function with more than expected no. of arguments --
/PHP-7.4/ext/standard/tests/file/
H A Dfseek_ftell_rewind_error2.phpt21 // more than expected no. of args
22 echo "-- Testing ftell() with more than expected number of arguments --\n";
60 -- Testing ftell() with more than expected number of arguments --
H A Dfseek_ftell_rewind_error3.phpt21 // more than expected no. of args
22 echo "-- Testing rewind() with more than expected number of arguments --\n";
60 -- Testing rewind() with more than expected number of arguments --
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc_next_result.phpt92 $more = NULL;
93 if (!mysqli_stmt_bind_result($stmt, $more) ||
97 if ($more !== 1)
99 $more,

Completed in 25 milliseconds

12345678910>>...18