Home
last modified time | relevance | path

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

/php-src/ext/simplexml/tests/
H A Dfeature55218.phpt34 echo "\n\nUsing new 'from_root' bool set to false:\n";
87 Using new 'from_root' bool set to false:
/php-src/ext/simplexml/
H A Dsimplexml.c1511 bool recursive = 0, from_root = 1; in PHP_METHOD() local
1515 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|bb", &recursive, &from_root) == FAILURE) { in PHP_METHOD()
1520 if (from_root) { in PHP_METHOD()

Completed in 12 milliseconds