Home
last modified time | relevance | path

Searched refs:negative (Results 101 – 125 of 183) sorted by path

12345678

/PHP-5.5/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_error.phpt31 echo "\n-- Testing for invalid negative maxlen values --";
67 -- Testing for invalid negative maxlen values --
H A Dfscanf_variation15.phpt28 -0x80000001, // float value, beyond max negative int
31 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation18.phpt29 -2147483648, // max negative integer value
37 -0x80000000, // max negative integer as hexadecimal
42 -020000000000, // max negative integer as octal
H A Dfscanf_variation2.phpt28 -2147483648, // max negative integer value
36 -0x80000000, // max negative integer as hexadecimal
41 -020000000000, // max negative integer as octal
H A Dfscanf_variation20.phpt28 -2147483648, // max negative integer value
36 -0x80000000, // max negative integer as hexadecimal
41 -020000000000, // max negative integer as octal
H A Dfscanf_variation21.phpt28 -0x80000001, // float value, beyond max negative int
31 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation27.phpt28 -2147483648, // max negative integer value
36 -0x80000000, // max negative integer as hexadecimal
41 -020000000000, // max negative integer as octal
H A Dfscanf_variation28.phpt28 -0x80000001, // float value, beyond max negative int
31 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation3.phpt34 -0x80000001, // float value, beyond max negative int
37 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation33.phpt34 -2147483648, // max negative integer value
42 -0x80000000, // max negative integer as hexadecimal
47 -020000000000, // max negative integer as octal
H A Dfscanf_variation34.phpt34 -0x80000001, // float value, beyond max negative int
37 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation39.phpt34 -2147483648, // max negative integer value
42 -0x80000000, // max negative integer as hexadecimal
47 -020000000000, // max negative integer as octal
H A Dfscanf_variation40.phpt34 -0x80000001, // float value, beyond max negative int
37 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation45.phpt28 -2147483648, // max negative integer value
36 -0x80000000, // max negative integer as hexadecimal
41 -020000000000, // max negative integer as octal
H A Dfscanf_variation46.phpt28 -0x80000001, // float value, beyond max negative int
31 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation8.phpt27 -0x80000001, // float value, beyond max negative int
30 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation9.phpt35 -2147483648, // max negative integer value
43 -0x80000000, // max negative integer as hexadecimal
48 -020000000000, // max negative integer as octal
H A Dfseek_ftell_rewind_variation1.phpt27 $offset = array(-1, 0, 1, 513); // different offsets, including negative and beyond size
H A Dfseek_ftell_rewind_variation2-win32.phpt33 $offset = array(-1, 0, 1, 513); // different offsets, including negative and beyond size
H A Dfseek_ftell_rewind_variation2.phpt33 $offset = array(-1, 0, 1, 513); // different offsets, including negative and beyond size
H A Dftruncate_variation4-win32.phpt2 Test ftruncate() function : usage variations - truncate file to negative size
77 -- Testing ftruncate(): try truncating file to a negative size --
85 -- Testing ftruncate(): try truncating file to a negative size --
93 -- Testing ftruncate(): try truncating file to a negative size --
101 -- Testing ftruncate(): try truncating file to a negative size --
109 -- Testing ftruncate(): try truncating file to a negative size --
117 -- Testing ftruncate(): try truncating file to a negative size --
125 -- Testing ftruncate(): try truncating file to a negative size --
133 -- Testing ftruncate(): try truncating file to a negative size --
141 -- Testing ftruncate(): try truncating file to a negative size --
[all …]
H A Dftruncate_variation4.phpt2 Test ftruncate() function : usage variations - truncate file to negative size
77 -- Testing ftruncate(): try truncating file to a negative size --
85 -- Testing ftruncate(): try truncating file to a negative size --
93 -- Testing ftruncate(): try truncating file to a negative size --
101 -- Testing ftruncate(): try truncating file to a negative size --
109 -- Testing ftruncate(): try truncating file to a negative size --
117 -- Testing ftruncate(): try truncating file to a negative size --
125 -- Testing ftruncate(): try truncating file to a negative size --
133 -- Testing ftruncate(): try truncating file to a negative size --
141 -- Testing ftruncate(): try truncating file to a negative size --
[all …]
H A Dphp_fd_wrapper_03.phpt18 Warning: fopen(php://fd/-2): failed to open stream: The file descriptors must be non-negative numbe…
H A Duserstreams_005.phpt41 test("stream_truncate negative size", $fd, -1);
57 ------ stream_truncate negative size: -------
/PHP-5.5/ext/standard/tests/general_functions/
H A Dfloatval.phpt62 -2147483648, // max negative integer value

Completed in 37 milliseconds

12345678