Home
last modified time | relevance | path

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

/PHP-7.4/ext/reflection/
H A Dphp_reflection.c1318 zval *argument_ptr, *argument2_ptr; in _reflection_export() local
1326 if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|b", &argument_ptr, &return_output) == FAILURE) { in _reflection_export()
1329 ZVAL_COPY_VALUE(&params[0], argument_ptr); in _reflection_export()
1332 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "zz|b", &argument_ptr, &argument2_ptr, &return_output) … in _reflection_export()
1335 ZVAL_COPY_VALUE(&params[0], argument_ptr); in _reflection_export()

Completed in 20 milliseconds