Home
last modified time | relevance | path

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

12345678910>>...23

/PHP-8.2/ext/standard/tests/file/
H A Dfwrite_variation1-win32-mb.phpt48 var_dump( ftell($file_handle) ); // expected: 0
50 var_dump( ftell($file_handle) ); // expected: 0
51 var_dump( feof($file_handle) ); // expected: false
57 var_dump( ftell($file_handle) ); //check that file pointer points at eof, expected: 1024
58 var_dump( feof($file_handle) ); // ensure that feof() points to eof, expected: true
63 var_dump( filesize($filename) ); // expected: 1024
H A Dfwrite_variation1.phpt41 var_dump( ftell($file_handle) ); // expected: 0
43 var_dump( ftell($file_handle) ); // expected: 0
44 var_dump( feof($file_handle) ); // expected: false
50 var_dump( ftell($file_handle) ); //check that file pointer points at eof, expected: 1024
51 var_dump( feof($file_handle) ); // ensure that feof() points to eof, expected: true
56 var_dump( filesize($filename) ); // expected: 1024
/PHP-8.2/ext/zlib/tests/
H A Dgztell_basic2.phpt2 Test function gztell() by calling it with its expected arguments when writing
H A Dgzpassthru_basic.phpt2 Test function gzpassthru() by calling it with its expected arguments
/PHP-8.2/ext/reflection/tests/
H A DReflectionMethod_invoke_error2.phpt24 …guments to function TestClass::methodWithArgs(), 0 passed and exactly 2 expected in %sReflectionMe…
H A Dbug38217.phpt34 Exception: Too few arguments to function ObjectTwo::__construct(), 0 passed and exactly 1 expected
H A DReflectionMethod_invokeArgs_error1.phpt28 …guments to function TestClass::methodWithArgs(), 0 passed and exactly 2 expected in %sReflectionMe…
/PHP-8.2/ext/dom/tests/
H A DDOMDocument_loadXML_variation3.phpt9 - EXPECTED_RESULT: the expected result
H A DDOMDocument_loadXML_error4.phpt8 - EXPECTED_RESULT: the expected result
H A DDOMDocument_load_error4.phpt8 - EXPECTED_RESULT: the expected result
H A DDOMDocument_load_variation3.phpt9 - EXPECTED_RESULT: the expected result
H A DDOMDocument_loadXML_error3.phpt8 - EXPECTED_RESULT: the expected result
H A DDOMDocument_loadXML_error5.phpt8 - EXPECTED_RESULT: the expected result
H A DDOMDocument_load_error3.phpt8 - EXPECTED_RESULT: the expected result
H A DDOMDocument_load_error5.phpt8 - EXPECTED_RESULT: the expected result
/PHP-8.2/ext/xmlreader/tests/
H A D003-get-errors.phpt46 var_dump($attr); // NULL expected
53 var_dump($attr); // NULL expected
/PHP-8.2/ext/oci8/tests/
H A Ddriver_name.phpt14 die("skip test expected to work only with Oracle 12.1.0.2 database or its later patchsets");
19 die("skip test expected to work only with Oracle 11.2 or greater version of client");
H A Ddriver_name_11gR2.phpt12 die("skip expected output only valid when using Oracle 11.2 database or its later patchsets");
16 die("skip test expected to work only with Oracle 11.2 or greater version of client");
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_character_set_name.phpt39 …ql.com/bug.php?id=7923, collation %s instead of character set returned, expected string/%s, got %s…
48 …printf("[012] Alias mysqli_character_set_name returned %s/%s, expected %s/%s\n", gettype($charset…
/PHP-8.2/ext/standard/tests/array/
H A Dmin_basic.phpt2 Test return type and value for expected input min()
H A Dmax_basic.phpt2 Test return type and value for expected input max()
/PHP-8.2/ext/standard/tests/strings/
H A Dstrncmp_variation7.phpt12 var_dump( strncmp($str1, $str2, 12) ); //expected: int(5);
/PHP-8.2/ext/standard/tests/dir/
H A Ddir_variation7.phpt42 $d = dir($child_dir_path); // try to open, expected failure
49 $d = dir($child_dir_path); // try to open, expected failure
/PHP-8.2/ext/openssl/tests/
H A Dbug65729.phpt64 Warning: stream_socket_client(): Peer certificate CN=`*.test.com' did not match expected CN=`foo.te…
73 Warning: stream_socket_client(): Peer certificate CN=`*.test.com' did not match expected CN=`foo.ba…
/PHP-8.2/sapi/fpm/tests/
H A Dtester.inc1487 $this->trace('File path exists as expected', $filePath);
1678 * @param string $message The expected message.
1705 …@param bool $invert Whether the log entry is not expected rather than expected.
1751 …@param bool $invert Whether the log entry is not expected rather than expected.
1787 …@param bool $invert Whether the log entry is not expected rather than expected.
1822 …@param bool $invert Whether the log entry is not expected rather than expected.
1857 …@param bool $invert Whether the log entry is not expected rather than expected.
1892 …@param bool $invert Whether the log entry is not expected rather than expected.
1937 $this->trace('No log message received as expected');
2048 * @param string $message The expected message
[all …]

Completed in 26 milliseconds

12345678910>>...23