Home
last modified time | relevance | path

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

/PHP-7.4/ext/xmlreader/tests/
H A Dexpand_error.phpt7 if (!method_exists($reader, 'expand')) print "skip";
16 var_dump($reader->expand());
21 var_dump($reader->expand());
25 Warning: XMLReader::expand(): Load Data before trying to expand in %s on line %d
28 Warning: XMLReader::expand(): An Error Occurred while expanding in %s on line %d
H A Dbug74457.phpt2 XMLReader: Bug #74457 Wrong reflection on XMLReader::expand
7 $rm = new ReflectionMethod(XMLReader::class, 'expand');
H A Dexpand.phpt7 if (!method_exists($reader, 'expand')) print "skip";
25 $node = $reader->expand($dom);
/PHP-7.4/Zend/tests/
H A Dbug72767.phpt2 Bug #72767: PHP Segfaults when trying to expand an infinite operator
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_prepare.phpt13 // Note: No SQL tests here! We can expand one of the *fetch()
H A Dmysqli_stmt_reset.phpt13 // Note: No SQL tests here! We can expand one of the *fetch()
H A Dmysqli_stmt_big_prepare.phpt13 // Note: No SQL tests here! We can expand one of the *fetch()
/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.c1122 PHP_METHOD(xmlreader, expand) in PHP_METHOD() argument
1298 PHP_ME(xmlreader, expand, arginfo_xmlreader_expand, ZEND_ACC_PUBLIC)
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_conf.c689 …te_full_path(char **path, struct fpm_worker_pool_s *wp, char *default_prefix, int expand) /* {{{ */ in fpm_evaluate_full_path() argument
712 if (expand) { in fpm_evaluate_full_path()
743 return fpm_evaluate_full_path(path, NULL, default_prefix, expand); in fpm_evaluate_full_path()

Completed in 20 milliseconds