Searched refs:optstr (Results 1 – 1 of 1) sorted by relevance
3581 char *optstr = NULL; in PHP_FUNCTION() local3590 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|ss", (char **)&string.val, &string_len, &optstr, &op… in PHP_FUNCTION()3602 if (optstr != NULL) { in PHP_FUNCTION()3603 char *p = optstr; in PHP_FUNCTION()
Completed in 19 milliseconds