Home
last modified time | relevance | path

Searched refs:gm (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/ext/calendar/
H A Deaster.c27 static void _cal_easter(INTERNAL_FUNCTION_PARAMETERS, zend_long gm) in _cal_easter() argument
54 if (gm && (year<1970 || year>2037)) { /* out of range for timestamps */ in _cal_easter()
100 if (gm) { /* return a timestamp */ in _cal_easter()
/PHP-7.1/win32/build/
H A Dphpize.js.in63 var re_dep_line = new RegExp("ADD_EXTENSION_DEP\\([^,]*\\s*,\\s*['\"]([^'\"]+)['\"].*\\)", "gm");
240 re = new RegExp("(ARG_(ENABLE|WITH)\([^;]+\);)", "gm");
/PHP-7.1/ext/date/
H A Dphp_date.h213 PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, int gm);

Completed in 8 milliseconds