Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 342357
Collapse All | Expand All

(-)bcompiler.c (-1 / +1 lines)
Lines 1492-1498 Link Here
1492
		}
1492
		}
1493
	}
1493
	}
1494
#else
1494
#else
1495
	if (!zend_is_callable(func, 0, &name TSRMLS_CC)) {
1495
	if (!zend_is_callable(func, 0, &name)) {
1496
		if (name && *name == 0) {
1496
		if (name && *name == 0) {
1497
			func = NULL;
1497
			func = NULL;
1498
		} else {
1498
		} else {

Return to bug 342357