Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dvar.c572 zend_bool return_output = 0; in PHP_FUNCTION() local
575 if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|b", &var, &return_output) == FAILURE) { in PHP_FUNCTION()
582 if (return_output) { in PHP_FUNCTION()
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c1439 int return_output = 0; in _reflection_export() local
1444 if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|b", &argument_ptr, &return_output) == FAILURE) { in _reflection_export()
1450 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "zz|b", &argument_ptr, &argument2_ptr, &return_output) … in _reflection_export()
1493 ZVAL_BOOL(&params[1], return_output); in _reflection_export()
1512 if (return_output) { in _reflection_export()
1581 zend_bool return_output = 0; in ZEND_METHOD() local
1586 Z_PARAM_BOOL(return_output) in ZEND_METHOD()
1604 if (return_output) { in ZEND_METHOD()

Completed in 37 milliseconds