Home
last modified time | relevance | path

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

/PHP-8.4/ext/dom/
H A Dxpath.c521 const char quote_method = (distance_to_single_quote > distance_to_double_quote) ? '\'' : '"'; in PHP_METHOD() local
522 smart_str_appendc(&output, quote_method); in PHP_METHOD()
524 smart_str_appendc(&output, quote_method); in PHP_METHOD()

Completed in 11 milliseconds