Home
last modified time | relevance | path

Searched refs:return_output (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/ext/standard/
H A Dvar.c579 zend_bool return_output = 0; in PHP_FUNCTION() local
585 Z_PARAM_BOOL(return_output) in PHP_FUNCTION()
591 if (return_output) { in PHP_FUNCTION()
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c1336 int return_output = 0; in _reflection_export() local
1341 if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|b", &argument_ptr, &return_output) == FAILURE) { in _reflection_export()
1347 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "zz|b", &argument_ptr, &argument2_ptr, &return_output) … in _reflection_export()
1390 ZVAL_BOOL(&params[1], return_output); in _reflection_export()
1409 if (return_output) { in _reflection_export()
1478 zend_bool return_output = 0; in ZEND_METHOD() local
1483 Z_PARAM_BOOL(return_output) in ZEND_METHOD()
1501 if (return_output) { in ZEND_METHOD()

Completed in 28 milliseconds