Home
last modified time | relevance | path

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

/php-src/ext/tidy/
H A Dtidy.c1166 size_t optname_len; in PHP_FUNCTION() local
1170 …eters(ZEND_NUM_ARGS(), getThis(), "Os", &object, tidy_ce_doc, &optname, &optname_len) == FAILURE) { in PHP_FUNCTION()
1309 size_t optname_len; in PHP_FUNCTION() local
1314 …eters(ZEND_NUM_ARGS(), getThis(), "Os", &object, tidy_ce_doc, &optname, &optname_len) == FAILURE) { in PHP_FUNCTION()
/php-src/ext/standard/
H A Dbasic_functions.c935 size_t optname_len = 0; local
1066 optname_len = strlen(optname);
1067 …if (!(optname_len > 1 && optname[0] == '0') && is_numeric_string(optname, optname_len, NULL, NULL,…

Completed in 15 milliseconds