Searched refs:optname_len (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/tidy/ |
| H A D | tidy.c | 1372 int optname_len; local 1378 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &optname, &optname_len) == FAILURE) { 1382 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, NULL, "Os", &object, tidy_ce_doc, &optname, &optname_len) == FAILURE) { 1532 int optname_len; local 1539 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &optname, &optname_len) == FAILURE) { 1543 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, NULL, "Os", &object, tidy_ce_doc, &optname, &optname_len) == FAILURE) {
|
| /PHP_TRUNK/ext/standard/ |
| H A D | basic_functions.c | 4249 int optname_len = 0; local 4396 optname_len = strlen(optname); 4397 if (!(optname_len > 1 && optname[0] == '0') && is_numeric_string(optname, optname_len, NULL, NULL, 0) == IS_LONG) {
|
Completed in 13 milliseconds