Home
last modified time | relevance | path

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

/php-src/ext/xmlreader/tests/
H A Dexpand_error.phpt8 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 Dbug74457.phpt2 XMLReader: Bug #74457 Wrong reflection on XMLReader::expand
7 $rm = new ReflectionMethod(XMLReader::class, 'expand');
H A Dexpand.phpt8 if (!method_exists($reader, 'expand')) print "skip";
26 $node = $reader->expand($dom);
/php-src/Zend/tests/
H A Dbug72767.phpt2 Bug #72767: PHP Segfaults when trying to expand an infinite operator
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_prepare.phpt11 // Note: No SQL tests here! We can expand one of the *fetch()
H A Dmysqli_stmt_reset.phpt11 // Note: No SQL tests here! We can expand one of the *fetch()
H A Dmysqli_stmt_big_prepare.phpt18 // Note: No SQL tests here! We can expand one of the *fetch()
/php-src/ext/xmlreader/
H A Dphp_xmlreader.stub.php203 public function expand(?DOMNode $baseNode = null): DOMNode|false {} function in XMLReader
H A Dphp_xmlreader_arginfo.h118 ZEND_METHOD(XMLReader, expand);
145 ZEND_ME(XMLReader, expand, arginfo_class_XMLReader_expand, ZEND_ACC_PUBLIC)
H A Dphp_xmlreader.c1067 PHP_METHOD(XMLReader, expand) in PHP_METHOD() argument
/php-src/ext/sqlite3/
H A Dsqlite3.stub.php376 public function getSQL(bool $expand = false): string|false {} argument
H A Dsqlite3_arginfo.h138 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, expand, _IS_BOOL, 0, "false")
/php-src/ext/mbstring/tests/
H A Dmb_convert_kana.phpt82 echo "Including one which will expand to two codepoints:\n";
208 Including one which will expand to two codepoints:
/php-src/sapi/fpm/fpm/
H A Dfpm_conf.c779 …te_full_path(char **path, struct fpm_worker_pool_s *wp, char *default_prefix, int expand) /* {{{ */ in fpm_evaluate_full_path() argument
802 if (expand) { in fpm_evaluate_full_path()
833 return fpm_evaluate_full_path(path, NULL, default_prefix, expand); in fpm_evaluate_full_path()
/php-src/docs/
H A Drelease-process.md689 You may edit the generated files to expand on the base message, if needed.

Completed in 43 milliseconds