Home
last modified time | relevance | path

Searched refs:zero (Results 1 – 25 of 294) sorted by path

12345678910>>...12

/PHP-5.5/
H A DNEWS1240 . Allow zero length comparison in substr_compare() (Tjerk)
1887 . Fixed bug #63980 (object members get trimmed by zero bytes). (Laruence)
1963 . Fixed bug #60774 (DateInterval::format("%a") is always zero when an
3979 to allow zero children). (fat)
5154 - Fixed bug #49778 (DateInterval::format("%a") is always zero when an interval
5287 - Fixed bug #50657 (copy() with an empty (zero-byte) HTTP source succeeds but
6154 - Fixed bug #47438 (mysql_fetch_field ignores zero offset). (Johannes)
6809 - Fixed bug #45124 ($_FILES['upload']['size'] sometimes return zero and some
7283 - Fixed bug #42082 (NodeList length zero should be empty). (Hannes)
9295 - Fixed bug #34996 (ImageTrueColorToPalette() crashes when ncolors is zero).
[all …]
H A DREADME.PARAMETER_PARSING_API84 respectively. A non-zero value will be written to the zend_bool iif a
H A DREADME.STREAMS183 The show_err parameter, if non-zero, will cause the function to display an
H A DREADME.TESTING112 Normally, the exit status of "make test" is zero, regardless of the results
114 and "make test" will set the exit status ("$?") to non-zero, when an
148 advised to test for non-zero, rather then a specific value.
/PHP-5.5/Zend/
H A DZend.m4338 dnl test for memory allocation using mmap("/dev/zero")
339 AC_MSG_CHECKING(for memory allocation using mmap("/dev/zero"))
367 fd = open("/dev/zero", O_RDWR, S_IRUSR | S_IWUSR);
384 …_ZERO], 1, [Define if the target system has support for memory allocation using mmap("/dev/zero")])
/PHP-5.5/Zend/tests/
H A Dbug67985.phpt6 $a = ['zero', 'one', 'two'];
H A Dbug69017.phpt12 public static $a2 = array(self::ZERO => 'zero');
13 public static $a3 = array(self::MAX => 'zero');
35 string(4) "zero"
41 string(4) "zero"
H A Dmod_001.phpt2 modulus by zero
15 Warning: Division by zero in %s on line %d
/PHP-5.5/ext/bcmath/
H A Dconfig.m412 libbcmath/src/sqrt.c libbcmath/src/zero.c libbcmath/src/debug.c libbcmath/src/doaddsub.c libbcmath/…
H A Dconfig.w3210 num2long.c output.c recmul.c sqrt.c zero.c debug.c doaddsub.c \
/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure1263 static struct point const zero = {0,0};
/PHP-5.5/ext/bcmath/libbcmath/src/
H A DMakefile.am9 raise.c raisemod.c recmul.c rmzero.c sqrt.c str2num.c sub.c zero.c \
H A Ddiv.c97 char zero; in bc_divide() local
151 zero = TRUE; in bc_divide()
155 zero = FALSE; in bc_divide()
171 if (!zero) in bc_divide()
/PHP-5.5/ext/bcmath/tests/
H A Dbcdiv_error1.phpt14 Warning: bcdiv(): Division by zero in %s.php on line %d
H A Dbcmod_error2.phpt12 Warning: bcmod(): Division by zero in %s on line %d
H A Dbug72093.phpt12 bc math warning: non-zero scale in exponent
/PHP-5.5/ext/com_dotnet/tests/
H A Dvariants.phpt143 exception Division by zero.
149 exception Division by zero.
155 exception Division by zero.
259 exception Division by zero.
265 exception Division by zero.
271 exception Division by zero.
625 exception Division by zero.
631 exception Division by zero.
/PHP-5.5/ext/date/lib/
H A Dparse_date.re1887 case 'd': /* two digit day, with leading zero */
1888 case 'j': /* two digit day, without leading zero */
1908 case 'm': /* two digit month, with leading zero */
1909 case 'n': /* two digit month, without leading zero */
1940 case 'g': /* two digit hour, with leading zero */
1941 case 'h': /* two digit hour, without leading zero */
1950 case 'G': /* two digit hour, with leading zero */
1951 case 'H': /* two digit hour, without leading zero */
1967 case 'i': /* two digit minute, with leading zero */
1981 case 's': /* two digit second, with leading zero */
/PHP-5.5/ext/date/tests/
H A DDateTimeZone_getOffset_error.phpt19 echo "\n-- Testing DateTimeZone::getOffset() function with zero arguments --\n";
31 -- Testing DateTimeZone::getOffset() function with zero arguments --
H A DDateTime_format_error.phpt19 echo "\n-- Testing date_date_formatcreate() function with zero arguments --\n";
32 -- Testing date_date_formatcreate() function with zero arguments --
H A DDateTime_setDate_error.phpt17 echo "\n-- Testing DateTime::setDate() function with zero arguments --\n";
36 -- Testing DateTime::setDate() function with zero arguments --
H A DDateTime_setISODate_error.phpt19 echo "\n-- Testing DateTime::setISODate() function with zero arguments --\n";
37 -- Testing DateTime::setISODate() function with zero arguments --
H A DDateTime_setTime_error.phpt17 echo "\n-- Testing DateTime::setTime() function with zero arguments --\n";
35 -- Testing DateTime::setTime() function with zero arguments --
H A DDateTime_setTimezone_error.phpt17 echo "\n-- Testing DateTime::setTimezone () function with zero arguments --\n";
30 -- Testing DateTime::setTimezone () function with zero arguments --
H A Dbug28599.phpt2 Bug #28599 (strtotime fails with zero base time)

Completed in 73 milliseconds

12345678910>>...12