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