_val               72 ext/tidy/tidy.c #define TIDY_APPLY_CONFIG_ZVAL(_doc, _val) \
_val               73 ext/tidy/tidy.c     if(_val) { \
_val               74 ext/tidy/tidy.c         if(Z_TYPE_PP(_val) == IS_ARRAY) { \
_val               75 ext/tidy/tidy.c             _php_tidy_apply_config_array(_doc, HASH_OF(*_val) TSRMLS_CC); \
_val               77 ext/tidy/tidy.c             convert_to_string_ex(_val); \
_val               78 ext/tidy/tidy.c             TIDY_OPEN_BASE_DIR_CHECK(Z_STRVAL_PP(_val)); \
_val               79 ext/tidy/tidy.c             switch (tidyLoadConfig(_doc, Z_STRVAL_PP(_val))) { \
_val               81 ext/tidy/tidy.c                 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not load configuration file '%s'", Z_STRVAL_PP(_val)); \
_val               84 ext/tidy/tidy.c                 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "There were errors while parsing the configuration file '%s'", Z_STRVAL_PP(_val)); \