Searched refs:timestamp_is_null (Results 1 – 1 of 1) sorted by relevance
1263 bool timestamp_is_null = 1; in php_strftime() local1275 Z_PARAM_LONG_OR_NULL(timestamp, timestamp_is_null) in php_strftime()1282 if (timestamp_is_null) { in php_strftime()1387 bool timestamp_is_null = 1; in PHP_FUNCTION() local1394 Z_PARAM_LONG_OR_NULL(timestamp, timestamp_is_null) in PHP_FUNCTION()1398 if (timestamp_is_null) { in PHP_FUNCTION()1443 bool timestamp_is_null = 1; in PHP_FUNCTION() local1449 Z_PARAM_LONG_OR_NULL(timestamp, timestamp_is_null) in PHP_FUNCTION()1452 if (timestamp_is_null) { in PHP_FUNCTION()
Completed in 27 milliseconds