Home
last modified time | relevance | path

Searched refs:expected (Results 276 – 300 of 691) sorted by relevance

1...<<11121314151617181920>>...28

/PHP-7.4/Zend/tests/
H A Dcall_user_func_007.phpt18 Warning: Parameter 1 to foo() expected to be a reference, value given in %s on line %d
/PHP-7.4/ext/mysqli/tests/
H A Dlocal_infile_tools.inc81 function try_handler($offset, $link, $file, $handler, $expected = null) {
111 if (!is_array($expected))
114 foreach ($expected as $k => $values) {
134 printf("[%03d] More results than expected!\n", $offset + 7);
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_loadXML_basic.phpt8 - EXPECTED_RESULT: the expected result
H A DDOMDocument_load_basic.phpt8 - EXPECTED_RESULT: the expected result
H A DDOMDocument_loadXML_variation1.phpt8 - EXPECTED_RESULT: the expected result
H A DDOMDocument_load_variation1.phpt8 - EXPECTED_RESULT: the expected result
/PHP-7.4/tests/classes/
H A Dinterfaces_003.phpt25 …_construct(), 0 passed in %sinterfaces_003.php on line 17 and exactly 1 expected in %sinterfaces_0…
/PHP-7.4/Zend/tests/return_types/
H A D013.phpt2 Closure inside method returned null, expected array
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_getInterfaces_003.phpt9 echo "An object is in an array and is referenced. As expected, var_dumping the array shows '&':\n";
34 An object is in an array and is referenced. As expected, var_dumping the array shows '&':
H A DReflectionMethod_getClosure_error.phpt38 echo "\n-- Testing ReflectionMethod::getClosure() function with more than expected no. of arguments…
58 -- Testing ReflectionMethod::getClosure() function with more than expected no. of arguments --
/PHP-7.4/ext/standard/tests/strings/
H A Dltrim_error.phpt17 echo "\n-- Testing ltrim() function with more than expected no. of arguments --\n";
39 -- Testing ltrim() function with more than expected no. of arguments --
H A Dstristr_error.phpt18 echo "\n-- Testing stristr() function with more than expected no. of arguments --\n";
46 -- Testing stristr() function with more than expected no. of arguments --
H A Drtrim_error.phpt17 echo "\n-- Testing rtrim() function with more than expected no. of arguments --\n";
39 -- Testing rtrim() function with more than expected no. of arguments --
H A Dtrim_error.phpt17 echo "\n-- Testing trim() function with more than expected no. of arguments --\n";
39 -- Testing trim() function with more than expected no. of arguments --
/PHP-7.4/ext/standard/tests/file/
H A Dlchown_error.phpt25 // Less than expected arguments
28 // More than expected arguments
/PHP-7.4/ext/zlib/tests/
H A Dgzinflate_error1.phpt24 echo "\n-- Testing gzcompress() function with more than expected no. of arguments --\n";
58 -- Testing gzcompress() function with more than expected no. of arguments --
H A Dgztell_basic.phpt2 Test function gztell() by calling it with its expected arguments when reading
/PHP-7.4/ext/standard/tests/general_functions/
H A Dphp_uname_error.phpt11 echo "\n-- Testing php_uname() function with more than expected no. of arguments --\n";
35 -- Testing php_uname() function with more than expected no. of arguments --
/PHP-7.4/ext/calendar/tests/
H A Dunixtojd.phpt31 // but returns -1 day from expected because its input is -1 from expected
/PHP-7.4/ext/sodium/tests/
H A Dinstalled.phpt14 expected text are interpreted as failure
/PHP-7.4/ext/standard/tests/math/
H A Dacosh_basic.phpt2 Test return type and value for expected input acosh()
H A Dasinh_basic.phpt2 Test return type and value for expected input asinh()
H A Datanh_basic.phpt2 Test return type and value for expected input atanh()
/PHP-7.4/Zend/tests/traits/
H A Dbug55554e.phpt6 // Ensuring that the collision still occurs as expected.
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_load_data.phpt89 $expected = array(array("id" => 1, "col1" => "foo"), array("id" => 2, "col1" => "bar"));
91 foreach ($expected as $offset => $exp) {
96 var_dump($expected);

Completed in 60 milliseconds

1...<<11121314151617181920>>...28