Home
last modified time | relevance | path

Searched refs:convert_to_copy_master (Results 1 – 1 of 1) sorted by relevance

/PHP-5.6/ext/dom/
H A Dphp_dom.h151 #define convert_to_copy_master(orig, copy, lower_type, upper_type) \ macro
161 #define convert_to_string_copy(orig, copy) convert_to_copy_master(orig, copy, string, STRING);
162 #define convert_to_long_copy(orig, copy) convert_to_copy_master(orig, copy, long, LONG);
163 #define convert_to_boolean_copy(orig, copy) convert_to_copy_master(orig, copy, boolean, BOOL);

Completed in 4 milliseconds