Home
last modified time | relevance | path

Searched refs:expected (Results 126 – 150 of 553) sorted by relevance

12345678910>>...23

/PHP-8.2/ext/standard/tests/file/
H A D007_variation6.phpt22 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
24 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation21.phpt22 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
24 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation5.phpt22 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
24 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A Dcopy_variation8.phpt50 var_dump( is_link($dest) ); //expected: bool(false)
51 var_dump( is_file($dest) ); //expected: bool(true)
57 var_dump( is_link($dest) ); //expected: bool(flase)
58 var_dump( is_file($dest) ); //expected: bool(true)
H A Dfwrite_basic-win32-mb.phpt44 var_dump( feof($file_handle) ); // expected : false
45 var_dump( ftell($file_handle) ); //expected: 100
49 var_dump( feof($file_handle) ); // expected : false
50 var_dump( ftell($file_handle) ); // expected: 1124
54 var_dump( ftell($file_handle) ); // expected: 2148
55 var_dump( feof($file_handle) ); // expected: false
58 var_dump( fclose($file_handle) ); //expected : true
60 var_dump( filesize($filename) ); // expected: 2148
H A Dfwrite_basic-win32.phpt44 var_dump( feof($file_handle) ); // expected : false
45 var_dump( ftell($file_handle) ); //expected: 100
49 var_dump( feof($file_handle) ); // expected : false
50 var_dump( ftell($file_handle) ); // expected: 1124
54 var_dump( ftell($file_handle) ); // expected: 2148
55 var_dump( feof($file_handle) ); // expected: false
58 var_dump( fclose($file_handle) ); //expected : true
60 var_dump( filesize($filename) ); // expected: 2148
H A Dfwrite_basic.phpt44 var_dump( feof($file_handle) ); // expected : false
45 var_dump( ftell($file_handle) ); //expected: 100
49 var_dump( feof($file_handle) ); // expected : false
50 var_dump( ftell($file_handle) ); // expected: 1124
54 var_dump( ftell($file_handle) ); // expected: 2148
55 var_dump( feof($file_handle) ); // expected: false
58 var_dump( fclose($file_handle) ); //expected : true
60 var_dump( filesize($filename) ); // expected: 2148
H A D007_variation13.phpt27 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
29 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
30 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation13-win32.phpt27 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
29 var_dump( fread($file_handle, 100) ); //Check for read operation; fails; expected: false
30 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
/PHP-8.2/ext/standard/tests/general_functions/
H A Dfloatval.phpt32 float values, expected output:float value for valid floating point number */
41 float values, expected output:float value for valid floating point number */
76 floatval() on non float types, expected output: float value valid floating point numbers */
85 doubleval() on non float types, expected output: float value valid floating point numbers */
/PHP-8.2/ext/standard/tests/strings/
H A Dshow_source_variation2.phpt2 Test function show_source() by calling it with its expected arguments and output to variable, more …
8 echo "*** Test by calling method or function with its expected arguments and output to variable ***…
23 *** Test by calling method or function with its expected arguments and output to variable ***
25 … calling method or function with its expected arguments&nb…
/PHP-8.2/Zend/tests/
H A D019.phpt120 // calling empty, expected bool(true)
135 var_dump( isset($array_var) ); //expected: bool(false)
184 var_dump( isset($resources) ); //expected: bool(false)
185 var_dump( empty($resources) ); // expected: bool(true)
212 var_dump( isset($point1) ); // expected: bool(true)
213 var_dump( empty($point1) ); // expected: bool(false)
238 var_dump( isset($point1) ); // expected: bool(ture)
239 var_dump( empty($point1) ); // expected: bool(false)
243 var_dump( isset($point1) ); // expected: bool(false)
244 var_dump( empty($point1) ); // expected: bool(true)
[all …]
/PHP-8.2/Zend/tests/return_types/
H A D011.phpt2 Function returned callable, expected callable
/PHP-8.2/ext/dom/tests/
H A DDOMDocument_loadXML_error2_gte2_12.phpt12 - EXPECTED_RESULT: the expected result
24 Warning: DOMDocument::loadXML(): AttValue: " or ' expected in Entity, line: 4 in %s on line %d
H A DDOMDocument_createAttribute_variation.phpt2 Test DOMDocument::createAttribute() for expected return value
H A DDOMDocument_load_error2_pre2_11.phpt12 - EXPECTED_RESULT: the expected result
26 Warning: DOMDocument::load%r(XML){0,1}%r(): AttValue: " or ' expected %s
H A DDOMDocument_loadXML_error2_pre2_11.phpt12 - EXPECTED_RESULT: the expected result
26 Warning: DOMDocument::load%r(XML){0,1}%r(): AttValue: " or ' expected %s
H A DDOMDocument_load_error2_gte2_11.phpt12 - EXPECTED_RESULT: the expected result
26 Warning: DOMDocument::load(): AttValue: " or ' expected in %s on line %d
/PHP-8.2/ext/posix/tests/
H A Dposix_setegid_basic.phpt2 Test function posix_setegid() by calling it with its expected arguments
/PHP-8.2/tests/lang/
H A DforeachLoop.009.phpt33 echo "Loop detected, as expected.\n";
47 echo "Loop detected, as expected.\n";
76 Loop detected, as expected.
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_local_infile_directory_denied.phpt51 $expected = array();
53 if ($ret != $expected) {
56 var_dump($expected);
H A Dpdo_mysql_local_infile_directory_allowed.phpt51 $expected = array(
57 foreach ($expected as $offset => $exp) {
63 var_dump($expected);
H A Dpdo_mysql_local_infile_overrides_local_infile_directory.phpt51 $expected = array(
57 foreach ($expected as $offset => $exp) {
63 var_dump($expected);
/PHP-8.2/ext/date/tests/
H A Dtime_basic.phpt2 Test return type and value for expected input time()
/PHP-8.2/ext/standard/tests/math/
H A Dsqrt_basic.phpt2 Test return type and value for expected input sqrt()

Completed in 30 milliseconds

12345678910>>...23