Home
last modified time | relevance | path

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

/PHP-7.3/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.3/Zend/tests/
H A Dbug72767.phpt2 Bug #72767: PHP Segfaults when trying to expand an infinite operator
/PHP-7.3/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.3/ext/xmlreader/
H A Dphp_xmlreader.c1110 PHP_METHOD(xmlreader, expand) in PHP_METHOD() argument
1287 PHP_ME(xmlreader, expand, arginfo_xmlreader_expand, ZEND_ACC_PUBLIC)
/PHP-7.3/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()
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY510 don't expand and set ambig flag to the string node.
519 2006/10/20: [impl] don't expand for AMBIG_FLAG string in
548 2006/10/16: [bug] unfold expand for 1->2, 1->3 folding in
576 2006/10/06: [impl] expand string node by case fold variations.
2280 2002/03/06: [impl] expand repeated string, if expanded length <= 100.

Completed in 23 milliseconds