You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
phongo_throw_exception(PHONGO_ERROR_INVALID_ARGUMENTTSRMLS_CC, "Expected increment to be an unsigned 32-bit integer, %"PHONGO_LONG_FORMAT" given", increment);
70
+
return;
71
+
}
72
+
73
+
if (timestamp<0||timestamp>UINT32_MAX) {
74
+
phongo_throw_exception(PHONGO_ERROR_INVALID_ARGUMENTTSRMLS_CC, "Expected timestamp to be an unsigned 32-bit integer, %"PHONGO_LONG_FORMAT" given", timestamp);
0 commit comments