Searched refs:timestamp_is_null (Results 1 – 1 of 1) sorted by relevance
1261 bool timestamp_is_null = 1; in php_strftime() local1273 Z_PARAM_LONG_OR_NULL(timestamp, timestamp_is_null) in php_strftime()1280 if (timestamp_is_null) { in php_strftime()1385 bool timestamp_is_null = 1; in PHP_FUNCTION() local1392 Z_PARAM_LONG_OR_NULL(timestamp, timestamp_is_null) in PHP_FUNCTION()1396 if (timestamp_is_null) { in PHP_FUNCTION()1441 bool timestamp_is_null = 1; in PHP_FUNCTION() local1447 Z_PARAM_LONG_OR_NULL(timestamp, timestamp_is_null) in PHP_FUNCTION()1450 if (timestamp_is_null) { in PHP_FUNCTION()
Completed in 29 milliseconds