]>
granicus.if.org Git - php/commitdiff
{
zval *wrapper;
- *found = 0;
+ if (! found) {
+ *found = 0;
+ }
+
if (!obj) {
MAKE_STD_ZVAL(wrapper);
ZVAL_NULL(wrapper);
zval *wrapper;
int rsrc_type;
- *found = 0;
+ if (! found) {
+ *found = 0;
+ }
+
if (!obj) {
MAKE_STD_ZVAL(wrapper);
ZVAL_NULL(wrapper);
char *content;
int rsrc_type;
- *found = 0;
+ if (! found) {
+ *found = 0;
+ }
+
if (!obj) {
MAKE_STD_ZVAL(wrapper);
ZVAL_NULL(wrapper);