Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dversioning.c214 int v1_len, v2_len, op_len = 0; in PHP_FUNCTION() local
219 &v2_len, &op, &op_len) == FAILURE) { in PHP_FUNCTION()
226 if (!strncmp(op, "<", op_len) || !strncmp(op, "lt", op_len)) { in PHP_FUNCTION()
229 if (!strncmp(op, "<=", op_len) || !strncmp(op, "le", op_len)) { in PHP_FUNCTION()
232 if (!strncmp(op, ">", op_len) || !strncmp(op, "gt", op_len)) { in PHP_FUNCTION()
235 if (!strncmp(op, ">=", op_len) || !strncmp(op, "ge", op_len)) { in PHP_FUNCTION()
238 if (!strncmp(op, "==", op_len) || !strncmp(op, "=", op_len) || !strncmp(op, "eq", op_len)) { in PHP_FUNCTION()
241 if (!strncmp(op, "!=", op_len) || !strncmp(op, "<>", op_len) || !strncmp(op, "ne", op_len)) { in PHP_FUNCTION()

Completed in 6 milliseconds