=== اختبار array_combine مع القيم العشرية === Ratings List: Array ( [0] => 0 [0.5] => 0.5 [1] => 1 [1.5] => 1.5 [2] => 2 [2.5] => 2.5 [3] => 3 [3.5] => 3.5 [4] => 4 [4.5] => 4.5 [5] => 5 ) === اختبار مقارنة القيم === Key: 0 | Value: 0 | Type: integer Key: '0.5' | Value: 0.5 | Type: string --> MATCH for 0.5! Key: 1 | Value: 1 | Type: integer Key: '1.5' | Value: 1.5 | Type: string Key: 2 | Value: 2 | Type: integer Key: '2.5' | Value: 2.5 | Type: string Key: 3 | Value: 3 | Type: integer Key: '3.5' | Value: 3.5 | Type: string Key: 4 | Value: 4 | Type: integer Key: '4.5' | Value: 4.5 | Type: string Key: 5 | Value: 5 | Type: integer