Searched refs:expand (Results 1 – 14 of 14) sorted by relevance
/PHP-8.1/ext/xmlreader/tests/ |
H A D | expand_error.phpt | 8 if (!method_exists($reader, 'expand')) print "skip"; 19 $reader->expand(); 28 var_dump($reader->expand()); 34 Warning: XMLReader::expand(): An Error Occurred while expanding in %s on line %d
|
H A D | bug74457.phpt | 2 XMLReader: Bug #74457 Wrong reflection on XMLReader::expand 7 $rm = new ReflectionMethod(XMLReader::class, 'expand');
|
H A D | expand.phpt | 8 if (!method_exists($reader, 'expand')) print "skip"; 26 $node = $reader->expand($dom);
|
/PHP-8.1/Zend/tests/ |
H A D | bug72767.phpt | 2 Bug #72767: PHP Segfaults when trying to expand an infinite operator
|
/PHP-8.1/ext/xmlreader/ |
H A D | php_xmlreader.stub.php | 108 public function expand(?DOMNode $baseNode = null): DOMNode|false {} function in XMLReader
|
H A D | php_xmlreader_arginfo.h | 119 ZEND_METHOD(XMLReader, expand); 147 ZEND_ME(XMLReader, expand, arginfo_class_XMLReader_expand, ZEND_ACC_PUBLIC)
|
H A D | php_xmlreader.c | 1110 PHP_METHOD(XMLReader, expand) in PHP_METHOD() argument
|
/PHP-8.1/ext/mysqli/tests/ |
H A D | mysqli_stmt_prepare.phpt | 13 // Note: No SQL tests here! We can expand one of the *fetch()
|
H A D | mysqli_stmt_reset.phpt | 13 // Note: No SQL tests here! We can expand one of the *fetch()
|
H A D | mysqli_stmt_big_prepare.phpt | 13 // Note: No SQL tests here! We can expand one of the *fetch()
|
/PHP-8.1/ext/sqlite3/ |
H A D | sqlite3.stub.php | 109 public function getSQL(bool $expand = false): string|false {} argument
|
H A D | sqlite3_arginfo.h | 138 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, expand, _IS_BOOL, 0, "false")
|
/PHP-8.1/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 737 …te_full_path(char **path, struct fpm_worker_pool_s *wp, char *default_prefix, int expand) /* {{{ */ in fpm_evaluate_full_path() argument 760 if (expand) { in fpm_evaluate_full_path() 791 return fpm_evaluate_full_path(path, NULL, default_prefix, expand); in fpm_evaluate_full_path()
|
/PHP-8.1/docs/ |
H A D | release-process.md | 279 Edit the generated files to expand on the base message if needed.
|
Completed in 31 milliseconds