質問編集履歴

1

実行環境を追記

2019/12/25 09:31

投稿

larachan
larachan

スコア28

test CHANGED
File without changes
test CHANGED
@@ -21,6 +21,64 @@
21
21
  'state' => 'CA'
22
22
 
23
23
  ]);
24
+
25
+ ```
26
+
27
+
28
+
29
+ ### 追記-実行環境です
30
+
31
+
32
+
33
+ ```
34
+
35
+ $ php -v
36
+
37
+ PHP 7.2.23 (cli) (built: Sep 25 2019 07:38:48) ( NTS )
38
+
39
+ Copyright (c) 1997-2018 The PHP Group
40
+
41
+ Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
42
+
43
+
44
+
45
+ $ rpm -qa | grep php
46
+
47
+ php72-runtime-2.0-1.el7.remi.x86_64
48
+
49
+ php72-php-7.2.23-1.el7.remi.x86_64
50
+
51
+ php-cli-7.2.23-1.el7.remi.x86_64
52
+
53
+ php-gd-7.2.23-1.el7.remi.x86_64
54
+
55
+ php72-php-json-7.2.23-1.el7.remi.x86_64
56
+
57
+ php72-php-cli-7.2.23-1.el7.remi.x86_64
58
+
59
+ php72-2.0-1.el7.remi.x86_64
60
+
61
+ php-json-7.2.23-1.el7.remi.x86_64
62
+
63
+ php-7.2.23-1.el7.remi.x86_64
64
+
65
+ php-mbstring-7.2.23-1.el7.remi.x86_64
66
+
67
+ php-xml-7.2.23-1.el7.remi.x86_64
68
+
69
+ php-pdo-7.2.23-1.el7.remi.x86_64
70
+
71
+ php-pecl-zip-1.15.5-1.el7.remi.7.2.x86_64
72
+
73
+ php72-php-common-7.2.23-1.el7.remi.x86_64
74
+
75
+ php-common-7.2.23-1.el7.remi.x86_64
76
+
77
+ php-devel-7.2.23-1.el7.remi.x86_64
78
+
79
+ php-pecl-mcrypt-1.0.3-1.el7.remi.7.2.x86_64
80
+
81
+
24
82
 
25
83
  ```
26
84