Searched refs:expand (Results 1 – 16 of 16) sorted by relevance
/php-src/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 | gh16292.phpt | 16 var_dump($reader->expand($character_data)); 22 Warning: XMLReader::expand(): Couldn't fetch DOMCharacterData in %s on line %d 25 Warning: XMLReader::expand(): Couldn't fetch DOMCharacterData 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-src/Zend/tests/ |
H A D | bug72767.phpt | 2 Bug #72767: PHP Segfaults when trying to expand an infinite operator
|
/php-src/ext/mysqli/tests/ |
H A D | mysqli_stmt_prepare.phpt | 11 // Note: No SQL tests here! We can expand one of the *fetch()
|
H A D | mysqli_stmt_reset.phpt | 11 // Note: No SQL tests here! We can expand one of the *fetch()
|
H A D | mysqli_stmt_big_prepare.phpt | 18 // Note: No SQL tests here! We can expand one of the *fetch()
|
/php-src/ext/xmlreader/ |
H A D | php_xmlreader.stub.php | 224 public function expand(?DOMNode $baseNode = null): DOMNode|false {} function in XMLReader
|
H A D | php_xmlreader_arginfo.h | 140 ZEND_METHOD(XMLReader, expand); 170 ZEND_ME(XMLReader, expand, arginfo_class_XMLReader_expand, ZEND_ACC_PUBLIC)
|
H A D | php_xmlreader.c | 1267 PHP_METHOD(XMLReader, expand) in PHP_METHOD() argument
|
/php-src/ext/sqlite3/ |
H A D | sqlite3.stub.php | 265 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-src/ext/mbstring/tests/ |
H A D | mb_convert_kana.phpt | 82 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 D | fpm_conf.c | 781 …te_full_path(char **path, struct fpm_worker_pool_s *wp, char *default_prefix, int expand) /* {{{ */ in fpm_evaluate_full_path() argument 804 if (expand) { in fpm_evaluate_full_path() 835 return fpm_evaluate_full_path(path, NULL, default_prefix, expand); in fpm_evaluate_full_path()
|
/php-src/docs/ |
H A D | release-process.md | 699 You may edit the generated files to expand on the base message, if needed.
|
Completed in 34 milliseconds