<!DOCTYPE html>
<html>
<head> INSERT VALUES OF THE GIVEN PHRASE IDS :</head>
<!-- <head> <link rel="stylesheet" type="text/css" href="style.css" /></head> -->
<body>
<form name="form" action="" method="post">
catalog
product
123 <input type="text" name="product_123" value="" /><br/>
catalog_item
size
color_swatch
color <input type="text" name="product_123_0_0_color_swatch_color" value="Red" /><br/>
color_swatch
color <input type="text" name="product_123_0_1_color_swatch_color" value="burgundy" /><br/>
size
color_swatch
color <input type="text" name="product_123_1_0_color_swatch_color" value="Red" /><br/>
color_swatch
color <input type="text" name="product_123_1_1_color_swatch_color" value="burgundy" /><br/>
</form>
</body>
</html>
Output for 8.4.15
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
Process exited with code 1.