Home
last modified time | relevance | path

Searched refs:zero (Results 251 – 275 of 294) sorted by last modified time

1...<<1112

/PHP-5.5/ext/date/tests/
H A Ddate_sunrise_variation9.phpt13 // GMT is zero for the timezone
H A Ddate_sunset_variation8.phpt13 // GMT is zero for the timezone
H A Ddate_sunset_variation9.phpt13 // GMT is zero for the timezone
H A Ddate_time_set_error.phpt15 echo "\n-- Testing date_time_set() function with zero arguments --\n";
42 -- Testing date_time_set() function with zero arguments --
H A Ddate_timezone_get_error.phpt16 echo "\n-- Testing date_timezone_get() function with zero arguments --\n";
36 -- Testing date_timezone_get() function with zero arguments --
H A Ddate_timezone_set_error.phpt15 echo "\n-- Testing date_timezone_set() function with zero arguments --\n";
39 -- Testing date_timezone_set() function with zero arguments --
H A Ddate_date_set_error.phpt15 echo "\n-- Testing date_date_set() function with zero arguments --\n";
36 -- Testing date_date_set() function with zero arguments --
H A Ddate_format_error.phpt16 echo "\n-- Testing date_create() function with zero arguments --\n";
42 -- Testing date_create() function with zero arguments --
H A Ddate_isodate_set_error.phpt17 echo "\n-- Testing date_isodate_set() function with zero arguments --\n";
43 -- Testing date_isodate_set() function with zero arguments --
H A Ddate_modify_error.phpt16 echo "\n-- Testing date_modify() function with zero arguments --\n";
43 -- Testing date_modify() function with zero arguments --
H A Ddate_offset_get_error.phpt17 echo "\n-- Testing date_offset_get() function with zero arguments --\n";
37 -- Testing date_offset_get() function with zero arguments --
H A Ddate_parse_error.phpt15 echo "\n-- Testing date_parse() function with zero arguments --\n";
32 -- Testing date_parse() function with zero arguments --
H A Dbug49778.phpt2 Bug #49778 (DateInterval::format("%a") is always zero when an interval is created from an ISO strin…
H A Dbug60774.phpt2 Bug #60774 (DateInterval::format("%a") is always zero when an interval is created using the createF…
H A Dbug61642.phpt7 // ±5 and ±10 (and any non-zero multiple of 5) is broken, but everything else
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_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 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 DDateTimeZone_getOffset_error.phpt19 echo "\n-- Testing DateTimeZone::getOffset() function with zero arguments --\n";
31 -- Testing DateTimeZone::getOffset() function with zero arguments --
/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/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/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()

Completed in 30 milliseconds

1...<<1112