Searched refs:_val (Results 1 – 2 of 2) sorted by relevance
800 _val = _z;804 _val = _z;826 _val = _z;831 _val = _z;837 _val = _z;842 _val = _z;848 _val = _z;872 _val = _z;880 _val = _z;886 _val = _z;[all …]
70 #define TIDY_APPLY_CONFIG_ZVAL(_doc, _val) \ argument71 if(_val) { \72 if(Z_TYPE_P(_val) == IS_ARRAY) { \73 _php_tidy_apply_config_array(_doc, Z_ARRVAL_P(_val)); \75 convert_to_string_ex(_val); \76 TIDY_OPEN_BASE_DIR_CHECK(Z_STRVAL_P(_val)); \77 switch (tidyLoadConfig(_doc, Z_STRVAL_P(_val))) { \79 … php_error_docref(NULL, E_WARNING, "Could not load configuration file '%s'", Z_STRVAL_P(_val)); \82 …NULL, E_NOTICE, "There were errors while parsing the configuration file '%s'", Z_STRVAL_P(_val)); \
Completed in 14 milliseconds