Home
last modified time | relevance | path

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

/PHP-5.6/ext/dom/
H A Dphp_dom.h151 #define convert_to_copy_master(orig, copy, lower_type, upper_type) \ argument
152 if (Z_TYPE_P(orig) != IS_##upper_type) { \
/PHP-5.6/Zend/
H A Dzend_operators.h382 #define convert_to_ex_master(ppzv, lower_type, upper_type) \ argument
383 if (Z_TYPE_PP(ppzv)!=IS_##upper_type) { \

Completed in 7 milliseconds