Home
last modified time | relevance | path

Searched refs:expected (Results 226 – 250 of 691) sorted by relevance

12345678910>>...28

/PHP-7.4/Zend/tests/return_types/
H A D012.phpt2 Method returned callable, expected callable
H A D001.phpt2 Returned nothing, expected array
H A D003.phpt2 Returned 1, expected array
H A D002.phpt2 Returned null, expected array
H A D004.phpt2 Returned string, expected array
/PHP-7.4/ext/standard/tests/file/
H A Dfwrite_basic-win32-mb.phpt52 var_dump( feof($file_handle) ); // expected : false
53 var_dump( ftell($file_handle) ); //expected: 100
57 var_dump( feof($file_handle) ); // expected : false
58 var_dump( ftell($file_handle) ); // expected: 1124
62 var_dump( ftell($file_handle) ); // expected: 2148
63 var_dump( feof($file_handle) ); // expected: false
66 var_dump( fclose($file_handle) ); //expected : true
68 var_dump( filesize($filename) ); // expected: 2148
H A Dfwrite_basic-win32.phpt52 var_dump( feof($file_handle) ); // expected : false
53 var_dump( ftell($file_handle) ); //expected: 100
57 var_dump( feof($file_handle) ); // expected : false
58 var_dump( ftell($file_handle) ); // expected: 1124
62 var_dump( ftell($file_handle) ); // expected: 2148
63 var_dump( feof($file_handle) ); // expected: false
66 var_dump( fclose($file_handle) ); //expected : true
68 var_dump( filesize($filename) ); // expected: 2148
H A Dfwrite_basic.phpt52 var_dump( feof($file_handle) ); // expected : false
53 var_dump( ftell($file_handle) ); //expected: 100
57 var_dump( feof($file_handle) ); // expected : false
58 var_dump( ftell($file_handle) ); // expected: 1124
62 var_dump( ftell($file_handle) ); // expected: 2148
63 var_dump( feof($file_handle) ); // expected: false
66 var_dump( fclose($file_handle) ); //expected : true
68 var_dump( filesize($filename) ); // expected: 2148
H A Dsymlink_link_linkinfo_is_link_variation2.phpt28 var_dump( link($non_existent_file, $non_existent_linkname) ); // expected false
30 // checking linkinfo() and is_link() on the link; expected: false
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgettype_settype_error.phpt19 // args more than expected
26 // args more than expected
/PHP-7.4/tests/classes/
H A Dproperty_recreate_protected.phpt33 echo "\nUnset a protected property, and attempt to recreate it outside of scope (expected failure):…
51 Unset a protected property, and attempt to recreate it outside of scope (expected failure):
/PHP-7.4/ext/spl/tests/
H A Dbug72051.phpt2 Bug #72051 (The reference in CallbackFilterIterator doesn't work as expected)
/PHP-7.4/ext/posix/tests/
H A Dposix_ctermid_basic.phpt2 Test function posix_ctermid() by calling it with its expected arguments
H A Dposix_geteuid_basic.phpt2 Test function posix_geteuid() by calling it with its expected arguments
H A Dposix_seteuid_basic.phpt2 Test function posix_seteuid() by calling it with its expected arguments
H A Dposix_setuid_basic.phpt2 Test function posix_setuid() by calling it with its expected arguments
/PHP-7.4/ext/standard/tests/strings/
H A Dbug61764.phpt8 //expected -30000 mod 2^32 = 4294937296, and not -30000
H A Dsubstr_count_error.phpt12 /* more than expected no. of args */
22 Warning message expected, as length+offset > length of string */
/PHP-7.4/ext/date/tests/
H A Dmicrotime_basic.phpt2 Test return type and value for expected input microtime()
/PHP-7.4/ext/imap/tests/
H A Dbug44098.phpt14 echo "failed: got <$res>, expected <exp>\n";
/PHP-7.4/ext/zlib/tests/
H A Dgzencode_error1.phpt27 //Test gzencode with one more than the expected number of arguments
28 echo "\n-- Testing gzencode() function with more than expected no. of arguments --\n";
67 -- Testing gzencode() function with more than expected no. of arguments --
/PHP-7.4/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt33 '%d bytes have been sent instead of the %d bytes expected',
63 '%d bytes have been received instead of the %d bytes expected',
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_connect_attr.phpt42 printf("_server_host mismatch (expected '%s', got '%s')\n", $host, $row['attr_value']);
52 printf("_client_name mismatch (expected 'mysqlnd', got '%s')\n", $row['attr_value']);
/PHP-7.4/ext/standard/tests/array/
H A Darray_multisort_error.phpt37 Warning: array_multisort(): Argument #3 is expected to be an array or sorting flag that has not alr…
42 Warning: array_multisort(): Argument #3 is expected to be an array or sorting flag that has not alr…
/PHP-7.4/ext/gd/tests/
H A Dimagecolorstotal_error.phpt27 echo "\n-- Testing imagecolorstotal() function with more than expected no. of arguments --\n";
45 -- Testing imagecolorstotal() function with more than expected no. of arguments --

Completed in 38 milliseconds

12345678910>>...28