Re: [PHP-DEV] What ZEND_ACC_ALLOW_STATIC is supposed to do

2014-12-15 Thread Rowan Collins
On 16 December 2014 00:56:43 GMT, Tjerk Meesters wrote: >Hi, > >I was looking at the documentation for DOMDocument::loadHTML() [1] that >mentions the following: > >> This function may also be called statically to load and create a >DOMDocument object. The static invocation may be used when no >DO

[PHP-DEV] What ZEND_ACC_ALLOW_STATIC is supposed to do

2014-12-15 Thread Tjerk Meesters
Hi, I was looking at the documentation for DOMDocument::loadHTML() [1] that mentions the following: > This function may also be called statically to load and create a DOMDocument > object. The static invocation may be used when no DOMDocument properties need > to be set prior to loading. Howe