Home
last modified time | relevance | path

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

/PHP-5.6/ext/reflection/
H A Dphp_reflection.c1405 zval *argument_ptr, *argument2_ptr; in _reflection_export() local
1414 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z|b", &argument_ptr, &return_output) == FAIL… in _reflection_export()
1418 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zz|b", &argument_ptr, &argument2_ptr, &retur… in _reflection_export()
1432 params[0] = &argument_ptr; in _reflection_export()

Completed in 55 milliseconds