Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dvar.c599 zend_bool return_output = 0; in PHP_FUNCTION() local
605 Z_PARAM_BOOL(return_output) in PHP_FUNCTION()
611 if (return_output) { in PHP_FUNCTION()
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c1304 int return_output = 0; in _reflection_export() local
1309 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(&params[1], return_output); in _reflection_export()
1375 if (return_output) { in _reflection_export()
1444 zend_bool return_output = 0; in ZEND_METHOD() local
1449 Z_PARAM_BOOL(return_output) in ZEND_METHOD()
1467 if (return_output) { in ZEND_METHOD()

Completed in 37 milliseconds