Home
last modified time | relevance | path

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

12345678

/PHP-5.5/ext/gd/tests/
H A Dbug66356.phpt41 Warning: imagecrop(): gd warning: one parameter to a memory allocation multiplication is negative o…
/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_f_2.phpt47 var_dump(sprintf("%%u = '%u'", $u)); // unsigned integer representation of a negative integer
55 var_dump(sprintf("%%+d = '%+d'", $u)); // sign specifier on a negative integer
H A Dsprintf_variation16.phpt16 -0x80000001, // float value, beyond max negative int
19 -020000000001, // float value, beyond max negative int
H A Dsprintf_variation47.phpt16 -0x80000001, // float value, beyond max negative int
19 -020000000001, // float value, beyond max negative int
H A Dsubstr_count_error.phpt13 /* offset as negative value */
H A Dsprintf_variation9.phpt17 -0x80000001, // float value, beyond max negative int
20 -020000000001, // float value, beyond max negative int
/PHP-5.5/ext/standard/tests/array/
H A Darray_walk_recursive_variation5.phpt28 …* Description : function checks for the value whether positive or negative and displays according …
H A Darray_walk_variation5.phpt28 …* Description : function checks for the value whether positive or negative and displays according …
H A Darray_pad_variation5.phpt30 var_dump( array_pad($input, -$pad_size, $pad_value) ); // negative 'pad_value'
H A Deach.phpt22 array(-5 => "negative5", -.05 => "negative.05")
567 string(11) "negative.05"
569 string(11) "negative.05"
H A Darray_fill_error.phpt31 //calling array_fill with negative values for 'num' parameter
H A Darray_rand_variation5.phpt21 2e2 => 'exp key1', 2000e-3 => 'negative exp key',
/PHP-5.5/ext/standard/tests/general_functions/
H A Dvar_export-locale.phpt25 '-2147483648', // max negative integer value
33 -0x80000000, // max negative integer as hexadecimal
38 -020000000000, // max negative integer as octal
84 -0x80000001, // float value, beyond max negative int
87 -020000000001, // float value, beyond max negative int
H A Dfloatval_variation1.phpt19 "-2147483648" => -2147483648, // max negative integer value
/PHP-5.5/ext/date/tests/
H A Ddate_sunrise_variation9.phpt2 Test date_sunrise() function : usage variation - Passing high positive and negative float values t…
H A Ddate_sunset_variation9.phpt2 Test date_sunset() function : usage variation - Passing high positive and negative float values to …
/PHP-5.5/ext/standard/tests/file/
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_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_variation33.phpt34 -2147483648, // max negative integer value
42 -0x80000000, // max negative integer as hexadecimal
47 -020000000000, // max negative integer as octal
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_variation45.phpt28 -2147483648, // max negative integer value
36 -0x80000000, // max negative integer as hexadecimal
41 -020000000000, // max negative integer as octal
H A Dfscanf_variation9.phpt35 -2147483648, // max negative integer value
43 -0x80000000, // max negative integer as hexadecimal
48 -020000000000, // max negative integer as octal
/PHP-5.5/ext/intl/tests/
H A Dtransliterator_transliterate_error.phpt41 …iterate(): transliterator_transliterate: "start" argument should be non-negative and not bigger th…

Completed in 88 milliseconds

12345678