Searched refs:return_output (Results 1 – 2 of 2) sorted by relevance
599 zend_bool return_output = 0; in PHP_FUNCTION() local605 Z_PARAM_BOOL(return_output) in PHP_FUNCTION()611 if (return_output) { in PHP_FUNCTION()
1304 int return_output = 0; in _reflection_export() local1309 if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|b", &argument_ptr, &return_output) == FAILURE) { in _reflection_export()1315 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "zz|b", &argument_ptr, &argument2_ptr, &return_output) … in _reflection_export()1356 ZVAL_BOOL(¶ms[1], return_output); in _reflection_export()1375 if (return_output) { in _reflection_export()1444 zend_bool return_output = 0; in ZEND_METHOD() local1449 Z_PARAM_BOOL(return_output) in ZEND_METHOD()1467 if (return_output) { in ZEND_METHOD()
Completed in 25 milliseconds