Home
last modified time | relevance | path

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

/PHP-7.0/ext/tidy/
H A Dtidy.c1361 size_t optname_len; in PHP_FUNCTION() local
1367 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &optname, &optname_len) == FAILURE) { in PHP_FUNCTION()
1371 …parameters(ZEND_NUM_ARGS(), NULL, "Os", &object, tidy_ce_doc, &optname, &optname_len) == FAILURE) { in PHP_FUNCTION()
1521 size_t optname_len; in PHP_FUNCTION() local
1528 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &optname, &optname_len) == FAILURE) { in PHP_FUNCTION()
1532 …parameters(ZEND_NUM_ARGS(), NULL, "Os", &object, tidy_ce_doc, &optname, &optname_len) == FAILURE) { in PHP_FUNCTION()
/PHP-7.0/ext/standard/
H A Dbasic_functions.c4265 int optname_len = 0; local
4386 optname_len = (int)strlen(optname);
4387 …if (!(optname_len > 1 && optname[0] == '0') && is_numeric_string(optname, optname_len, NULL, NULL,…

Completed in 21 milliseconds