diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-04-11 22:01:51 +0200 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-04-13 00:13:11 +0200 |
commit | dfd0acf0d722fbbebeab349b0d4366dd8f30bbee (patch) | |
tree | cf4e66bc127b30c3770642dbe3237aadb1a104d3 /build | |
parent | 422c8390a01ce9b6f612e0183bd0e4500c0608be (diff) | |
download | php-git-dfd0acf0d722fbbebeab349b0d4366dd8f30bbee.tar.gz |
Generate method entries for ext/dom
Closes GH-5374
Diffstat (limited to 'build')
-rwxr-xr-x | build/gen_stub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/gen_stub.php b/build/gen_stub.php index b108191f64..131f60bab7 100755 --- a/build/gen_stub.php +++ b/build/gen_stub.php @@ -421,7 +421,7 @@ class FuncInfo { if ($this->alias->className) { return sprintf( "\tZEND_MALIAS(%s, %s, %s, %s, %s)\n", - $this->alias->className, $this->name, $this->alias->name, $this->getArgInfoName(), $this->getFlagsAsString() + $this->alias->className, $this->name->name, $this->alias->name, $this->getArgInfoName(), $this->getFlagsAsString() ); } else { return sprintf( |