Home
last modified time | relevance | path

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

/PHP-7.3/ext/reflection/
H A Dphp_reflection.c1301 zval *argument_ptr, *argument2_ptr; in _reflection_export() local
1309 if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|b", &argument_ptr, &return_output) == FAILURE) { in _reflection_export()
1312 ZVAL_COPY_VALUE(&params[0], argument_ptr); in _reflection_export()
1315 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "zz|b", &argument_ptr, &argument2_ptr, &return_output) … in _reflection_export()
1318 ZVAL_COPY_VALUE(&params[0], argument_ptr); in _reflection_export()

Completed in 21 milliseconds