argument2_ptr    1364 ext/reflection/php_reflection.c 	zval *argument_ptr, *argument2_ptr;
argument2_ptr    1378 ext/reflection/php_reflection.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "zz|b", &argument_ptr, &argument2_ptr, &return_output) == FAILURE) {
argument2_ptr    1382 ext/reflection/php_reflection.c 		ZVAL_COPY_VALUE(&params[1], argument2_ptr);