Searched refs:_val (Results 1 – 2 of 2) sorted by relevance
882 _val = _z;886 _val = _z;908 _val = _z;913 _val = _z;919 _val = _z;924 _val = _z;930 _val = _z;954 _val = _z;962 _val = _z;967 _val = _z;[all …]
75 #define TIDY_APPLY_CONFIG_ZVAL(_doc, _val) \ argument76 if(_val) { \77 if(Z_TYPE_P(_val) == IS_ARRAY) { \78 _php_tidy_apply_config_array(_doc, Z_ARRVAL_P(_val)); \80 convert_to_string_ex(_val); \81 TIDY_OPEN_BASE_DIR_CHECK(Z_STRVAL_P(_val)); \82 switch (tidyLoadConfig(_doc, Z_STRVAL_P(_val))) { \84 … php_error_docref(NULL, E_WARNING, "Could not load configuration file '%s'", Z_STRVAL_P(_val)); \87 …NULL, E_NOTICE, "There were errors while parsing the configuration file '%s'", Z_STRVAL_P(_val)); \
Completed in 18 milliseconds