mirror of https://github.com/php/php-src
Browse Source
- Unlike the other macros its argument has to have braces around it, for - example, open(filename, flags) becomse V_OPEN((filename, flags)) - Made small conversion to new Zend macros. The ugly (*foo)->value.str.val - now becomes Z_STRVAL_PP(foo). PP means pointer pointer, there also exist - single P's for example foo->value.str.val becomes Z_STRVAL_P(foo).PHP-4.0.5
2 changed files with 10 additions and 11 deletions
Loading…
Reference in new issue