Searched refs:iter_val (Results 1 – 2 of 2) sorted by relevance
383 int iter_val; in PHP_FUNCTION() local458 iter_val = 1; in PHP_FUNCTION()462 iter_val = -1; in PHP_FUNCTION()474 start += iter_val; in PHP_FUNCTION()530 iter_val = 1; in PHP_FUNCTION()534 iter_val = -1; in PHP_FUNCTION()546 length += iter_val; in PHP_FUNCTION()
427 zval* iter_val; in set_output_options() local431 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(val), iter_val) { in set_output_options()432 if (Z_TYPE_P(iter_val) == IS_STRING && Z_STRVAL_P(iter_val)) { in set_output_options()433 if (!strcmp(Z_STRVAL_P(iter_val), ESCAPING_VALUE_CDATA)) { in set_output_options()435 } else if (!strcmp(Z_STRVAL_P(iter_val), ESCAPING_VALUE_NON_ASCII)) { in set_output_options()437 } else if (!strcmp(Z_STRVAL_P(iter_val), ESCAPING_VALUE_NON_PRINT)) { in set_output_options()439 } else if (!strcmp(Z_STRVAL_P(iter_val), ESCAPING_VALUE_MARKUP)) { in set_output_options()
Completed in 9 milliseconds