Searched refs:expand (Results 1 – 12 of 12) sorted by relevance
/PHP-7.1/ext/xmlreader/tests/ |
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 | 7 if (!method_exists($reader, 'expand')) print "skip"; 25 $node = $reader->expand($dom);
|
/PHP-7.1/Zend/tests/ |
H A D | bug72767.phpt | 2 Bug #72767: PHP Segfaults when trying to expand an infinite operator
|
/PHP-7.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-7.1/ext/xmlreader/ |
H A D | php_xmlreader.c | 1121 PHP_METHOD(xmlreader, expand) in PHP_METHOD() argument 1298 PHP_ME(xmlreader, expand, arginfo_xmlreader_expand, ZEND_ACC_PUBLIC)
|
/PHP-7.1/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 686 …te_full_path(char **path, struct fpm_worker_pool_s *wp, char *default_prefix, int expand) /* {{{ */ in fpm_evaluate_full_path() argument 709 if (expand) { in fpm_evaluate_full_path() 740 return fpm_evaluate_full_path(path, NULL, default_prefix, expand); in fpm_evaluate_full_path()
|
/PHP-7.1/ext/mbstring/oniguruma/ |
H A D | HISTORY | 227 don't expand and set ambig flag to the string node. 236 2006/10/20: [impl] don't expand for AMBIG_FLAG string in 265 2006/10/16: [bug] unfold expand for 1->2, 1->3 folding in 293 2006/10/06: [impl] expand string node by case fold variations. 1997 2002/03/06: [impl] expand repeated string, if expanded length <= 100.
|
/PHP-7.1/ |
H A D | NEWS | 1035 . Fixed bug #74457 (Wrong reflection on XMLReader::expand). (villfa) 1483 . Fixed bug #72767 (PHP Segfaults when trying to expand an infinite operator). 2367 . Fixed bug #72767 (PHP Segfaults when trying to expand an infinite operator).
|
/PHP-7.1/win32/ |
H A D | install.txt | 159 to C:\php as the zip file doesn't expand as in PHP 4. You may choose a
|
/PHP-7.1/ext/pcre/pcrelib/ |
H A D | ChangeLog | 915 of the compiled pattern block, expand the flags field from 16 to 32 bits
|
Completed in 92 milliseconds