-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.log
More file actions
executable file
·914 lines (914 loc) · 186 KB
/
Copy patherror.log
File metadata and controls
executable file
·914 lines (914 loc) · 186 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
[Sat Mar 05 17:30:31.945601 2016] [:error] [pid 1177] [client 127.0.0.1:57424] PHP Parse error: syntax error, unexpected '>' in /home/svtlichnijj/sites/php-example.local/www/index.php on line 5
[Wed Mar 09 20:07:06.864523 2016] [authz_core:error] [pid 1369] [client 127.0.0.1:39100] AH01630: client denied by server configuration: /home/svtlichnijj/sites/php-example.local/www
[Wed Mar 09 20:08:22.949408 2016] [authz_core:error] [pid 1372] [client 127.0.0.1:39104] AH01630: client denied by server configuration: /home/svtlichnijj/sites/php-example.local/www
[Wed Mar 09 20:10:38.788544 2016] [authz_core:error] [pid 1375] [client 127.0.0.1:39106] AH01630: client denied by server configuration: /home/svtlichnijj/sites/php-example.local/www
[Wed Mar 09 20:11:48.217988 2016] [authz_core:error] [pid 2915] [client 127.0.0.1:39110] AH01630: client denied by server configuration: /home/svtlichnijj/sites/php-example.local/www
[Wed Mar 09 20:12:59.043969 2016] [authz_core:error] [pid 1370] [client 127.0.0.1:39112] AH01630: client denied by server configuration: /home/svtlichnijj/sites/php-example.local/www
[Wed Mar 09 20:13:12.457773 2016] [authz_core:error] [pid 1371] [client 127.0.0.1:39114] AH01630: client denied by server configuration: /home/svtlichnijj/sites/php-example.local/www
[Wed Mar 09 20:14:16.434589 2016] [authz_core:error] [pid 1369] [client 127.0.0.1:39116] AH01630: client denied by server configuration: /home/svtlichnijj/sites/php-example.local/www
[Wed Mar 09 20:26:59.698034 2016] [authz_core:error] [pid 1372] [client 127.0.0.1:39126] AH01630: client denied by server configuration: /home/svtlichnijj/sites/php-example.local/www
[Wed Mar 09 21:24:13.992184 2016] [:error] [pid 2840] [client 127.0.0.1:43442] PHP Notice: Undefined variable: var_dump in /home/svtlichnijj/sites/php-example.local/public/lesson3/index.php on line 113, referer: http://php-example.local/
[Wed Mar 09 21:24:14.022131 2016] [:error] [pid 2840] [client 127.0.0.1:43442] PHP Stack trace:, referer: http://php-example.local/
[Wed Mar 09 21:24:14.022253 2016] [:error] [pid 2840] [client 127.0.0.1:43442] PHP 1. {main}() /home/svtlichnijj/sites/php-example.local/public/lesson3/index.php:0, referer: http://php-example.local/
[Wed Mar 09 21:24:14.045987 2016] [:error] [pid 2840] [client 127.0.0.1:43442] PHP Fatal error: Function name must be a string in /home/svtlichnijj/sites/php-example.local/public/lesson3/index.php on line 113, referer: http://php-example.local/
[Wed Mar 09 21:24:14.046080 2016] [:error] [pid 2840] [client 127.0.0.1:43442] PHP Stack trace:, referer: http://php-example.local/
[Wed Mar 09 21:24:14.046118 2016] [:error] [pid 2840] [client 127.0.0.1:43442] PHP 1. {main}() /home/svtlichnijj/sites/php-example.local/public/lesson3/index.php:0, referer: http://php-example.local/
[Wed Mar 09 21:29:25.092184 2016] [:error] [pid 2840] [client 127.0.0.1:43462] PHP Fatal error: Cannot use [] for reading in /home/svtlichnijj/sites/php-example.local/public/lesson3/index.php on line 117, referer: http://php-example.local/
[Wed Mar 09 21:29:34.773313 2016] [:error] [pid 2841] [client 127.0.0.1:43464] PHP Notice: Undefined offset: 444 in /home/svtlichnijj/sites/php-example.local/public/lesson3/index.php on line 117, referer: http://php-example.local/
[Wed Mar 09 21:29:34.773424 2016] [:error] [pid 2841] [client 127.0.0.1:43464] PHP Stack trace:, referer: http://php-example.local/
[Wed Mar 09 21:29:34.773455 2016] [:error] [pid 2841] [client 127.0.0.1:43464] PHP 1. {main}() /home/svtlichnijj/sites/php-example.local/public/lesson3/index.php:0, referer: http://php-example.local/
[Wed Mar 09 21:29:40.873772 2016] [:error] [pid 2842] [client 127.0.0.1:43466] PHP Fatal error: Cannot use [] for reading in /home/svtlichnijj/sites/php-example.local/public/lesson3/index.php on line 117, referer: http://php-example.local/
[Wed Mar 09 21:30:27.234797 2016] [:error] [pid 1397] [client 127.0.0.1:43468] PHP Notice: Undefined offset: 444 in /home/svtlichnijj/sites/php-example.local/public/lesson3/index.php on line 117, referer: http://php-example.local/
[Wed Mar 09 21:30:27.234926 2016] [:error] [pid 1397] [client 127.0.0.1:43468] PHP Stack trace:, referer: http://php-example.local/
[Wed Mar 09 21:30:27.234999 2016] [:error] [pid 1397] [client 127.0.0.1:43468] PHP 1. {main}() /home/svtlichnijj/sites/php-example.local/public/lesson3/index.php:0, referer: http://php-example.local/
[Wed Mar 09 21:30:47.892546 2016] [:error] [pid 1398] [client 127.0.0.1:43470] PHP Notice: Undefined offset: 444 in /home/svtlichnijj/sites/php-example.local/public/lesson3/index.php on line 117, referer: http://php-example.local/
[Wed Mar 09 21:30:47.892697 2016] [:error] [pid 1398] [client 127.0.0.1:43470] PHP Stack trace:, referer: http://php-example.local/
[Wed Mar 09 21:30:47.892729 2016] [:error] [pid 1398] [client 127.0.0.1:43470] PHP 1. {main}() /home/svtlichnijj/sites/php-example.local/public/lesson3/index.php:0, referer: http://php-example.local/
[Wed Mar 09 21:31:18.289542 2016] [:error] [pid 1400] [client 127.0.0.1:43474] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/public/lesson3/index.php on line 119, referer: http://php-example.local/
[Wed Mar 09 21:31:18.289641 2016] [:error] [pid 1400] [client 127.0.0.1:43474] PHP Stack trace:, referer: http://php-example.local/
[Wed Mar 09 21:31:18.289667 2016] [:error] [pid 1400] [client 127.0.0.1:43474] PHP 1. {main}() /home/svtlichnijj/sites/php-example.local/public/lesson3/index.php:0, referer: http://php-example.local/
[Wed Mar 09 21:33:29.547888 2016] [:error] [pid 2840] [client 127.0.0.1:43478] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/public/lesson3/index.php on line 123, referer: http://php-example.local/
[Wed Mar 09 21:33:29.547991 2016] [:error] [pid 2840] [client 127.0.0.1:43478] PHP Stack trace:, referer: http://php-example.local/
[Wed Mar 09 21:33:29.548024 2016] [:error] [pid 2840] [client 127.0.0.1:43478] PHP 1. {main}() /home/svtlichnijj/sites/php-example.local/public/lesson3/index.php:0, referer: http://php-example.local/
[Wed Mar 09 21:34:52.401265 2016] [:error] [pid 2842] [client 127.0.0.1:43482] PHP Parse error: syntax error, unexpected '1' (T_LNUMBER) in /home/svtlichnijj/sites/php-example.local/public/lesson3/index.php on line 125, referer: http://php-example.local/
[Sat Mar 12 13:55:41.083999 2016] [:error] [pid 2932] [client 127.0.0.1:45042] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/svtlichnijj/sites/php-example.local/public/lesson4/index.php on line 13
[Sat Mar 12 13:55:41.118272 2016] [:error] [pid 2932] [client 127.0.0.1:45042] PHP Stack trace:
[Sat Mar 12 13:55:41.118338 2016] [:error] [pid 2932] [client 127.0.0.1:45042] PHP 1. {main}() /home/svtlichnijj/sites/php-example.local/public/lesson4/index.php:0
[Sat Mar 12 13:56:34.859959 2016] [:error] [pid 2931] [client 127.0.0.1:45044] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/svtlichnijj/sites/php-example.local/public/lesson4/index.php on line 13
[Sat Mar 12 13:56:34.882024 2016] [:error] [pid 2931] [client 127.0.0.1:45044] PHP Stack trace:
[Sat Mar 12 13:56:34.882088 2016] [:error] [pid 2931] [client 127.0.0.1:45044] PHP 1. {main}() /home/svtlichnijj/sites/php-example.local/public/lesson4/index.php:0
[Sat Mar 12 13:57:22.095988 2016] [:error] [pid 1312] [client 127.0.0.1:45052] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/svtlichnijj/sites/php-example.local/public/lesson4/index.php on line 13
[Sat Mar 12 13:57:22.101611 2016] [:error] [pid 1312] [client 127.0.0.1:45052] PHP Stack trace:
[Sat Mar 12 13:57:22.101664 2016] [:error] [pid 1312] [client 127.0.0.1:45052] PHP 1. {main}() /home/svtlichnijj/sites/php-example.local/public/lesson4/index.php:0
[Sat Mar 12 14:03:53.199667 2016] [:error] [pid 2917] [client 127.0.0.1:45082] PHP Parse error: syntax error, unexpected '>' in /home/svtlichnijj/sites/php-example.local/public/lesson4/index.php on line 16
[Sat Mar 12 14:10:05.471970 2016] [:error] [pid 1314] [client 127.0.0.1:45092] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/svtlichnijj/sites/php-example.local/public/lesson4/index.php on line 26
[Sat Mar 12 14:10:05.472117 2016] [:error] [pid 1314] [client 127.0.0.1:45092] PHP Stack trace:
[Sat Mar 12 14:10:05.472145 2016] [:error] [pid 1314] [client 127.0.0.1:45092] PHP 1. {main}() /home/svtlichnijj/sites/php-example.local/public/lesson4/index.php:0
[Sat Mar 12 14:23:02.592924 2016] [:error] [pid 1311] [client 127.0.0.1:45158] PHP Parse error: syntax error, unexpected '$h' (T_VARIABLE), expecting ',' or ';' in /home/svtlichnijj/sites/php-example.local/public/lesson4/index.php on line 37
[Sat Mar 12 14:29:33.400533 2016] [:error] [pid 1315] [client 127.0.0.1:45178] PHP Parse error: syntax error, unexpected ',' in /home/svtlichnijj/sites/php-example.local/public/lesson4/index.php on line 46
[Sat Mar 12 15:05:28.295441 2016] [:error] [pid 1311] [client 127.0.0.1:45486] PHP Parse error: syntax error, unexpected '}' in /home/svtlichnijj/sites/php-example.local/public/lesson4/index.php on line 83
[Sat Mar 12 15:05:28.297894 2016] [:error] [pid 1314] [client 127.0.0.1:45484] PHP Parse error: syntax error, unexpected '}' in /home/svtlichnijj/sites/php-example.local/public/lesson4/index.php on line 83
[Sat Mar 12 15:19:54.555257 2016] [:error] [pid 2917] [client 127.0.0.1:45508] PHP Fatal error: Call to undefined function var_damp() in /home/svtlichnijj/sites/php-example.local/public/lesson4/index.php on line 105
[Sat Mar 12 15:19:54.571388 2016] [:error] [pid 2917] [client 127.0.0.1:45508] PHP Stack trace:
[Sat Mar 12 15:19:54.571483 2016] [:error] [pid 2917] [client 127.0.0.1:45508] PHP 1. {main}() /home/svtlichnijj/sites/php-example.local/public/lesson4/index.php:0
[Sat Mar 12 15:20:33.587976 2016] [:error] [pid 1313] [client 127.0.0.1:45514] PHP Fatal error: Call to undefined function var_damp() in /home/svtlichnijj/sites/php-example.local/public/lesson4/index.php on line 105
[Sat Mar 12 15:20:33.588102 2016] [:error] [pid 1313] [client 127.0.0.1:45514] PHP Stack trace:
[Sat Mar 12 15:20:33.588132 2016] [:error] [pid 1313] [client 127.0.0.1:45514] PHP 1. {main}() /home/svtlichnijj/sites/php-example.local/public/lesson4/index.php:0
[Sat Mar 12 15:20:36.414375 2016] [:error] [pid 1313] [client 127.0.0.1:45514] PHP Fatal error: Call to undefined function var_damp() in /home/svtlichnijj/sites/php-example.local/public/lesson4/index.php on line 105
[Sat Mar 12 15:20:36.414470 2016] [:error] [pid 1313] [client 127.0.0.1:45514] PHP Stack trace:
[Sat Mar 12 15:20:36.414495 2016] [:error] [pid 1313] [client 127.0.0.1:45514] PHP 1. {main}() /home/svtlichnijj/sites/php-example.local/public/lesson4/index.php:0
[Wed Mar 16 21:23:10.913430 2016] [:error] [pid 1479] [client 127.0.0.1:35078] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 22, referer: http://php-example.local/
[Wed Mar 16 21:23:10.932254 2016] [:error] [pid 1479] [client 127.0.0.1:35078] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 22, referer: http://php-example.local/
[Wed Mar 16 21:23:10.932335 2016] [:error] [pid 1479] [client 127.0.0.1:35078] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 22, referer: http://php-example.local/
[Wed Mar 16 21:23:10.932381 2016] [:error] [pid 1479] [client 127.0.0.1:35078] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 22, referer: http://php-example.local/
[Wed Mar 16 21:23:10.932427 2016] [:error] [pid 1479] [client 127.0.0.1:35078] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 22, referer: http://php-example.local/
[Wed Mar 16 21:29:06.008993 2016] [:error] [pid 1479] [client 127.0.0.1:35194] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 22
[Wed Mar 16 21:29:06.023913 2016] [:error] [pid 1479] [client 127.0.0.1:35194] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 22
[Wed Mar 16 21:29:06.024000 2016] [:error] [pid 1479] [client 127.0.0.1:35194] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 22
[Wed Mar 16 21:29:06.024027 2016] [:error] [pid 1479] [client 127.0.0.1:35194] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 22
[Wed Mar 16 21:29:06.024052 2016] [:error] [pid 1479] [client 127.0.0.1:35194] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 22
[Thu Mar 17 19:06:55.297065 2016] [:error] [pid 3239] [client 127.0.0.1:47798] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 23
[Thu Mar 17 19:06:55.337172 2016] [:error] [pid 3239] [client 127.0.0.1:47798] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 23
[Thu Mar 17 19:06:55.337253 2016] [:error] [pid 3239] [client 127.0.0.1:47798] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 23
[Thu Mar 17 19:06:55.337298 2016] [:error] [pid 3239] [client 127.0.0.1:47798] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 23
[Thu Mar 17 19:06:55.337343 2016] [:error] [pid 3239] [client 127.0.0.1:47798] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 23
[Fri Mar 18 15:27:16.275365 2016] [:error] [pid 1347] [client 127.0.0.1:46698] PHP Notice: Undefined variable: arCountries in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 24
[Fri Mar 18 15:27:16.466286 2016] [:error] [pid 1347] [client 127.0.0.1:46698] PHP Warning: Invalid argument supplied for foreach() in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 24
[Fri Mar 18 15:27:16.521414 2016] [:error] [pid 1347] [client 127.0.0.1:46698] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 50
[Fri Mar 18 15:27:16.521489 2016] [:error] [pid 1347] [client 127.0.0.1:46698] PHP Fatal error: Call to undefined function exist() in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 53
[Fri Mar 18 15:30:00.775325 2016] [:error] [pid 3092] [client 127.0.0.1:46910] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30
[Fri Mar 18 15:30:00.790910 2016] [:error] [pid 3092] [client 127.0.0.1:46910] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30
[Fri Mar 18 15:30:00.791007 2016] [:error] [pid 3092] [client 127.0.0.1:46910] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30
[Fri Mar 18 15:30:00.791054 2016] [:error] [pid 3092] [client 127.0.0.1:46910] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30
[Fri Mar 18 15:30:00.791100 2016] [:error] [pid 3092] [client 127.0.0.1:46910] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30
[Fri Mar 18 15:30:00.791163 2016] [:error] [pid 3092] [client 127.0.0.1:46910] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 55
[Fri Mar 18 15:30:00.791208 2016] [:error] [pid 3092] [client 127.0.0.1:46910] PHP Fatal error: Call to undefined function exist() in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 58
[Fri Mar 18 15:31:01.008942 2016] [:error] [pid 3091] [client 127.0.0.1:46920] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 55, referer: http://php-example.local/lesson5/
[Fri Mar 18 15:31:01.019454 2016] [:error] [pid 3091] [client 127.0.0.1:46920] PHP Fatal error: Call to undefined function exist() in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 58, referer: http://php-example.local/lesson5/
[Fri Mar 18 15:32:12.879536 2016] [:error] [pid 1347] [client 127.0.0.1:46926] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 55, referer: http://php-example.local/lesson5/
[Fri Mar 18 15:32:12.928135 2016] [:error] [pid 1347] [client 127.0.0.1:46926] PHP Fatal error: Call to undefined function exist() in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 58, referer: http://php-example.local/lesson5/
[Fri Mar 18 18:52:47.025673 2016] [:error] [pid 3052] [client 127.0.0.1:46928] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30
[Fri Mar 18 18:52:47.183922 2016] [:error] [pid 3052] [client 127.0.0.1:46928] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30
[Fri Mar 18 18:52:47.184060 2016] [:error] [pid 3052] [client 127.0.0.1:46928] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30
[Fri Mar 18 18:52:47.184110 2016] [:error] [pid 3052] [client 127.0.0.1:46928] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30
[Fri Mar 18 18:52:47.184154 2016] [:error] [pid 3052] [client 127.0.0.1:46928] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30
[Fri Mar 18 18:52:47.202881 2016] [:error] [pid 3052] [client 127.0.0.1:46928] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 55
[Fri Mar 18 18:52:47.203020 2016] [:error] [pid 3052] [client 127.0.0.1:46928] PHP Fatal error: Call to undefined function exist() in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 58
[Sat Mar 19 11:29:47.520094 2016] [:error] [pid 1275] [client 127.0.0.1:40368] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30, referer: http://php-example.local/lesson5/
[Sat Mar 19 11:29:47.859876 2016] [:error] [pid 1275] [client 127.0.0.1:40368] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30, referer: http://php-example.local/lesson5/
[Sat Mar 19 11:29:47.883602 2016] [:error] [pid 1275] [client 127.0.0.1:40368] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30, referer: http://php-example.local/lesson5/
[Sat Mar 19 11:29:47.883669 2016] [:error] [pid 1275] [client 127.0.0.1:40368] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30, referer: http://php-example.local/lesson5/
[Sat Mar 19 11:29:47.883708 2016] [:error] [pid 1275] [client 127.0.0.1:40368] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30, referer: http://php-example.local/lesson5/
[Sat Mar 19 11:29:47.883763 2016] [:error] [pid 1275] [client 127.0.0.1:40368] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 55, referer: http://php-example.local/lesson5/
[Sat Mar 19 11:29:47.883799 2016] [:error] [pid 1275] [client 127.0.0.1:40368] PHP Fatal error: Call to undefined function exist() in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 58, referer: http://php-example.local/lesson5/
[Sat Mar 19 13:25:17.374024 2016] [:error] [pid 1542] [client 127.0.0.1:38544] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30, referer: http://php-example.local/lesson5/
[Sat Mar 19 13:25:17.477352 2016] [:error] [pid 1542] [client 127.0.0.1:38544] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30, referer: http://php-example.local/lesson5/
[Sat Mar 19 13:25:17.477470 2016] [:error] [pid 1542] [client 127.0.0.1:38544] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30, referer: http://php-example.local/lesson5/
[Sat Mar 19 13:25:17.477517 2016] [:error] [pid 1542] [client 127.0.0.1:38544] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30, referer: http://php-example.local/lesson5/
[Sat Mar 19 13:25:17.477560 2016] [:error] [pid 1542] [client 127.0.0.1:38544] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30, referer: http://php-example.local/lesson5/
[Sat Mar 19 13:25:17.477636 2016] [:error] [pid 1542] [client 127.0.0.1:38544] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 55, referer: http://php-example.local/lesson5/
[Sat Mar 19 13:25:17.562457 2016] [:error] [pid 1542] [client 127.0.0.1:38544] PHP Fatal error: Call to undefined function exist() in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 58, referer: http://php-example.local/lesson5/
[Sat Mar 19 13:36:08.285706 2016] [:error] [pid 1538] [client 127.0.0.1:38812] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30
[Sat Mar 19 13:36:08.441393 2016] [:error] [pid 1538] [client 127.0.0.1:38812] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30
[Sat Mar 19 13:36:08.441508 2016] [:error] [pid 1538] [client 127.0.0.1:38812] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30
[Sat Mar 19 13:36:08.441554 2016] [:error] [pid 1538] [client 127.0.0.1:38812] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30
[Sat Mar 19 13:36:08.441596 2016] [:error] [pid 1538] [client 127.0.0.1:38812] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30
[Sat Mar 19 13:36:08.441668 2016] [:error] [pid 1538] [client 127.0.0.1:38812] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 55
[Sat Mar 19 13:36:08.441728 2016] [:error] [pid 1538] [client 127.0.0.1:38812] PHP Fatal error: Call to undefined function exist() in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 58
[Sat Mar 19 13:38:34.904120 2016] [:error] [pid 4182] [client 127.0.0.1:39156] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30
[Sat Mar 19 13:38:35.209343 2016] [:error] [pid 4182] [client 127.0.0.1:39156] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30
[Sat Mar 19 13:38:35.209426 2016] [:error] [pid 4182] [client 127.0.0.1:39156] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30
[Sat Mar 19 13:38:35.209460 2016] [:error] [pid 4182] [client 127.0.0.1:39156] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30
[Sat Mar 19 13:38:35.209492 2016] [:error] [pid 4182] [client 127.0.0.1:39156] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30
[Sat Mar 19 13:38:35.209559 2016] [:error] [pid 4182] [client 127.0.0.1:39156] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 55
[Sat Mar 19 13:38:35.209607 2016] [:error] [pid 4182] [client 127.0.0.1:39156] PHP Fatal error: Call to undefined function exist() in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 58
[Sat Mar 19 13:39:06.327301 2016] [:error] [pid 1538] [client 127.0.0.1:39272] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30
[Sat Mar 19 13:39:06.327388 2016] [:error] [pid 1538] [client 127.0.0.1:39272] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30
[Sat Mar 19 13:39:06.327413 2016] [:error] [pid 1538] [client 127.0.0.1:39272] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30
[Sat Mar 19 13:39:06.327437 2016] [:error] [pid 1538] [client 127.0.0.1:39272] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30
[Sat Mar 19 13:39:06.327460 2016] [:error] [pid 1538] [client 127.0.0.1:39272] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30
[Sat Mar 19 13:39:06.327492 2016] [:error] [pid 1538] [client 127.0.0.1:39272] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 55
[Sat Mar 19 13:39:06.327516 2016] [:error] [pid 1538] [client 127.0.0.1:39272] PHP Fatal error: Call to undefined function exist() in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 58
[Sat Mar 19 13:49:05.943029 2016] [:error] [pid 1542] [client 127.0.0.1:39336] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30
[Sat Mar 19 13:49:06.065111 2016] [:error] [pid 1542] [client 127.0.0.1:39336] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30
[Sat Mar 19 13:49:06.065204 2016] [:error] [pid 1542] [client 127.0.0.1:39336] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30
[Sat Mar 19 13:49:06.065232 2016] [:error] [pid 1542] [client 127.0.0.1:39336] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30
[Sat Mar 19 13:49:06.065258 2016] [:error] [pid 1542] [client 127.0.0.1:39336] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 30
[Sat Mar 19 13:49:06.065305 2016] [:error] [pid 1542] [client 127.0.0.1:39336] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 55
[Sat Mar 19 13:49:06.097414 2016] [:error] [pid 1542] [client 127.0.0.1:39336] PHP Fatal error: Call to undefined function exist() in /home/svtlichnijj/sites/php-example.local/public/lesson5/index.php on line 58
[Sat Mar 19 13:52:58.049338 2016] [:error] [pid 4182] [client 127.0.0.1:39344] PHP Notice: Undefined variable: c in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 9
[Sat Mar 19 13:52:58.110123 2016] [:error] [pid 4182] [client 127.0.0.1:39344] PHP Notice: Undefined variable: c in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 9
[Sat Mar 19 13:53:58.735766 2016] [:error] [pid 4185] [client 127.0.0.1:39346] PHP Notice: Undefined variable: c in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 9
[Sat Mar 19 13:53:58.736104 2016] [:error] [pid 4185] [client 127.0.0.1:39346] PHP Notice: Undefined variable: c in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 9
[Sat Mar 19 13:53:58.736144 2016] [:error] [pid 4185] [client 127.0.0.1:39346] PHP Notice: Undefined variable: c in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 9
[Sat Mar 19 13:54:21.103510 2016] [:error] [pid 4186] [client 127.0.0.1:39358] PHP Notice: Undefined variable: c in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 9
[Sat Mar 19 13:54:21.103853 2016] [:error] [pid 4186] [client 127.0.0.1:39358] PHP Notice: Undefined variable: c in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 9
[Sat Mar 19 13:54:21.103884 2016] [:error] [pid 4186] [client 127.0.0.1:39358] PHP Notice: Undefined variable: c in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 9
[Sat Mar 19 14:00:45.227234 2016] [:error] [pid 1541] [client 127.0.0.1:39378] PHP Notice: Undefined variable: a in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 17
[Sat Mar 19 14:00:45.320213 2016] [:error] [pid 1541] [client 127.0.0.1:39378] PHP Notice: Undefined variable: b in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 17
[Sat Mar 19 14:09:43.324562 2016] [:error] [pid 1540] [client 127.0.0.1:39408] PHP Parse error: syntax error, unexpected ',' in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 35
[Sat Mar 19 14:10:30.354462 2016] [:error] [pid 1539] [client 127.0.0.1:39422] PHP Notice: Undefined variable: a in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 17
[Sat Mar 19 14:10:30.372193 2016] [:error] [pid 1539] [client 127.0.0.1:39422] PHP Notice: Undefined variable: b in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 17
[Sat Mar 19 14:10:30.372369 2016] [:error] [pid 1539] [client 127.0.0.1:39422] PHP Warning: Missing argument 3 for my_pow(), called in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 35 and defined in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 32
[Sat Mar 19 14:11:26.467830 2016] [:error] [pid 1538] [client 127.0.0.1:39426] PHP Notice: Undefined variable: a in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 17
[Sat Mar 19 14:11:26.468264 2016] [:error] [pid 1538] [client 127.0.0.1:39426] PHP Notice: Undefined variable: b in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 17
[Sat Mar 19 14:24:28.546124 2016] [:error] [pid 4186] [client 127.0.0.1:39458] PHP Notice: Undefined variable: fanc in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 57
[Sat Mar 19 14:24:28.564181 2016] [:error] [pid 4186] [client 127.0.0.1:39458] PHP Fatal error: Function name must be a string in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 57
[Sat Mar 19 14:24:51.373685 2016] [:error] [pid 1540] [client 127.0.0.1:39462] PHP Notice: Undefined variable: sum in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 58
[Sat Mar 19 14:24:51.373853 2016] [:error] [pid 1540] [client 127.0.0.1:39462] PHP Fatal error: Function name must be a string in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 58
[Sat Mar 19 14:24:51.745143 2016] [:error] [pid 1540] [client 127.0.0.1:39462] PHP Notice: Undefined variable: sum in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 58
[Sat Mar 19 14:24:51.745262 2016] [:error] [pid 1540] [client 127.0.0.1:39462] PHP Fatal error: Function name must be a string in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 58
[Sat Mar 19 14:25:03.146153 2016] [:error] [pid 1539] [client 127.0.0.1:39464] PHP Notice: Undefined variable: sum in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 58
[Sat Mar 19 14:25:03.146334 2016] [:error] [pid 1539] [client 127.0.0.1:39464] PHP Fatal error: Function name must be a string in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 58
[Sat Mar 19 14:25:56.446682 2016] [:error] [pid 1542] [client 127.0.0.1:39468] PHP Parse error: syntax error, unexpected '[', expecting '(' in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 60
[Sat Mar 19 14:26:05.277958 2016] [:error] [pid 4179] [client 127.0.0.1:39470] PHP Notice: Undefined variable: array in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 60
[Sat Mar 19 14:26:05.278094 2016] [:error] [pid 4179] [client 127.0.0.1:39470] PHP Fatal error: Function name must be a string in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 60
[Sat Mar 19 14:27:56.738577 2016] [:error] [pid 3215] [client 127.0.0.1:39472] PHP Warning: Missing argument 1 for {closure}(), called in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 65 and defined in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 61
[Sat Mar 19 14:27:56.761552 2016] [:error] [pid 3215] [client 127.0.0.1:39472] PHP Notice: Undefined variable: array1 in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 62
[Sat Mar 19 14:28:12.995246 2016] [:error] [pid 4182] [client 127.0.0.1:39474] PHP Warning: Missing argument 1 for {closure}(), called in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 65 and defined in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 61
[Sat Mar 19 14:28:13.004648 2016] [:error] [pid 4182] [client 127.0.0.1:39474] PHP Notice: Undefined variable: array1 in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 62
[Sat Mar 19 14:51:04.158249 2016] [:error] [pid 4186] [client 127.0.0.1:39592] PHP Notice: Undefined variable: sum in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 54
[Sat Mar 19 14:51:04.225314 2016] [:error] [pid 4186] [client 127.0.0.1:39592] PHP Fatal error: Function name must be a string in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 54
[Sat Mar 19 14:51:20.621752 2016] [:error] [pid 1541] [client 127.0.0.1:39596] PHP Notice: Undefined variable: sum in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 54
[Sat Mar 19 14:51:20.639216 2016] [:error] [pid 1541] [client 127.0.0.1:39596] PHP Fatal error: Function name must be a string in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 54
[Sat Mar 19 14:53:30.723255 2016] [:error] [pid 1540] [client 127.0.0.1:39598] PHP Warning: Missing argument 1 for sum(), called in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 58 and defined in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 8
[Sat Mar 19 14:53:30.723626 2016] [:error] [pid 1540] [client 127.0.0.1:39598] PHP Warning: Missing argument 2 for sum(), called in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 58 and defined in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 8
[Sat Mar 19 14:53:30.723655 2016] [:error] [pid 1540] [client 127.0.0.1:39598] PHP Notice: Undefined variable: b in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 10
[Sat Mar 19 14:53:30.723677 2016] [:error] [pid 1540] [client 127.0.0.1:39598] PHP Notice: Undefined variable: a in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 10
[Sat Mar 19 14:54:16.321205 2016] [:error] [pid 1539] [client 127.0.0.1:39600] PHP Warning: Missing argument 1 for sum(), called in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 59 and defined in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 8
[Sat Mar 19 14:54:16.321854 2016] [:error] [pid 1539] [client 127.0.0.1:39600] PHP Warning: Missing argument 2 for sum(), called in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 59 and defined in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 8
[Sat Mar 19 14:54:16.321929 2016] [:error] [pid 1539] [client 127.0.0.1:39600] PHP Notice: Undefined variable: b in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 10
[Sat Mar 19 14:54:16.321967 2016] [:error] [pid 1539] [client 127.0.0.1:39600] PHP Notice: Undefined variable: a in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 10
[Sat Mar 19 14:55:56.319032 2016] [:error] [pid 1538] [client 127.0.0.1:39602] PHP Warning: Missing argument 1 for sum(), called in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 65 and defined in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 8
[Sat Mar 19 14:55:56.319148 2016] [:error] [pid 1538] [client 127.0.0.1:39602] PHP Warning: Missing argument 2 for sum(), called in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 65 and defined in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 8
[Sat Mar 19 14:55:56.319175 2016] [:error] [pid 1538] [client 127.0.0.1:39602] PHP Notice: Undefined variable: b in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 10
[Sat Mar 19 14:55:56.319197 2016] [:error] [pid 1538] [client 127.0.0.1:39602] PHP Notice: Undefined variable: a in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 10
[Sat Mar 19 15:04:10.093088 2016] [:error] [pid 3215] [client 127.0.0.1:39620] PHP Notice: Undefined variable: arNum in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 85
[Sat Mar 19 15:04:10.093222 2016] [:error] [pid 3215] [client 127.0.0.1:39620] PHP Warning: Invalid argument supplied for foreach() in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 78
[Sat Mar 19 15:13:17.874977 2016] [:error] [pid 4186] [client 127.0.0.1:39656] PHP Notice: Undefined variable: newArray in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 101
[Sat Mar 19 15:13:18.305543 2016] [:error] [pid 4186] [client 127.0.0.1:39656] PHP Warning: Invalid argument supplied for foreach() in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 96
[Sat Mar 19 15:13:18.233707 2016] [:error] [pid 4185] [client 127.0.0.1:39654] PHP Notice: Undefined variable: newArray in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 101
[Sat Mar 19 15:13:18.305759 2016] [:error] [pid 4185] [client 127.0.0.1:39654] PHP Warning: Invalid argument supplied for foreach() in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 96
[Sat Mar 19 15:19:42.189057 2016] [:error] [pid 1540] [client 127.0.0.1:39670] PHP Parse error: syntax error, unexpected '$newArray' (T_VARIABLE) in /home/svtlichnijj/sites/php-example.local/public/lesson6/index.php on line 123
[Tue Mar 22 15:10:28.100724 2016] [:error] [pid 3855] [client 127.0.0.1:47748] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 31
[Tue Mar 22 15:10:28.100886 2016] [:error] [pid 3855] [client 127.0.0.1:47748] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 31
[Tue Mar 22 15:10:28.100922 2016] [:error] [pid 3855] [client 127.0.0.1:47748] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 33
[Tue Mar 22 15:10:28.100954 2016] [:error] [pid 3855] [client 127.0.0.1:47748] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 33
[Tue Mar 22 15:10:28.147940 2016] [:error] [pid 3855] [client 127.0.0.1:47748] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 55
[Tue Mar 22 15:10:28.148046 2016] [:error] [pid 3855] [client 127.0.0.1:47748] PHP Fatal error: Call to undefined function exist() in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 58
[Tue Mar 22 15:10:52.719979 2016] [:error] [pid 3856] [client 127.0.0.1:47756] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 31
[Tue Mar 22 15:10:52.720138 2016] [:error] [pid 3856] [client 127.0.0.1:47756] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 31
[Tue Mar 22 15:10:52.720182 2016] [:error] [pid 3856] [client 127.0.0.1:47756] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 33
[Tue Mar 22 15:10:52.720256 2016] [:error] [pid 3856] [client 127.0.0.1:47756] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 33
[Tue Mar 22 15:10:52.720371 2016] [:error] [pid 3856] [client 127.0.0.1:47756] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 55
[Tue Mar 22 15:10:52.720412 2016] [:error] [pid 3856] [client 127.0.0.1:47756] PHP Fatal error: Call to undefined function exist() in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 58
[Tue Mar 22 15:12:25.498170 2016] [:error] [pid 3857] [client 127.0.0.1:47774] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 31
[Tue Mar 22 15:12:25.498342 2016] [:error] [pid 3857] [client 127.0.0.1:47774] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 31
[Tue Mar 22 15:12:25.498383 2016] [:error] [pid 3857] [client 127.0.0.1:47774] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 33
[Tue Mar 22 15:12:25.498419 2016] [:error] [pid 3857] [client 127.0.0.1:47774] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 33
[Tue Mar 22 15:12:25.498535 2016] [:error] [pid 3857] [client 127.0.0.1:47774] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 55
[Tue Mar 22 15:12:25.498578 2016] [:error] [pid 3857] [client 127.0.0.1:47774] PHP Fatal error: Call to undefined function exist() in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 58
[Tue Mar 22 15:12:26.085827 2016] [:error] [pid 4002] [client 127.0.0.1:47776] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 31
[Tue Mar 22 15:12:26.085990 2016] [:error] [pid 4002] [client 127.0.0.1:47776] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 31
[Tue Mar 22 15:12:26.086025 2016] [:error] [pid 4002] [client 127.0.0.1:47776] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 33
[Tue Mar 22 15:12:26.086056 2016] [:error] [pid 4002] [client 127.0.0.1:47776] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 33
[Tue Mar 22 15:12:26.086166 2016] [:error] [pid 4002] [client 127.0.0.1:47776] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 55
[Tue Mar 22 15:12:26.086204 2016] [:error] [pid 4002] [client 127.0.0.1:47776] PHP Fatal error: Call to undefined function exist() in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 58
[Tue Mar 22 15:13:08.435778 2016] [:error] [pid 3853] [client 127.0.0.1:47778] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 31
[Tue Mar 22 15:13:08.435953 2016] [:error] [pid 3853] [client 127.0.0.1:47778] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 31
[Tue Mar 22 15:13:08.435993 2016] [:error] [pid 3853] [client 127.0.0.1:47778] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 33
[Tue Mar 22 15:13:08.436028 2016] [:error] [pid 3853] [client 127.0.0.1:47778] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 33
[Tue Mar 22 15:13:08.436133 2016] [:error] [pid 3853] [client 127.0.0.1:47778] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 55
[Tue Mar 22 15:13:08.436174 2016] [:error] [pid 3853] [client 127.0.0.1:47778] PHP Fatal error: Call to undefined function exist() in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 58
[Tue Mar 22 15:13:59.073473 2016] [:error] [pid 3854] [client 127.0.0.1:47780] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 31
[Tue Mar 22 15:13:59.073632 2016] [:error] [pid 3854] [client 127.0.0.1:47780] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 31
[Tue Mar 22 15:13:59.073673 2016] [:error] [pid 3854] [client 127.0.0.1:47780] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 33
[Tue Mar 22 15:13:59.073710 2016] [:error] [pid 3854] [client 127.0.0.1:47780] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 33
[Tue Mar 22 15:13:59.073818 2016] [:error] [pid 3854] [client 127.0.0.1:47780] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 55
[Tue Mar 22 15:13:59.073861 2016] [:error] [pid 3854] [client 127.0.0.1:47780] PHP Fatal error: Call to undefined function exist() in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 58
[Tue Mar 22 15:14:06.319314 2016] [:error] [pid 3855] [client 127.0.0.1:47788] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 31
[Tue Mar 22 15:14:06.319427 2016] [:error] [pid 3855] [client 127.0.0.1:47788] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 31
[Tue Mar 22 15:14:06.319453 2016] [:error] [pid 3855] [client 127.0.0.1:47788] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 33
[Tue Mar 22 15:14:06.319477 2016] [:error] [pid 3855] [client 127.0.0.1:47788] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 33
[Tue Mar 22 15:14:06.319514 2016] [:error] [pid 3855] [client 127.0.0.1:47788] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 55
[Tue Mar 22 15:14:06.319542 2016] [:error] [pid 3855] [client 127.0.0.1:47788] PHP Fatal error: Call to undefined function exist() in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 58
[Tue Mar 22 15:15:43.525396 2016] [:error] [pid 3856] [client 127.0.0.1:47790] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 31
[Tue Mar 22 15:15:43.525539 2016] [:error] [pid 3856] [client 127.0.0.1:47790] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 31
[Tue Mar 22 15:15:43.525580 2016] [:error] [pid 3856] [client 127.0.0.1:47790] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 33
[Tue Mar 22 15:15:43.525615 2016] [:error] [pid 3856] [client 127.0.0.1:47790] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 33
[Tue Mar 22 15:15:43.525669 2016] [:error] [pid 3856] [client 127.0.0.1:47790] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 55
[Tue Mar 22 15:15:43.525708 2016] [:error] [pid 3856] [client 127.0.0.1:47790] PHP Fatal error: Call to undefined function exist() in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 58
[Tue Mar 22 15:15:53.208140 2016] [:error] [pid 4002] [client 127.0.0.1:47800] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 31, referer: http://php-example.local/
[Tue Mar 22 15:15:53.208269 2016] [:error] [pid 4002] [client 127.0.0.1:47800] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 31, referer: http://php-example.local/
[Tue Mar 22 15:15:53.208310 2016] [:error] [pid 4002] [client 127.0.0.1:47800] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 33, referer: http://php-example.local/
[Tue Mar 22 15:15:53.208380 2016] [:error] [pid 4002] [client 127.0.0.1:47800] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 33, referer: http://php-example.local/
[Tue Mar 22 15:15:53.208435 2016] [:error] [pid 4002] [client 127.0.0.1:47800] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 55, referer: http://php-example.local/
[Tue Mar 22 15:15:53.208474 2016] [:error] [pid 4002] [client 127.0.0.1:47800] PHP Fatal error: Call to undefined function exist() in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 58, referer: http://php-example.local/
[Tue Mar 22 15:16:27.972061 2016] [:error] [pid 3853] [client 127.0.0.1:47804] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 31, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:16:27.972168 2016] [:error] [pid 3853] [client 127.0.0.1:47804] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 31, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:16:27.972192 2016] [:error] [pid 3853] [client 127.0.0.1:47804] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 33, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:16:27.972212 2016] [:error] [pid 3853] [client 127.0.0.1:47804] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 33, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:16:28.031486 2016] [:error] [pid 3853] [client 127.0.0.1:47804] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 55, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:16:28.031620 2016] [:error] [pid 3853] [client 127.0.0.1:47804] PHP Fatal error: Call to undefined function exist() in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 58, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:16:32.085931 2016] [:error] [pid 3854] [client 127.0.0.1:47806] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 31, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:16:32.086069 2016] [:error] [pid 3854] [client 127.0.0.1:47806] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 31, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:16:32.086110 2016] [:error] [pid 3854] [client 127.0.0.1:47806] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 33, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:16:32.086145 2016] [:error] [pid 3854] [client 127.0.0.1:47806] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 33, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:16:32.086214 2016] [:error] [pid 3854] [client 127.0.0.1:47806] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 55, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:16:32.086256 2016] [:error] [pid 3854] [client 127.0.0.1:47806] PHP Fatal error: Call to undefined function exist() in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 58, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:18:22.883536 2016] [:error] [pid 3855] [client 127.0.0.1:47808] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 31, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:18:22.883645 2016] [:error] [pid 3855] [client 127.0.0.1:47808] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 31, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:18:22.883701 2016] [:error] [pid 3855] [client 127.0.0.1:47808] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 33, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:18:22.883722 2016] [:error] [pid 3855] [client 127.0.0.1:47808] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 33, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:18:22.883765 2016] [:error] [pid 3855] [client 127.0.0.1:47808] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 55, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:18:22.883789 2016] [:error] [pid 3855] [client 127.0.0.1:47808] PHP Fatal error: Call to undefined function exist() in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 58, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:19:16.462004 2016] [:error] [pid 3856] [client 127.0.0.1:47810] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 31, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:19:16.462104 2016] [:error] [pid 3856] [client 127.0.0.1:47810] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 31, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:19:16.462128 2016] [:error] [pid 3856] [client 127.0.0.1:47810] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 33, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:19:16.462149 2016] [:error] [pid 3856] [client 127.0.0.1:47810] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 33, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:19:16.471506 2016] [:error] [pid 3856] [client 127.0.0.1:47810] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 55, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:19:16.471594 2016] [:error] [pid 3856] [client 127.0.0.1:47810] PHP Fatal error: Call to undefined function exist() in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 58, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:20:06.256137 2016] [:error] [pid 3857] [client 127.0.0.1:47812] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 31, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:20:06.309943 2016] [:error] [pid 3857] [client 127.0.0.1:47812] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 31, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:20:06.310014 2016] [:error] [pid 3857] [client 127.0.0.1:47812] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 33, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:20:06.310051 2016] [:error] [pid 3857] [client 127.0.0.1:47812] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 33, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:20:06.310167 2016] [:error] [pid 3857] [client 127.0.0.1:47812] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 55, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:20:06.310210 2016] [:error] [pid 3857] [client 127.0.0.1:47812] PHP Fatal error: Call to undefined function exist() in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 58, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:21:06.088011 2016] [:error] [pid 4002] [client 127.0.0.1:47820] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 31, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:21:06.227516 2016] [:error] [pid 4002] [client 127.0.0.1:47820] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 31, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:21:06.227599 2016] [:error] [pid 4002] [client 127.0.0.1:47820] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 33, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:21:06.227620 2016] [:error] [pid 4002] [client 127.0.0.1:47820] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 33, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:21:06.643209 2016] [:error] [pid 4002] [client 127.0.0.1:47820] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 55, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:21:06.643393 2016] [:error] [pid 4002] [client 127.0.0.1:47820] PHP Fatal error: Call to undefined function exist() in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 58, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:21:34.153665 2016] [:error] [pid 3853] [client 127.0.0.1:47828] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 31, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:21:34.153800 2016] [:error] [pid 3853] [client 127.0.0.1:47828] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 31, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:21:34.153836 2016] [:error] [pid 3853] [client 127.0.0.1:47828] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 33, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:21:34.153868 2016] [:error] [pid 3853] [client 127.0.0.1:47828] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 33, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:21:34.153971 2016] [:error] [pid 3853] [client 127.0.0.1:47828] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 55, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:21:34.154018 2016] [:error] [pid 3853] [client 127.0.0.1:47828] PHP Fatal error: Call to undefined function exist() in /home/svtlichnijj/sites/php-example.local/lesson5/index.php on line 58, referer: http://php-example.local/lesson5/
[Tue Mar 22 15:23:34.905721 2016] [:error] [pid 4508] [client 127.0.0.1:47840] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 31
[Tue Mar 22 15:23:34.926400 2016] [:error] [pid 4508] [client 127.0.0.1:47840] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 31
[Tue Mar 22 15:23:34.926450 2016] [:error] [pid 4508] [client 127.0.0.1:47840] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 33
[Tue Mar 22 15:23:34.926471 2016] [:error] [pid 4508] [client 127.0.0.1:47840] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 33
[Tue Mar 22 15:23:34.926564 2016] [:error] [pid 4508] [client 127.0.0.1:47840] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 59
[Tue Mar 22 15:23:34.926590 2016] [:error] [pid 4508] [client 127.0.0.1:47840] PHP Fatal error: Call to undefined function exist() in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 62
[Wed Mar 23 11:43:21.185484 2016] [:error] [pid 1361] [client 127.0.0.1:53268] PHP Parse error: syntax error, unexpected '$R' (T_VARIABLE), expecting ',' or ';' in /home/svtlichnijj/sites/php-example.local/lesson6/index.php on line 164, referer: http://php-example.local/lesson6/
[Wed Mar 23 13:20:23.661896 2016] [:error] [pid 3492] [client 127.0.0.1:54770] PHP Parse error: syntax error, unexpected end of file in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 109
[Wed Mar 23 13:22:42.247299 2016] [:error] [pid 3495] [client 127.0.0.1:54780] PHP Parse error: syntax error, unexpected end of file in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 109
[Wed Mar 23 13:23:11.208285 2016] [:error] [pid 3496] [client 127.0.0.1:54790] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 30
[Wed Mar 23 13:23:11.208340 2016] [:error] [pid 3496] [client 127.0.0.1:54790] PHP Notice: Undefined variable: value in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 31
[Wed Mar 23 13:23:11.209643 2016] [:error] [pid 3496] [client 127.0.0.1:54790] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 55
[Wed Mar 23 13:23:11.209663 2016] [:error] [pid 3496] [client 127.0.0.1:54790] PHP Notice: Undefined variable: value in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:23:11.227717 2016] [:error] [pid 3496] [client 127.0.0.1:54790] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 59
[Wed Mar 23 13:23:11.227753 2016] [:error] [pid 3496] [client 127.0.0.1:54790] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:23:11.227764 2016] [:error] [pid 3496] [client 127.0.0.1:54790] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:23:11.227777 2016] [:error] [pid 3496] [client 127.0.0.1:54790] PHP Notice: Undefined variable: ke1y in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 71
[Wed Mar 23 13:23:11.227787 2016] [:error] [pid 3496] [client 127.0.0.1:54790] PHP Notice: Undefined variable: conddyy in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 72
[Wed Mar 23 13:23:22.636868 2016] [:error] [pid 3497] [client 127.0.0.1:54796] PHP Parse error: syntax error, unexpected end of file in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 109
[Wed Mar 23 13:23:28.494993 2016] [:error] [pid 1362] [client 127.0.0.1:54798] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 30
[Wed Mar 23 13:23:28.495045 2016] [:error] [pid 1362] [client 127.0.0.1:54798] PHP Notice: Undefined variable: value in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 31
[Wed Mar 23 13:23:28.495061 2016] [:error] [pid 1362] [client 127.0.0.1:54798] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 55
[Wed Mar 23 13:23:28.495070 2016] [:error] [pid 1362] [client 127.0.0.1:54798] PHP Notice: Undefined variable: value in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:23:28.495081 2016] [:error] [pid 1362] [client 127.0.0.1:54798] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 59
[Wed Mar 23 13:23:28.495088 2016] [:error] [pid 1362] [client 127.0.0.1:54798] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:23:28.495096 2016] [:error] [pid 1362] [client 127.0.0.1:54798] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:23:28.499746 2016] [:error] [pid 1362] [client 127.0.0.1:54798] PHP Notice: Undefined variable: ke1y in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 71
[Wed Mar 23 13:23:28.499783 2016] [:error] [pid 1362] [client 127.0.0.1:54798] PHP Notice: Undefined variable: conddyy in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 72
[Wed Mar 23 13:23:35.104200 2016] [:error] [pid 1363] [client 127.0.0.1:54800] PHP Notice: Undefined variable: key in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 30
[Wed Mar 23 13:23:35.104263 2016] [:error] [pid 1363] [client 127.0.0.1:54800] PHP Notice: Undefined variable: value in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 31
[Wed Mar 23 13:23:35.104283 2016] [:error] [pid 1363] [client 127.0.0.1:54800] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 55
[Wed Mar 23 13:23:35.104293 2016] [:error] [pid 1363] [client 127.0.0.1:54800] PHP Notice: Undefined variable: value in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:23:35.104304 2016] [:error] [pid 1363] [client 127.0.0.1:54800] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 59
[Wed Mar 23 13:23:35.104313 2016] [:error] [pid 1363] [client 127.0.0.1:54800] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:23:35.104321 2016] [:error] [pid 1363] [client 127.0.0.1:54800] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:23:35.104542 2016] [:error] [pid 1363] [client 127.0.0.1:54800] PHP Notice: Undefined variable: ke1y in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 71
[Wed Mar 23 13:23:35.104553 2016] [:error] [pid 1363] [client 127.0.0.1:54800] PHP Notice: Undefined variable: conddyy in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 72
[Wed Mar 23 13:24:14.447693 2016] [:error] [pid 1361] [client 127.0.0.1:54808] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 31
[Wed Mar 23 13:24:14.455016 2016] [:error] [pid 1361] [client 127.0.0.1:54808] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 31
[Wed Mar 23 13:24:14.455029 2016] [:error] [pid 1361] [client 127.0.0.1:54808] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 31
[Wed Mar 23 13:24:14.455039 2016] [:error] [pid 1361] [client 127.0.0.1:54808] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 31
[Wed Mar 23 13:24:14.455050 2016] [:error] [pid 1361] [client 127.0.0.1:54808] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 31
[Wed Mar 23 13:24:14.455076 2016] [:error] [pid 1361] [client 127.0.0.1:54808] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 55
[Wed Mar 23 13:24:14.455086 2016] [:error] [pid 1361] [client 127.0.0.1:54808] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 59
[Wed Mar 23 13:24:14.455094 2016] [:error] [pid 1361] [client 127.0.0.1:54808] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:24:14.455101 2016] [:error] [pid 1361] [client 127.0.0.1:54808] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:24:14.455110 2016] [:error] [pid 1361] [client 127.0.0.1:54808] PHP Notice: Undefined variable: ke1y in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 71
[Wed Mar 23 13:24:14.455118 2016] [:error] [pid 1361] [client 127.0.0.1:54808] PHP Notice: Undefined variable: conddyy in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 72
[Wed Mar 23 13:24:39.523529 2016] [:error] [pid 1364] [client 127.0.0.1:54814] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 31
[Wed Mar 23 13:24:39.532145 2016] [:error] [pid 1364] [client 127.0.0.1:54814] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 31
[Wed Mar 23 13:24:39.532186 2016] [:error] [pid 1364] [client 127.0.0.1:54814] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 31
[Wed Mar 23 13:24:39.532197 2016] [:error] [pid 1364] [client 127.0.0.1:54814] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 31
[Wed Mar 23 13:24:39.532207 2016] [:error] [pid 1364] [client 127.0.0.1:54814] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 31
[Wed Mar 23 13:24:39.532228 2016] [:error] [pid 1364] [client 127.0.0.1:54814] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 55
[Wed Mar 23 13:24:39.536170 2016] [:error] [pid 1364] [client 127.0.0.1:54814] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 59
[Wed Mar 23 13:24:39.536189 2016] [:error] [pid 1364] [client 127.0.0.1:54814] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:24:39.536199 2016] [:error] [pid 1364] [client 127.0.0.1:54814] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:24:39.536211 2016] [:error] [pid 1364] [client 127.0.0.1:54814] PHP Notice: Undefined variable: ke1y in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 71
[Wed Mar 23 13:24:39.536220 2016] [:error] [pid 1364] [client 127.0.0.1:54814] PHP Notice: Undefined variable: conddyy in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 72
[Wed Mar 23 13:25:01.020498 2016] [:error] [pid 1365] [client 127.0.0.1:54822] PHP Parse error: syntax error, unexpected ',' in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 28
[Wed Mar 23 13:25:11.672596 2016] [:error] [pid 3492] [client 127.0.0.1:54824] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 31
[Wed Mar 23 13:25:11.672660 2016] [:error] [pid 3492] [client 127.0.0.1:54824] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 31
[Wed Mar 23 13:25:11.672670 2016] [:error] [pid 3492] [client 127.0.0.1:54824] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 31
[Wed Mar 23 13:25:11.672678 2016] [:error] [pid 3492] [client 127.0.0.1:54824] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 31
[Wed Mar 23 13:25:11.672686 2016] [:error] [pid 3492] [client 127.0.0.1:54824] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 31
[Wed Mar 23 13:25:11.672704 2016] [:error] [pid 3492] [client 127.0.0.1:54824] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 55
[Wed Mar 23 13:25:11.672717 2016] [:error] [pid 3492] [client 127.0.0.1:54824] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 59
[Wed Mar 23 13:25:11.672725 2016] [:error] [pid 3492] [client 127.0.0.1:54824] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:25:11.672732 2016] [:error] [pid 3492] [client 127.0.0.1:54824] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:25:11.672742 2016] [:error] [pid 3492] [client 127.0.0.1:54824] PHP Notice: Undefined variable: ke1y in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 71
[Wed Mar 23 13:25:11.672749 2016] [:error] [pid 3492] [client 127.0.0.1:54824] PHP Notice: Undefined variable: conddyy in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 72
[Wed Mar 23 13:25:17.984633 2016] [:error] [pid 3495] [client 127.0.0.1:54830] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 31
[Wed Mar 23 13:25:17.984668 2016] [:error] [pid 3495] [client 127.0.0.1:54830] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 31
[Wed Mar 23 13:25:17.984679 2016] [:error] [pid 3495] [client 127.0.0.1:54830] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 31
[Wed Mar 23 13:25:17.984689 2016] [:error] [pid 3495] [client 127.0.0.1:54830] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 31
[Wed Mar 23 13:25:17.984699 2016] [:error] [pid 3495] [client 127.0.0.1:54830] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 31
[Wed Mar 23 13:25:17.984718 2016] [:error] [pid 3495] [client 127.0.0.1:54830] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 55
[Wed Mar 23 13:25:17.984731 2016] [:error] [pid 3495] [client 127.0.0.1:54830] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 59
[Wed Mar 23 13:25:17.984740 2016] [:error] [pid 3495] [client 127.0.0.1:54830] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:25:17.984749 2016] [:error] [pid 3495] [client 127.0.0.1:54830] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:25:17.984760 2016] [:error] [pid 3495] [client 127.0.0.1:54830] PHP Notice: Undefined variable: ke1y in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 71
[Wed Mar 23 13:25:17.984769 2016] [:error] [pid 3495] [client 127.0.0.1:54830] PHP Notice: Undefined variable: conddyy in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 72
[Wed Mar 23 13:25:33.536969 2016] [:error] [pid 3496] [client 127.0.0.1:54836] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 32
[Wed Mar 23 13:25:33.537000 2016] [:error] [pid 3496] [client 127.0.0.1:54836] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 32
[Wed Mar 23 13:25:33.537007 2016] [:error] [pid 3496] [client 127.0.0.1:54836] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 32
[Wed Mar 23 13:25:33.537014 2016] [:error] [pid 3496] [client 127.0.0.1:54836] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 32
[Wed Mar 23 13:25:33.537020 2016] [:error] [pid 3496] [client 127.0.0.1:54836] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 32
[Wed Mar 23 13:25:33.537029 2016] [:error] [pid 3496] [client 127.0.0.1:54836] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:25:33.537037 2016] [:error] [pid 3496] [client 127.0.0.1:54836] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:25:33.537043 2016] [:error] [pid 3496] [client 127.0.0.1:54836] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:25:33.537048 2016] [:error] [pid 3496] [client 127.0.0.1:54836] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:25:33.537055 2016] [:error] [pid 3496] [client 127.0.0.1:54836] PHP Notice: Undefined variable: ke1y in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 72
[Wed Mar 23 13:25:33.537070 2016] [:error] [pid 3496] [client 127.0.0.1:54836] PHP Notice: Undefined variable: conddyy in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 73
[Wed Mar 23 13:26:00.722010 2016] [:error] [pid 3497] [client 127.0.0.1:54846] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:26:00.722043 2016] [:error] [pid 3497] [client 127.0.0.1:54846] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:26:00.722050 2016] [:error] [pid 3497] [client 127.0.0.1:54846] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:26:00.722056 2016] [:error] [pid 3497] [client 127.0.0.1:54846] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:26:00.722062 2016] [:error] [pid 3497] [client 127.0.0.1:54846] PHP Notice: Undefined variable: ke1y in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 72
[Wed Mar 23 13:26:00.722068 2016] [:error] [pid 3497] [client 127.0.0.1:54846] PHP Notice: Undefined variable: conddyy in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 73
[Wed Mar 23 13:26:12.592046 2016] [:error] [pid 1362] [client 127.0.0.1:54852] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:26:12.592086 2016] [:error] [pid 1362] [client 127.0.0.1:54852] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:26:12.592095 2016] [:error] [pid 1362] [client 127.0.0.1:54852] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:26:12.592102 2016] [:error] [pid 1362] [client 127.0.0.1:54852] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:26:12.592111 2016] [:error] [pid 1362] [client 127.0.0.1:54852] PHP Notice: Undefined variable: ke1y in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 72
[Wed Mar 23 13:26:12.592119 2016] [:error] [pid 1362] [client 127.0.0.1:54852] PHP Notice: Undefined variable: conddyy in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 73
[Wed Mar 23 13:26:35.347517 2016] [:error] [pid 1363] [client 127.0.0.1:54858] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:26:35.347558 2016] [:error] [pid 1363] [client 127.0.0.1:54858] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:26:35.347567 2016] [:error] [pid 1363] [client 127.0.0.1:54858] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:26:35.347574 2016] [:error] [pid 1363] [client 127.0.0.1:54858] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:26:35.347583 2016] [:error] [pid 1363] [client 127.0.0.1:54858] PHP Notice: Undefined variable: ke1y in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 72
[Wed Mar 23 13:26:35.347590 2016] [:error] [pid 1363] [client 127.0.0.1:54858] PHP Notice: Undefined variable: conddyy in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 73
[Wed Mar 23 13:27:19.680362 2016] [:error] [pid 1361] [client 127.0.0.1:54864] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:27:19.680408 2016] [:error] [pid 1361] [client 127.0.0.1:54864] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:27:19.680429 2016] [:error] [pid 1361] [client 127.0.0.1:54864] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:27:19.680438 2016] [:error] [pid 1361] [client 127.0.0.1:54864] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:27:19.680448 2016] [:error] [pid 1361] [client 127.0.0.1:54864] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:27:19.680459 2016] [:error] [pid 1361] [client 127.0.0.1:54864] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:27:19.680469 2016] [:error] [pid 1361] [client 127.0.0.1:54864] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:27:19.680477 2016] [:error] [pid 1361] [client 127.0.0.1:54864] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:27:19.680487 2016] [:error] [pid 1361] [client 127.0.0.1:54864] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:27:19.680499 2016] [:error] [pid 1361] [client 127.0.0.1:54864] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:27:19.680508 2016] [:error] [pid 1361] [client 127.0.0.1:54864] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:27:19.680516 2016] [:error] [pid 1361] [client 127.0.0.1:54864] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:27:19.680526 2016] [:error] [pid 1361] [client 127.0.0.1:54864] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:27:19.680763 2016] [:error] [pid 1361] [client 127.0.0.1:54864] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:27:19.680774 2016] [:error] [pid 1361] [client 127.0.0.1:54864] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:27:19.680783 2016] [:error] [pid 1361] [client 127.0.0.1:54864] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:27:19.680805 2016] [:error] [pid 1361] [client 127.0.0.1:54864] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:27:19.680818 2016] [:error] [pid 1361] [client 127.0.0.1:54864] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:27:19.680827 2016] [:error] [pid 1361] [client 127.0.0.1:54864] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:27:19.680835 2016] [:error] [pid 1361] [client 127.0.0.1:54864] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:27:19.680846 2016] [:error] [pid 1361] [client 127.0.0.1:54864] PHP Notice: Undefined variable: ke1y in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 72
[Wed Mar 23 13:27:19.680856 2016] [:error] [pid 1361] [client 127.0.0.1:54864] PHP Notice: Undefined variable: conddyy in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 73
[Wed Mar 23 13:27:38.217723 2016] [:error] [pid 1364] [client 127.0.0.1:54870] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:27:38.217766 2016] [:error] [pid 1364] [client 127.0.0.1:54870] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 57
[Wed Mar 23 13:27:38.217773 2016] [:error] [pid 1364] [client 127.0.0.1:54870] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:27:38.217778 2016] [:error] [pid 1364] [client 127.0.0.1:54870] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:27:38.217784 2016] [:error] [pid 1364] [client 127.0.0.1:54870] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:27:38.217790 2016] [:error] [pid 1364] [client 127.0.0.1:54870] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:27:38.217795 2016] [:error] [pid 1364] [client 127.0.0.1:54870] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 57
[Wed Mar 23 13:27:38.217801 2016] [:error] [pid 1364] [client 127.0.0.1:54870] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:27:38.217806 2016] [:error] [pid 1364] [client 127.0.0.1:54870] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:27:38.217812 2016] [:error] [pid 1364] [client 127.0.0.1:54870] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:27:38.217817 2016] [:error] [pid 1364] [client 127.0.0.1:54870] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:27:38.217823 2016] [:error] [pid 1364] [client 127.0.0.1:54870] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 57
[Wed Mar 23 13:27:38.217828 2016] [:error] [pid 1364] [client 127.0.0.1:54870] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:27:38.217834 2016] [:error] [pid 1364] [client 127.0.0.1:54870] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:27:38.217839 2016] [:error] [pid 1364] [client 127.0.0.1:54870] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:27:38.217845 2016] [:error] [pid 1364] [client 127.0.0.1:54870] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:27:38.217850 2016] [:error] [pid 1364] [client 127.0.0.1:54870] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 57
[Wed Mar 23 13:27:38.217855 2016] [:error] [pid 1364] [client 127.0.0.1:54870] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:27:38.217861 2016] [:error] [pid 1364] [client 127.0.0.1:54870] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:27:38.217866 2016] [:error] [pid 1364] [client 127.0.0.1:54870] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:27:38.217880 2016] [:error] [pid 1364] [client 127.0.0.1:54870] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:27:38.217886 2016] [:error] [pid 1364] [client 127.0.0.1:54870] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 57
[Wed Mar 23 13:27:38.217895 2016] [:error] [pid 1364] [client 127.0.0.1:54870] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:27:38.217901 2016] [:error] [pid 1364] [client 127.0.0.1:54870] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:27:38.217907 2016] [:error] [pid 1364] [client 127.0.0.1:54870] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:27:38.217914 2016] [:error] [pid 1364] [client 127.0.0.1:54870] PHP Notice: Undefined variable: ke1y in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 72
[Wed Mar 23 13:27:38.217920 2016] [:error] [pid 1364] [client 127.0.0.1:54870] PHP Notice: Undefined variable: conddyy in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 73
[Wed Mar 23 13:28:01.643204 2016] [:error] [pid 1365] [client 127.0.0.1:54888] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:28:01.643242 2016] [:error] [pid 1365] [client 127.0.0.1:54888] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:28:01.643248 2016] [:error] [pid 1365] [client 127.0.0.1:54888] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:28:01.643254 2016] [:error] [pid 1365] [client 127.0.0.1:54888] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:28:01.643261 2016] [:error] [pid 1365] [client 127.0.0.1:54888] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:28:01.643267 2016] [:error] [pid 1365] [client 127.0.0.1:54888] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:28:01.643273 2016] [:error] [pid 1365] [client 127.0.0.1:54888] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:28:01.643279 2016] [:error] [pid 1365] [client 127.0.0.1:54888] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:28:01.643285 2016] [:error] [pid 1365] [client 127.0.0.1:54888] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:28:01.643291 2016] [:error] [pid 1365] [client 127.0.0.1:54888] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:28:01.643297 2016] [:error] [pid 1365] [client 127.0.0.1:54888] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:28:01.643302 2016] [:error] [pid 1365] [client 127.0.0.1:54888] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:28:01.643308 2016] [:error] [pid 1365] [client 127.0.0.1:54888] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:28:01.643314 2016] [:error] [pid 1365] [client 127.0.0.1:54888] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:28:01.643320 2016] [:error] [pid 1365] [client 127.0.0.1:54888] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:28:01.643326 2016] [:error] [pid 1365] [client 127.0.0.1:54888] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:28:01.643352 2016] [:error] [pid 1365] [client 127.0.0.1:54888] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:28:01.643359 2016] [:error] [pid 1365] [client 127.0.0.1:54888] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:28:01.643364 2016] [:error] [pid 1365] [client 127.0.0.1:54888] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:28:01.643370 2016] [:error] [pid 1365] [client 127.0.0.1:54888] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:28:01.643377 2016] [:error] [pid 1365] [client 127.0.0.1:54888] PHP Notice: Undefined variable: ke1y in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 72
[Wed Mar 23 13:28:01.643382 2016] [:error] [pid 1365] [client 127.0.0.1:54888] PHP Notice: Undefined variable: conddyy in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 73
[Wed Mar 23 13:28:19.499074 2016] [:error] [pid 3492] [client 127.0.0.1:54894] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:28:19.499109 2016] [:error] [pid 3492] [client 127.0.0.1:54894] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 57
[Wed Mar 23 13:28:19.499117 2016] [:error] [pid 3492] [client 127.0.0.1:54894] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:28:19.499124 2016] [:error] [pid 3492] [client 127.0.0.1:54894] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:28:19.499130 2016] [:error] [pid 3492] [client 127.0.0.1:54894] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:28:19.499138 2016] [:error] [pid 3492] [client 127.0.0.1:54894] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:28:19.499145 2016] [:error] [pid 3492] [client 127.0.0.1:54894] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 57
[Wed Mar 23 13:28:19.499152 2016] [:error] [pid 3492] [client 127.0.0.1:54894] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:28:19.499158 2016] [:error] [pid 3492] [client 127.0.0.1:54894] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:28:19.499165 2016] [:error] [pid 3492] [client 127.0.0.1:54894] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:28:19.499172 2016] [:error] [pid 3492] [client 127.0.0.1:54894] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:28:19.499179 2016] [:error] [pid 3492] [client 127.0.0.1:54894] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 57
[Wed Mar 23 13:28:19.499186 2016] [:error] [pid 3492] [client 127.0.0.1:54894] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:28:19.499192 2016] [:error] [pid 3492] [client 127.0.0.1:54894] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:28:19.499199 2016] [:error] [pid 3492] [client 127.0.0.1:54894] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:28:19.499215 2016] [:error] [pid 3492] [client 127.0.0.1:54894] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:28:19.499222 2016] [:error] [pid 3492] [client 127.0.0.1:54894] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 57
[Wed Mar 23 13:28:19.499229 2016] [:error] [pid 3492] [client 127.0.0.1:54894] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:28:19.499236 2016] [:error] [pid 3492] [client 127.0.0.1:54894] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:28:19.499243 2016] [:error] [pid 3492] [client 127.0.0.1:54894] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:28:19.503323 2016] [:error] [pid 3492] [client 127.0.0.1:54894] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:28:19.503356 2016] [:error] [pid 3492] [client 127.0.0.1:54894] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 57
[Wed Mar 23 13:28:19.503365 2016] [:error] [pid 3492] [client 127.0.0.1:54894] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:28:19.503374 2016] [:error] [pid 3492] [client 127.0.0.1:54894] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:28:19.503383 2016] [:error] [pid 3492] [client 127.0.0.1:54894] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:28:19.503397 2016] [:error] [pid 3492] [client 127.0.0.1:54894] PHP Notice: Undefined variable: ke1y in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 72
[Wed Mar 23 13:28:19.503406 2016] [:error] [pid 3492] [client 127.0.0.1:54894] PHP Notice: Undefined variable: conddyy in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 73
[Wed Mar 23 13:28:30.213022 2016] [:error] [pid 3495] [client 127.0.0.1:54904] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:28:30.213058 2016] [:error] [pid 3495] [client 127.0.0.1:54904] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:28:30.213065 2016] [:error] [pid 3495] [client 127.0.0.1:54904] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:28:30.213070 2016] [:error] [pid 3495] [client 127.0.0.1:54904] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:28:30.213076 2016] [:error] [pid 3495] [client 127.0.0.1:54904] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:28:30.213082 2016] [:error] [pid 3495] [client 127.0.0.1:54904] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:28:30.213087 2016] [:error] [pid 3495] [client 127.0.0.1:54904] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:28:30.213093 2016] [:error] [pid 3495] [client 127.0.0.1:54904] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:28:30.213098 2016] [:error] [pid 3495] [client 127.0.0.1:54904] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:28:30.213112 2016] [:error] [pid 3495] [client 127.0.0.1:54904] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:28:30.213118 2016] [:error] [pid 3495] [client 127.0.0.1:54904] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:28:30.213123 2016] [:error] [pid 3495] [client 127.0.0.1:54904] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:28:30.213129 2016] [:error] [pid 3495] [client 127.0.0.1:54904] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:28:30.213135 2016] [:error] [pid 3495] [client 127.0.0.1:54904] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:28:30.213141 2016] [:error] [pid 3495] [client 127.0.0.1:54904] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:28:30.213146 2016] [:error] [pid 3495] [client 127.0.0.1:54904] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:28:30.213165 2016] [:error] [pid 3495] [client 127.0.0.1:54904] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:28:30.213172 2016] [:error] [pid 3495] [client 127.0.0.1:54904] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:28:30.213178 2016] [:error] [pid 3495] [client 127.0.0.1:54904] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:28:30.213184 2016] [:error] [pid 3495] [client 127.0.0.1:54904] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 61
[Wed Mar 23 13:28:30.213190 2016] [:error] [pid 3495] [client 127.0.0.1:54904] PHP Notice: Undefined variable: ke1y in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 72
[Wed Mar 23 13:28:30.213196 2016] [:error] [pid 3495] [client 127.0.0.1:54904] PHP Notice: Undefined variable: conddyy in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 73
[Wed Mar 23 13:28:48.083026 2016] [:error] [pid 3496] [client 127.0.0.1:54910] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:28:48.083066 2016] [:error] [pid 3496] [client 127.0.0.1:54910] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:28:48.083079 2016] [:error] [pid 3496] [client 127.0.0.1:54910] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:28:48.083089 2016] [:error] [pid 3496] [client 127.0.0.1:54910] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:28:48.083100 2016] [:error] [pid 3496] [client 127.0.0.1:54910] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:28:48.083110 2016] [:error] [pid 3496] [client 127.0.0.1:54910] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:28:48.083121 2016] [:error] [pid 3496] [client 127.0.0.1:54910] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:28:48.083131 2016] [:error] [pid 3496] [client 127.0.0.1:54910] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:28:48.083168 2016] [:error] [pid 3496] [client 127.0.0.1:54910] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:28:48.083179 2016] [:error] [pid 3496] [client 127.0.0.1:54910] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:28:48.083191 2016] [:error] [pid 3496] [client 127.0.0.1:54910] PHP Notice: Undefined variable: ke1y in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 72
[Wed Mar 23 13:28:48.083200 2016] [:error] [pid 3496] [client 127.0.0.1:54910] PHP Notice: Undefined variable: conddyy in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 73
[Wed Mar 23 13:29:12.596424 2016] [:error] [pid 3497] [client 127.0.0.1:54918] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:29:12.596462 2016] [:error] [pid 3497] [client 127.0.0.1:54918] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:29:12.596471 2016] [:error] [pid 3497] [client 127.0.0.1:54918] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:29:12.596479 2016] [:error] [pid 3497] [client 127.0.0.1:54918] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:29:12.596486 2016] [:error] [pid 3497] [client 127.0.0.1:54918] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:29:12.596494 2016] [:error] [pid 3497] [client 127.0.0.1:54918] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:29:12.596501 2016] [:error] [pid 3497] [client 127.0.0.1:54918] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:29:12.596508 2016] [:error] [pid 3497] [client 127.0.0.1:54918] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:29:12.605232 2016] [:error] [pid 3497] [client 127.0.0.1:54918] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 56
[Wed Mar 23 13:29:12.605257 2016] [:error] [pid 3497] [client 127.0.0.1:54918] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 60
[Wed Mar 23 13:29:12.605268 2016] [:error] [pid 3497] [client 127.0.0.1:54918] PHP Notice: Undefined variable: ke1y in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 72
[Wed Mar 23 13:29:12.605275 2016] [:error] [pid 3497] [client 127.0.0.1:54918] PHP Notice: Undefined variable: conddyy in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 73
[Wed Mar 23 13:29:34.685521 2016] [:error] [pid 1362] [client 127.0.0.1:54920] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:29:34.685564 2016] [:error] [pid 1362] [client 127.0.0.1:54920] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:29:34.685576 2016] [:error] [pid 1362] [client 127.0.0.1:54920] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 55
[Wed Mar 23 13:29:34.685587 2016] [:error] [pid 1362] [client 127.0.0.1:54920] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:29:34.685597 2016] [:error] [pid 1362] [client 127.0.0.1:54920] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:29:34.685619 2016] [:error] [pid 1362] [client 127.0.0.1:54920] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 55
[Wed Mar 23 13:29:34.685630 2016] [:error] [pid 1362] [client 127.0.0.1:54920] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:29:34.685639 2016] [:error] [pid 1362] [client 127.0.0.1:54920] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:29:34.685647 2016] [:error] [pid 1362] [client 127.0.0.1:54920] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 55
[Wed Mar 23 13:29:34.685657 2016] [:error] [pid 1362] [client 127.0.0.1:54920] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:29:34.685666 2016] [:error] [pid 1362] [client 127.0.0.1:54920] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:29:34.685674 2016] [:error] [pid 1362] [client 127.0.0.1:54920] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 55
[Wed Mar 23 13:29:34.685685 2016] [:error] [pid 1362] [client 127.0.0.1:54920] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:29:34.685693 2016] [:error] [pid 1362] [client 127.0.0.1:54920] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:29:34.685702 2016] [:error] [pid 1362] [client 127.0.0.1:54920] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 55
[Wed Mar 23 13:29:34.685713 2016] [:error] [pid 1362] [client 127.0.0.1:54920] PHP Notice: Undefined variable: ke1y in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 70
[Wed Mar 23 13:29:34.685722 2016] [:error] [pid 1362] [client 127.0.0.1:54920] PHP Notice: Undefined variable: conddyy in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 71
[Wed Mar 23 13:30:04.846312 2016] [:error] [pid 1363] [client 127.0.0.1:54936] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:30:04.846347 2016] [:error] [pid 1363] [client 127.0.0.1:54936] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:30:04.846358 2016] [:error] [pid 1363] [client 127.0.0.1:54936] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:30:04.846364 2016] [:error] [pid 1363] [client 127.0.0.1:54936] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:30:04.846372 2016] [:error] [pid 1363] [client 127.0.0.1:54936] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:30:04.846378 2016] [:error] [pid 1363] [client 127.0.0.1:54936] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:30:04.846386 2016] [:error] [pid 1363] [client 127.0.0.1:54936] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:30:04.846393 2016] [:error] [pid 1363] [client 127.0.0.1:54936] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:30:04.846400 2016] [:error] [pid 1363] [client 127.0.0.1:54936] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:30:04.846416 2016] [:error] [pid 1363] [client 127.0.0.1:54936] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:30:04.846426 2016] [:error] [pid 1363] [client 127.0.0.1:54936] PHP Notice: Undefined variable: ke1y in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 70
[Wed Mar 23 13:30:04.846433 2016] [:error] [pid 1363] [client 127.0.0.1:54936] PHP Notice: Undefined variable: conddyy in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 71
[Wed Mar 23 13:30:24.027246 2016] [:error] [pid 1361] [client 127.0.0.1:54942] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:30:24.027276 2016] [:error] [pid 1361] [client 127.0.0.1:54942] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:30:24.027285 2016] [:error] [pid 1361] [client 127.0.0.1:54942] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:30:24.027291 2016] [:error] [pid 1361] [client 127.0.0.1:54942] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:30:24.027297 2016] [:error] [pid 1361] [client 127.0.0.1:54942] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:30:24.027303 2016] [:error] [pid 1361] [client 127.0.0.1:54942] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:30:24.027310 2016] [:error] [pid 1361] [client 127.0.0.1:54942] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:30:24.027315 2016] [:error] [pid 1361] [client 127.0.0.1:54942] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:30:24.027322 2016] [:error] [pid 1361] [client 127.0.0.1:54942] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:30:24.027328 2016] [:error] [pid 1361] [client 127.0.0.1:54942] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:30:29.920630 2016] [:error] [pid 1364] [client 127.0.0.1:54944] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:30:29.920663 2016] [:error] [pid 1364] [client 127.0.0.1:54944] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:30:29.920671 2016] [:error] [pid 1364] [client 127.0.0.1:54944] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:30:29.920677 2016] [:error] [pid 1364] [client 127.0.0.1:54944] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:30:29.920683 2016] [:error] [pid 1364] [client 127.0.0.1:54944] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:30:29.920689 2016] [:error] [pid 1364] [client 127.0.0.1:54944] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:30:29.920695 2016] [:error] [pid 1364] [client 127.0.0.1:54944] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:30:29.920701 2016] [:error] [pid 1364] [client 127.0.0.1:54944] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:30:29.920716 2016] [:error] [pid 1364] [client 127.0.0.1:54944] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:30:29.920721 2016] [:error] [pid 1364] [client 127.0.0.1:54944] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 54
[Wed Mar 23 13:30:56.758336 2016] [:error] [pid 1365] [client 127.0.0.1:54950] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:30:56.758368 2016] [:error] [pid 1365] [client 127.0.0.1:54950] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:30:56.758380 2016] [:error] [pid 1365] [client 127.0.0.1:54950] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:30:56.758387 2016] [:error] [pid 1365] [client 127.0.0.1:54950] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:30:56.758395 2016] [:error] [pid 1365] [client 127.0.0.1:54950] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:30:56.758402 2016] [:error] [pid 1365] [client 127.0.0.1:54950] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:30:56.758410 2016] [:error] [pid 1365] [client 127.0.0.1:54950] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:30:56.758417 2016] [:error] [pid 1365] [client 127.0.0.1:54950] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:30:56.758425 2016] [:error] [pid 1365] [client 127.0.0.1:54950] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:30:56.758432 2016] [:error] [pid 1365] [client 127.0.0.1:54950] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:31:19.864841 2016] [:error] [pid 3492] [client 127.0.0.1:54956] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:31:19.864877 2016] [:error] [pid 3492] [client 127.0.0.1:54956] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:31:19.864886 2016] [:error] [pid 3492] [client 127.0.0.1:54956] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:31:19.864892 2016] [:error] [pid 3492] [client 127.0.0.1:54956] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:31:19.864898 2016] [:error] [pid 3492] [client 127.0.0.1:54956] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:31:19.864904 2016] [:error] [pid 3492] [client 127.0.0.1:54956] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:31:19.864911 2016] [:error] [pid 3492] [client 127.0.0.1:54956] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:31:19.864916 2016] [:error] [pid 3492] [client 127.0.0.1:54956] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:31:19.864923 2016] [:error] [pid 3492] [client 127.0.0.1:54956] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:31:19.864929 2016] [:error] [pid 3492] [client 127.0.0.1:54956] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:31:36.786359 2016] [:error] [pid 3495] [client 127.0.0.1:54962] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:31:36.786399 2016] [:error] [pid 3495] [client 127.0.0.1:54962] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:31:36.786413 2016] [:error] [pid 3495] [client 127.0.0.1:54962] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:31:36.786423 2016] [:error] [pid 3495] [client 127.0.0.1:54962] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:31:36.786434 2016] [:error] [pid 3495] [client 127.0.0.1:54962] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:31:36.786444 2016] [:error] [pid 3495] [client 127.0.0.1:54962] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:31:36.786455 2016] [:error] [pid 3495] [client 127.0.0.1:54962] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:31:36.786464 2016] [:error] [pid 3495] [client 127.0.0.1:54962] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:31:36.786475 2016] [:error] [pid 3495] [client 127.0.0.1:54962] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:31:36.786484 2016] [:error] [pid 3495] [client 127.0.0.1:54962] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:33:57.168028 2016] [:error] [pid 3496] [client 127.0.0.1:54988] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:33:57.168068 2016] [:error] [pid 3496] [client 127.0.0.1:54988] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:33:57.168078 2016] [:error] [pid 3496] [client 127.0.0.1:54988] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:33:57.168086 2016] [:error] [pid 3496] [client 127.0.0.1:54988] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:33:57.168094 2016] [:error] [pid 3496] [client 127.0.0.1:54988] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:33:57.168101 2016] [:error] [pid 3496] [client 127.0.0.1:54988] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:33:57.168109 2016] [:error] [pid 3496] [client 127.0.0.1:54988] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:33:57.168117 2016] [:error] [pid 3496] [client 127.0.0.1:54988] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:33:57.168125 2016] [:error] [pid 3496] [client 127.0.0.1:54988] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:33:57.168132 2016] [:error] [pid 3496] [client 127.0.0.1:54988] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:34:11.053460 2016] [:error] [pid 3497] [client 127.0.0.1:55000] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:34:11.053521 2016] [:error] [pid 3497] [client 127.0.0.1:55000] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:34:11.053534 2016] [:error] [pid 3497] [client 127.0.0.1:55000] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:34:11.053546 2016] [:error] [pid 3497] [client 127.0.0.1:55000] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:34:11.053557 2016] [:error] [pid 3497] [client 127.0.0.1:55000] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:34:11.053571 2016] [:error] [pid 3497] [client 127.0.0.1:55000] PHP Notice: Undefined offset: 20 in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 82, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:34:11.053584 2016] [:error] [pid 3497] [client 127.0.0.1:55000] PHP Notice: Undefined index: sale in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 84, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:34:32.875607 2016] [:error] [pid 1362] [client 127.0.0.1:55002] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:34:32.875661 2016] [:error] [pid 1362] [client 127.0.0.1:55002] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:34:32.875675 2016] [:error] [pid 1362] [client 127.0.0.1:55002] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:34:32.875687 2016] [:error] [pid 1362] [client 127.0.0.1:55002] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:34:32.875699 2016] [:error] [pid 1362] [client 127.0.0.1:55002] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:34:32.875720 2016] [:error] [pid 1362] [client 127.0.0.1:55002] PHP Notice: Undefined offset: 10 in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 82, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:34:38.990561 2016] [:error] [pid 1363] [client 127.0.0.1:55004] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:34:38.990606 2016] [:error] [pid 1363] [client 127.0.0.1:55004] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:34:38.990620 2016] [:error] [pid 1363] [client 127.0.0.1:55004] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:34:38.990631 2016] [:error] [pid 1363] [client 127.0.0.1:55004] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:34:38.990656 2016] [:error] [pid 1363] [client 127.0.0.1:55004] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:34:39.014215 2016] [:error] [pid 1363] [client 127.0.0.1:55004] PHP Notice: Undefined offset: 20 in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 82, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:34:39.014261 2016] [:error] [pid 1363] [client 127.0.0.1:55004] PHP Notice: Undefined index: sale in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 84, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:34:48.255321 2016] [:error] [pid 1361] [client 127.0.0.1:55006] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:34:48.255364 2016] [:error] [pid 1361] [client 127.0.0.1:55006] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:34:48.255377 2016] [:error] [pid 1361] [client 127.0.0.1:55006] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:34:48.255388 2016] [:error] [pid 1361] [client 127.0.0.1:55006] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:34:48.255400 2016] [:error] [pid 1361] [client 127.0.0.1:55006] PHP Notice: Undefined variable: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:34:48.255415 2016] [:error] [pid 1361] [client 127.0.0.1:55006] PHP Notice: Undefined offset: 20 in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 82, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:35:18.474879 2016] [:error] [pid 1364] [client 127.0.0.1:55008] PHP Notice: Undefined offset: 10 in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 82, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:35:18.474913 2016] [:error] [pid 1364] [client 127.0.0.1:55008] PHP Notice: Undefined index: sale in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 84, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:36:04.737220 2016] [:error] [pid 1365] [client 127.0.0.1:55016] PHP Notice: Undefined offset: 20 in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 82, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:40:20.865952 2016] [:error] [pid 3492] [client 127.0.0.1:55042] PHP Notice: Undefined index: name in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:40:20.865986 2016] [:error] [pid 3492] [client 127.0.0.1:55042] PHP Notice: Undefined index: name in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:40:20.865994 2016] [:error] [pid 3492] [client 127.0.0.1:55042] PHP Notice: Undefined index: name in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:40:20.866002 2016] [:error] [pid 3492] [client 127.0.0.1:55042] PHP Notice: Undefined index: name in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:40:20.866009 2016] [:error] [pid 3492] [client 127.0.0.1:55042] PHP Notice: Undefined index: name in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:40:20.866024 2016] [:error] [pid 3492] [client 127.0.0.1:55042] PHP Notice: Undefined offset: 20 in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 82, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:41:42.447078 2016] [:error] [pid 3495] [client 127.0.0.1:55056] PHP Notice: Undefined index: name in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:41:42.447119 2016] [:error] [pid 3495] [client 127.0.0.1:55056] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 49
[Wed Mar 23 13:41:42.447133 2016] [:error] [pid 3495] [client 127.0.0.1:55056] PHP Notice: Undefined index: name in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:41:42.447143 2016] [:error] [pid 3495] [client 127.0.0.1:55056] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 53
[Wed Mar 23 13:41:42.447154 2016] [:error] [pid 3495] [client 127.0.0.1:55056] PHP Notice: Undefined index: name in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:41:42.447164 2016] [:error] [pid 3495] [client 127.0.0.1:55056] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 53
[Wed Mar 23 13:41:42.447175 2016] [:error] [pid 3495] [client 127.0.0.1:55056] PHP Notice: Undefined index: name in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:41:42.447184 2016] [:error] [pid 3495] [client 127.0.0.1:55056] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 53
[Wed Mar 23 13:41:42.447196 2016] [:error] [pid 3495] [client 127.0.0.1:55056] PHP Notice: Undefined index: name in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:41:42.447205 2016] [:error] [pid 3495] [client 127.0.0.1:55056] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 53
[Wed Mar 23 13:42:12.308659 2016] [:error] [pid 3496] [client 127.0.0.1:55066] PHP Notice: Undefined index: name in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:42:12.308694 2016] [:error] [pid 3496] [client 127.0.0.1:55066] PHP Notice: Undefined index: name in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:42:12.308703 2016] [:error] [pid 3496] [client 127.0.0.1:55066] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 53
[Wed Mar 23 13:42:12.308712 2016] [:error] [pid 3496] [client 127.0.0.1:55066] PHP Notice: Undefined index: name in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:42:12.308719 2016] [:error] [pid 3496] [client 127.0.0.1:55066] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 53
[Wed Mar 23 13:42:12.308727 2016] [:error] [pid 3496] [client 127.0.0.1:55066] PHP Notice: Undefined index: name in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:42:12.308735 2016] [:error] [pid 3496] [client 127.0.0.1:55066] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 53
[Wed Mar 23 13:42:12.308743 2016] [:error] [pid 3496] [client 127.0.0.1:55066] PHP Notice: Undefined index: name in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:42:12.308750 2016] [:error] [pid 3496] [client 127.0.0.1:55066] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 53
[Wed Mar 23 13:42:45.860385 2016] [:error] [pid 3497] [client 127.0.0.1:55076] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:42:45.860433 2016] [:error] [pid 3497] [client 127.0.0.1:55076] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:42:45.860446 2016] [:error] [pid 3497] [client 127.0.0.1:55076] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:42:45.860457 2016] [:error] [pid 3497] [client 127.0.0.1:55076] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:42:45.860468 2016] [:error] [pid 3497] [client 127.0.0.1:55076] PHP Notice: Undefined index: country in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 48
[Wed Mar 23 13:43:05.986769 2016] [:error] [pid 1362] [client 127.0.0.1:55082] PHP Fatal error: Unsupported operand types in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 83, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:44:45.702098 2016] [:error] [pid 1363] [client 127.0.0.1:55100] PHP Notice: Undefined index: key in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 82, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:44:45.702137 2016] [:error] [pid 1363] [client 127.0.0.1:55100] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 82, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:45:53.756650 2016] [:error] [pid 1361] [client 127.0.0.1:55116] PHP Notice: Undefined index: key in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 82, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:45:53.756692 2016] [:error] [pid 1361] [client 127.0.0.1:55116] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 82, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:45:53.774683 2016] [:error] [pid 1361] [client 127.0.0.1:55116] PHP Warning: Illegal string offset 'name' in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 88, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:46:09.284885 2016] [:error] [pid 1364] [client 127.0.0.1:55126] PHP Notice: Undefined index: key in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 82, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:46:09.284925 2016] [:error] [pid 1364] [client 127.0.0.1:55126] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 82, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:46:09.284948 2016] [:error] [pid 1364] [client 127.0.0.1:55126] PHP Warning: Illegal string offset 'name' in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 88, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:47:03.013268 2016] [:error] [pid 1365] [client 127.0.0.1:55136] PHP Notice: Undefined index: key in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 82, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:47:03.013304 2016] [:error] [pid 1365] [client 127.0.0.1:55136] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 82, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:47:03.013314 2016] [:error] [pid 1365] [client 127.0.0.1:55136] PHP Notice: Undefined index: name in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 89, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:47:03.013321 2016] [:error] [pid 1365] [client 127.0.0.1:55136] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 89, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:47:45.239220 2016] [:error] [pid 3492] [client 127.0.0.1:55142] PHP Notice: Undefined index: key in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 82, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:47:45.239259 2016] [:error] [pid 3492] [client 127.0.0.1:55142] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 82, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:47:45.239270 2016] [:error] [pid 3492] [client 127.0.0.1:55142] PHP Notice: Undefined index: name in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 89, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:47:45.239276 2016] [:error] [pid 3492] [client 127.0.0.1:55142] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 89, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:48:27.098118 2016] [:error] [pid 3495] [client 127.0.0.1:55154] PHP Notice: Undefined index: percent in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 82, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:48:27.098157 2016] [:error] [pid 3495] [client 127.0.0.1:55154] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 82, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:48:27.098174 2016] [:error] [pid 3495] [client 127.0.0.1:55154] PHP Notice: Undefined index: name in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 89, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:48:27.098185 2016] [:error] [pid 3495] [client 127.0.0.1:55154] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 89, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:49:17.582203 2016] [:error] [pid 3496] [client 127.0.0.1:55168] PHP Notice: Undefined index: name in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 89, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:49:17.582239 2016] [:error] [pid 3496] [client 127.0.0.1:55168] PHP Notice: Undefined index: in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 89, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 23 13:50:01.114905 2016] [:error] [pid 1362] [client 127.0.0.1:55178] PHP Notice: Undefined index: sale in /home/svtlichnijj/sites/php-example.local/lesson6/index2.php on line 84, referer: http://php-example.local/lesson6/index2.php
[Wed Mar 30 20:31:03.810036 2016] [:error] [pid 4741] [client 127.0.0.1:53168] PHP Parse error: syntax error, unexpected '<' in /home/svtlichnijj/sites/php-example.local/lesson9/index.php on line 36
[Sat Apr 02 14:01:03.968690 2016] [:error] [pid 3038] [client 127.0.0.1:35972] PHP Warning: fopen(file.txt): failed to open stream: Permission denied in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 4
[Sat Apr 02 14:01:04.000878 2016] [:error] [pid 3038] [client 127.0.0.1:35972] PHP Warning: fwrite() expects parameter 1 to be resource, boolean given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 5
[Sat Apr 02 14:01:04.056667 2016] [:error] [pid 3038] [client 127.0.0.1:35972] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 6
[Sat Apr 02 14:01:04.056826 2016] [:error] [pid 3038] [client 127.0.0.1:35972] PHP Warning: fopen(file.txt): failed to open stream: No such file or directory in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 8
[Sat Apr 02 14:01:04.075017 2016] [:error] [pid 3038] [client 127.0.0.1:35972] PHP Warning: filesize(): stat failed for file.txt in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 9
[Sat Apr 02 14:01:04.075092 2016] [:error] [pid 3038] [client 127.0.0.1:35972] PHP Warning: fread() expects parameter 1 to be resource, boolean given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 9
[Sat Apr 02 14:01:04.075168 2016] [:error] [pid 3038] [client 127.0.0.1:35972] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 11
[Sat Apr 02 14:01:04.075853 2016] [:error] [pid 3038] [client 127.0.0.1:35972] PHP Warning: file_get_contents(): Filename cannot be empty in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 13
[Sat Apr 02 14:03:39.679025 2016] [:error] [pid 1510] [client 127.0.0.1:35980] PHP Warning: file_get_contents() expects parameter 1 to be a valid path, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 13
[Sat Apr 02 14:04:58.379011 2016] [:error] [pid 1509] [client 127.0.0.1:35982] PHP Warning: file_get_contents() expects parameter 1 to be a valid path, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 13
[Sat Apr 02 14:09:36.802234 2016] [:error] [pid 1508] [client 127.0.0.1:36010] PHP Warning: file_get_contents() expects parameter 1 to be a valid path, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 13
[Sat Apr 02 14:10:57.621768 2016] [:error] [pid 3129] [client 127.0.0.1:36018] PHP Warning: file_get_contents() expects parameter 1 to be a valid path, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 13
[Sat Apr 02 14:22:11.187270 2016] [:error] [pid 1511] [client 127.0.0.1:36052] PHP Warning: file_get_contents() expects parameter 1 to be a valid path, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 13
[Sat Apr 02 14:22:11.273873 2016] [:error] [pid 1511] [client 127.0.0.1:36052] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 23
[Sat Apr 02 14:22:31.985819 2016] [:error] [pid 1512] [client 127.0.0.1:36054] PHP Warning: file_get_contents() expects parameter 1 to be a valid path, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 13
[Sat Apr 02 14:22:31.986819 2016] [:error] [pid 1512] [client 127.0.0.1:36054] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 23
[Sat Apr 02 14:22:54.193494 2016] [:error] [pid 3038] [client 127.0.0.1:36056] PHP Notice: Array to string conversion in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 23
[Sat Apr 02 15:07:28.043935 2016] [:error] [pid 1508] [client 127.0.0.1:36162] PHP Notice: Undefined variable: arDir in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 27
[Sat Apr 02 15:37:23.762820 2016] [:error] [pid 3038] [client 127.0.0.1:36266] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:23.782787 2016] [:error] [pid 3038] [client 127.0.0.1:36266] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:23.782907 2016] [:error] [pid 3038] [client 127.0.0.1:36266] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:23.782966 2016] [:error] [pid 3038] [client 127.0.0.1:36266] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:23.783035 2016] [:error] [pid 3038] [client 127.0.0.1:36266] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:23.783112 2016] [:error] [pid 3038] [client 127.0.0.1:36266] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:23.783168 2016] [:error] [pid 3038] [client 127.0.0.1:36266] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:23.783268 2016] [:error] [pid 3038] [client 127.0.0.1:36266] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:23.783338 2016] [:error] [pid 3038] [client 127.0.0.1:36266] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:23.783392 2016] [:error] [pid 3038] [client 127.0.0.1:36266] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:23.783447 2016] [:error] [pid 3038] [client 127.0.0.1:36266] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:23.783495 2016] [:error] [pid 3038] [client 127.0.0.1:36266] PHP Notice: Undefined variable: arDirs in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 57
[Sat Apr 02 15:37:26.992499 2016] [:error] [pid 3038] [client 127.0.0.1:36266] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:26.992698 2016] [:error] [pid 3038] [client 127.0.0.1:36266] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:26.992766 2016] [:error] [pid 3038] [client 127.0.0.1:36266] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:26.992823 2016] [:error] [pid 3038] [client 127.0.0.1:36266] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:26.992891 2016] [:error] [pid 3038] [client 127.0.0.1:36266] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:26.992971 2016] [:error] [pid 3038] [client 127.0.0.1:36266] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:26.993029 2016] [:error] [pid 3038] [client 127.0.0.1:36266] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:26.993084 2016] [:error] [pid 3038] [client 127.0.0.1:36266] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:26.993150 2016] [:error] [pid 3038] [client 127.0.0.1:36266] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:26.993206 2016] [:error] [pid 3038] [client 127.0.0.1:36266] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:26.993259 2016] [:error] [pid 3038] [client 127.0.0.1:36266] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:26.993304 2016] [:error] [pid 3038] [client 127.0.0.1:36266] PHP Notice: Undefined variable: arDirs in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 57
[Sat Apr 02 15:37:57.206456 2016] [:error] [pid 1509] [client 127.0.0.1:36270] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:57.206612 2016] [:error] [pid 1509] [client 127.0.0.1:36270] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:57.206648 2016] [:error] [pid 1509] [client 127.0.0.1:36270] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:57.206681 2016] [:error] [pid 1509] [client 127.0.0.1:36270] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:57.206720 2016] [:error] [pid 1509] [client 127.0.0.1:36270] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:57.206766 2016] [:error] [pid 1509] [client 127.0.0.1:36270] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:57.206799 2016] [:error] [pid 1509] [client 127.0.0.1:36270] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:57.206830 2016] [:error] [pid 1509] [client 127.0.0.1:36270] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:57.206868 2016] [:error] [pid 1509] [client 127.0.0.1:36270] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:57.206898 2016] [:error] [pid 1509] [client 127.0.0.1:36270] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:57.206929 2016] [:error] [pid 1509] [client 127.0.0.1:36270] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 51
[Sat Apr 02 15:37:57.206954 2016] [:error] [pid 1509] [client 127.0.0.1:36270] PHP Notice: Undefined variable: arDirs in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 57
[Sat Apr 02 15:38:48.320293 2016] [:error] [pid 3129] [client 127.0.0.1:36274] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:38:48.340398 2016] [:error] [pid 3129] [client 127.0.0.1:36274] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:38:48.340477 2016] [:error] [pid 3129] [client 127.0.0.1:36274] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:38:48.340537 2016] [:error] [pid 3129] [client 127.0.0.1:36274] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:38:48.340674 2016] [:error] [pid 3129] [client 127.0.0.1:36274] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:38:48.340765 2016] [:error] [pid 3129] [client 127.0.0.1:36274] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:38:48.340827 2016] [:error] [pid 3129] [client 127.0.0.1:36274] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:38:48.340921 2016] [:error] [pid 3129] [client 127.0.0.1:36274] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:38:48.340979 2016] [:error] [pid 3129] [client 127.0.0.1:36274] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:38:48.341037 2016] [:error] [pid 3129] [client 127.0.0.1:36274] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:38:48.341094 2016] [:error] [pid 3129] [client 127.0.0.1:36274] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:38:48.341151 2016] [:error] [pid 3129] [client 127.0.0.1:36274] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:02.675152 2016] [:error] [pid 1511] [client 127.0.0.1:36276] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:02.675304 2016] [:error] [pid 1511] [client 127.0.0.1:36276] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:02.675361 2016] [:error] [pid 1511] [client 127.0.0.1:36276] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:02.675415 2016] [:error] [pid 1511] [client 127.0.0.1:36276] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:02.675479 2016] [:error] [pid 1511] [client 127.0.0.1:36276] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:02.675549 2016] [:error] [pid 1511] [client 127.0.0.1:36276] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:02.675601 2016] [:error] [pid 1511] [client 127.0.0.1:36276] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:02.675652 2016] [:error] [pid 1511] [client 127.0.0.1:36276] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:02.675702 2016] [:error] [pid 1511] [client 127.0.0.1:36276] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:02.675752 2016] [:error] [pid 1511] [client 127.0.0.1:36276] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:02.675802 2016] [:error] [pid 1511] [client 127.0.0.1:36276] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:02.675851 2016] [:error] [pid 1511] [client 127.0.0.1:36276] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:09.384835 2016] [:error] [pid 1512] [client 127.0.0.1:36278] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:09.384974 2016] [:error] [pid 1512] [client 127.0.0.1:36278] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:09.385011 2016] [:error] [pid 1512] [client 127.0.0.1:36278] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:09.385058 2016] [:error] [pid 1512] [client 127.0.0.1:36278] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:09.385101 2016] [:error] [pid 1512] [client 127.0.0.1:36278] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:09.385148 2016] [:error] [pid 1512] [client 127.0.0.1:36278] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:09.385182 2016] [:error] [pid 1512] [client 127.0.0.1:36278] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:09.385216 2016] [:error] [pid 1512] [client 127.0.0.1:36278] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:09.385248 2016] [:error] [pid 1512] [client 127.0.0.1:36278] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:09.385282 2016] [:error] [pid 1512] [client 127.0.0.1:36278] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:09.385316 2016] [:error] [pid 1512] [client 127.0.0.1:36278] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:09.385349 2016] [:error] [pid 1512] [client 127.0.0.1:36278] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:19.183388 2016] [:error] [pid 3038] [client 127.0.0.1:36280] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:19.183594 2016] [:error] [pid 3038] [client 127.0.0.1:36280] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:19.183632 2016] [:error] [pid 3038] [client 127.0.0.1:36280] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:19.183667 2016] [:error] [pid 3038] [client 127.0.0.1:36280] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:19.183708 2016] [:error] [pid 3038] [client 127.0.0.1:36280] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:19.183755 2016] [:error] [pid 3038] [client 127.0.0.1:36280] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:19.183790 2016] [:error] [pid 3038] [client 127.0.0.1:36280] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:19.183824 2016] [:error] [pid 3038] [client 127.0.0.1:36280] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:19.183888 2016] [:error] [pid 3038] [client 127.0.0.1:36280] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:19.183924 2016] [:error] [pid 3038] [client 127.0.0.1:36280] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:19.183957 2016] [:error] [pid 3038] [client 127.0.0.1:36280] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:19.183991 2016] [:error] [pid 3038] [client 127.0.0.1:36280] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:25.513398 2016] [:error] [pid 1510] [client 127.0.0.1:36282] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:25.520853 2016] [:error] [pid 1510] [client 127.0.0.1:36282] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:25.520918 2016] [:error] [pid 1510] [client 127.0.0.1:36282] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:25.520969 2016] [:error] [pid 1510] [client 127.0.0.1:36282] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:25.521026 2016] [:error] [pid 1510] [client 127.0.0.1:36282] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:25.521091 2016] [:error] [pid 1510] [client 127.0.0.1:36282] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:25.521139 2016] [:error] [pid 1510] [client 127.0.0.1:36282] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:25.521186 2016] [:error] [pid 1510] [client 127.0.0.1:36282] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:25.521232 2016] [:error] [pid 1510] [client 127.0.0.1:36282] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:25.521281 2016] [:error] [pid 1510] [client 127.0.0.1:36282] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:25.521331 2016] [:error] [pid 1510] [client 127.0.0.1:36282] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Sat Apr 02 15:39:25.521378 2016] [:error] [pid 1510] [client 127.0.0.1:36282] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Tue Apr 05 21:24:25.169023 2016] [:error] [pid 1518] [client 127.0.0.1:37898] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Tue Apr 05 21:24:25.198956 2016] [:error] [pid 1518] [client 127.0.0.1:37898] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Tue Apr 05 21:24:25.199100 2016] [:error] [pid 1518] [client 127.0.0.1:37898] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Tue Apr 05 21:24:25.199161 2016] [:error] [pid 1518] [client 127.0.0.1:37898] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Tue Apr 05 21:24:25.199212 2016] [:error] [pid 1518] [client 127.0.0.1:37898] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Tue Apr 05 21:24:25.199285 2016] [:error] [pid 1518] [client 127.0.0.1:37898] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Tue Apr 05 21:24:25.220282 2016] [:error] [pid 1518] [client 127.0.0.1:37898] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Tue Apr 05 21:24:25.220511 2016] [:error] [pid 1518] [client 127.0.0.1:37898] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Tue Apr 05 21:24:25.220549 2016] [:error] [pid 1518] [client 127.0.0.1:37898] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Tue Apr 05 21:24:25.220588 2016] [:error] [pid 1518] [client 127.0.0.1:37898] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Tue Apr 05 21:24:25.260819 2016] [:error] [pid 1518] [client 127.0.0.1:37898] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Tue Apr 05 21:24:25.260986 2016] [:error] [pid 1518] [client 127.0.0.1:37898] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Wed Apr 06 18:58:17.286742 2016] [:error] [pid 1478] [client 127.0.0.1:45878] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Wed Apr 06 18:58:17.325237 2016] [:error] [pid 1478] [client 127.0.0.1:45878] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Wed Apr 06 18:58:17.325335 2016] [:error] [pid 1478] [client 127.0.0.1:45878] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Wed Apr 06 18:58:17.325399 2016] [:error] [pid 1478] [client 127.0.0.1:45878] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Wed Apr 06 18:58:17.325471 2016] [:error] [pid 1478] [client 127.0.0.1:45878] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Wed Apr 06 18:58:17.325530 2016] [:error] [pid 1478] [client 127.0.0.1:45878] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Wed Apr 06 18:58:17.346474 2016] [:error] [pid 1478] [client 127.0.0.1:45878] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Wed Apr 06 18:58:17.346662 2016] [:error] [pid 1478] [client 127.0.0.1:45878] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Wed Apr 06 18:58:17.346740 2016] [:error] [pid 1478] [client 127.0.0.1:45878] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Wed Apr 06 18:58:17.346778 2016] [:error] [pid 1478] [client 127.0.0.1:45878] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Wed Apr 06 18:58:17.375932 2016] [:error] [pid 1478] [client 127.0.0.1:45878] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Wed Apr 06 18:58:17.376145 2016] [:error] [pid 1478] [client 127.0.0.1:45878] PHP Warning: strcmp() expects parameter 1 to be string, resource given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 54
[Wed Apr 27 20:15:48.211183 2016] [:error] [pid 6464] [client 127.0.0.1:35588] PHP Fatal error: Uncaught Error: Class 'Transport' not found in /home/svtlichnijj/sites/php-example.local/lesson17/index.php:5\nStack trace:\n#0 {main}\n thrown in /home/svtlichnijj/sites/php-example.local/lesson17/index.php on line 5, referer: http://php-example.local/
[Wed Apr 27 20:16:14.243229 2016] [:error] [pid 6467] [client 127.0.0.1:35604] PHP Warning: fopen(output.txt): failed to open stream: Permission denied in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 14, referer: http://php-example.local/
[Wed Apr 27 20:16:14.243405 2016] [:error] [pid 6467] [client 127.0.0.1:35604] PHP Stack trace:, referer: http://php-example.local/
[Wed Apr 27 20:16:14.243438 2016] [:error] [pid 6467] [client 127.0.0.1:35604] PHP 1. {main}() /home/svtlichnijj/sites/php-example.local/lesson10/index.php:0, referer: http://php-example.local/
[Wed Apr 27 20:16:14.243460 2016] [:error] [pid 6467] [client 127.0.0.1:35604] PHP 2. fopen() /home/svtlichnijj/sites/php-example.local/lesson10/index.php:14, referer: http://php-example.local/
[Wed Apr 27 20:16:14.243524 2016] [:error] [pid 6467] [client 127.0.0.1:35604] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 20, referer: http://php-example.local/
[Wed Apr 27 20:16:14.243542 2016] [:error] [pid 6467] [client 127.0.0.1:35604] PHP Stack trace:, referer: http://php-example.local/
[Wed Apr 27 20:16:14.243562 2016] [:error] [pid 6467] [client 127.0.0.1:35604] PHP 1. {main}() /home/svtlichnijj/sites/php-example.local/lesson10/index.php:0, referer: http://php-example.local/
[Wed Apr 27 20:16:14.243583 2016] [:error] [pid 6467] [client 127.0.0.1:35604] PHP 2. fclose() /home/svtlichnijj/sites/php-example.local/lesson10/index.php:20, referer: http://php-example.local/
[Wed Apr 27 20:16:14.261402 2016] [:error] [pid 6467] [client 127.0.0.1:35604] PHP Notice: Undefined variable: sum in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 32, referer: http://php-example.local/
[Wed Apr 27 20:16:14.261494 2016] [:error] [pid 6467] [client 127.0.0.1:35604] PHP Stack trace:, referer: http://php-example.local/
[Wed Apr 27 20:16:14.261525 2016] [:error] [pid 6467] [client 127.0.0.1:35604] PHP 1. {main}() /home/svtlichnijj/sites/php-example.local/lesson10/index.php:0, referer: http://php-example.local/
[Wed Apr 27 20:16:14.261705 2016] [:error] [pid 6467] [client 127.0.0.1:35604] PHP Warning: fopen(res_array.txt): failed to open stream: Permission denied in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 37, referer: http://php-example.local/
[Wed Apr 27 20:16:14.261732 2016] [:error] [pid 6467] [client 127.0.0.1:35604] PHP Stack trace:, referer: http://php-example.local/
[Wed Apr 27 20:16:14.261760 2016] [:error] [pid 6467] [client 127.0.0.1:35604] PHP 1. {main}() /home/svtlichnijj/sites/php-example.local/lesson10/index.php:0, referer: http://php-example.local/
[Wed Apr 27 20:16:14.261839 2016] [:error] [pid 6467] [client 127.0.0.1:35604] PHP 2. fopen() /home/svtlichnijj/sites/php-example.local/lesson10/index.php:37, referer: http://php-example.local/
[Wed Apr 27 20:16:14.261887 2016] [:error] [pid 6467] [client 127.0.0.1:35604] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 40, referer: http://php-example.local/
[Wed Apr 27 20:16:14.261910 2016] [:error] [pid 6467] [client 127.0.0.1:35604] PHP Stack trace:, referer: http://php-example.local/
[Wed Apr 27 20:16:14.261935 2016] [:error] [pid 6467] [client 127.0.0.1:35604] PHP 1. {main}() /home/svtlichnijj/sites/php-example.local/lesson10/index.php:0, referer: http://php-example.local/
[Wed Apr 27 20:16:14.261961 2016] [:error] [pid 6467] [client 127.0.0.1:35604] PHP 2. fclose() /home/svtlichnijj/sites/php-example.local/lesson10/index.php:40, referer: http://php-example.local/
[Wed Apr 27 20:16:14.262658 2016] [:error] [pid 6467] [client 127.0.0.1:35604] PHP Warning: fopen(res_data.txt): failed to open stream: Permission denied in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 50, referer: http://php-example.local/
[Wed Apr 27 20:16:14.262736 2016] [:error] [pid 6467] [client 127.0.0.1:35604] PHP Stack trace:, referer: http://php-example.local/
[Wed Apr 27 20:16:14.262767 2016] [:error] [pid 6467] [client 127.0.0.1:35604] PHP 1. {main}() /home/svtlichnijj/sites/php-example.local/lesson10/index.php:0, referer: http://php-example.local/
[Wed Apr 27 20:16:14.262794 2016] [:error] [pid 6467] [client 127.0.0.1:35604] PHP 2. fopen() /home/svtlichnijj/sites/php-example.local/lesson10/index.php:50, referer: http://php-example.local/
[Wed Apr 27 20:16:14.262846 2016] [:error] [pid 6467] [client 127.0.0.1:35604] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/svtlichnijj/sites/php-example.local/lesson10/index.php on line 53, referer: http://php-example.local/
[Wed Apr 27 20:16:14.262870 2016] [:error] [pid 6467] [client 127.0.0.1:35604] PHP Stack trace:, referer: http://php-example.local/
[Wed Apr 27 20:16:14.262896 2016] [:error] [pid 6467] [client 127.0.0.1:35604] PHP 1. {main}() /home/svtlichnijj/sites/php-example.local/lesson10/index.php:0, referer: http://php-example.local/
[Wed Apr 27 20:16:14.262925 2016] [:error] [pid 6467] [client 127.0.0.1:35604] PHP 2. fclose() /home/svtlichnijj/sites/php-example.local/lesson10/index.php:53, referer: http://php-example.local/
[Wed Apr 27 20:16:24.147123 2016] [:error] [pid 6543] [client 127.0.0.1:35614] PHP Fatal error: Uncaught Error: Class 'Transport' not found in /home/svtlichnijj/sites/php-example.local/lesson17/index.php:5\nStack trace:\n#0 {main}\n thrown in /home/svtlichnijj/sites/php-example.local/lesson17/index.php on line 5, referer: http://php-example.local/
[Wed Apr 27 20:18:08.662846 2016] [:error] [pid 6545] [client 127.0.0.1:35646] PHP Fatal error: Uncaught Error: Class 'Transport' not found in /home/svtlichnijj/sites/php-example.local/lesson17/index.php:5\nStack trace:\n#0 {main}\n thrown in /home/svtlichnijj/sites/php-example.local/lesson17/index.php on line 5, referer: http://php-example.local/
[Wed Apr 27 20:18:39.762076 2016] [:error] [pid 6544] [client 127.0.0.1:35656] PHP Fatal error: Uncaught Error: Class 'Transport' not found in /home/svtlichnijj/sites/php-example.local/lesson17/index.php:4\nStack trace:\n#0 {main}\n thrown in /home/svtlichnijj/sites/php-example.local/lesson17/index.php on line 4, referer: http://php-example.local/
[Wed Apr 27 20:18:49.037960 2016] [:error] [pid 6465] [client 127.0.0.1:35664] PHP Fatal error: Uncaught Error: Class 'Transport' not found in /home/svtlichnijj/sites/php-example.local/lesson17/index.php:4\nStack trace:\n#0 {main}\n thrown in /home/svtlichnijj/sites/php-example.local/lesson17/index.php on line 4, referer: http://php-example.local/
[Wed Apr 27 20:20:25.357109 2016] [:error] [pid 6464] [client 127.0.0.1:35690] PHP Fatal error: Uncaught Error: Class 'Transport' not found in /home/svtlichnijj/sites/php-example.local/lesson17/index.php:4\nStack trace:\n#0 {main}\n thrown in /home/svtlichnijj/sites/php-example.local/lesson17/index.php on line 4, referer: http://php-example.local/
[Wed Apr 27 20:22:21.318494 2016] [:error] [pid 6468] [client 127.0.0.1:35728] PHP Fatal error: Uncaught Error: Class 'Transport' not found in /home/svtlichnijj/sites/php-example.local/lesson17/index.php:4\nStack trace:\n#0 {main}\n thrown in /home/svtlichnijj/sites/php-example.local/lesson17/index.php on line 4, referer: http://php-example.local/
[Wed Apr 27 20:24:42.846896 2016] [:error] [pid 6542] [client 127.0.0.1:35768] PHP Fatal error: Uncaught Error: Class 'Transport' not found in /home/svtlichnijj/sites/php-example.local/lesson17/index.php:4\nStack trace:\n#0 {main}\n thrown in /home/svtlichnijj/sites/php-example.local/lesson17/index.php on line 4, referer: http://php-example.local/
[Wed Apr 27 20:27:58.739989 2016] [:error] [pid 6544] [client 127.0.0.1:35846] PHP Fatal error: Uncaught Error: Class 'Car' not found in /home/svtlichnijj/sites/php-example.local/lesson17/index.php:25\nStack trace:\n#0 {main}\n thrown in /home/svtlichnijj/sites/php-example.local/lesson17/index.php on line 25, referer: http://php-example.local/
[Wed Apr 27 20:33:30.060160 2016] [:error] [pid 6465] [client 127.0.0.1:35950] PHP Fatal error: Uncaught Error: Class 'Car' not found in /home/svtlichnijj/sites/php-example.local/lesson17/index.php:7\nStack trace:\n#0 {main}\n thrown in /home/svtlichnijj/sites/php-example.local/lesson17/index.php on line 7, referer: http://php-example.local/
[Wed Apr 27 20:33:38.530059 2016] [:error] [pid 6466] [client 127.0.0.1:35954] PHP Fatal error: Uncaught Error: Class 'Car' not found in /home/svtlichnijj/sites/php-example.local/lesson17/index.php:7\nStack trace:\n#0 {main}\n thrown in /home/svtlichnijj/sites/php-example.local/lesson17/index.php on line 7, referer: http://php-example.local/
[Wed Apr 27 20:44:48.304567 2016] [:error] [pid 6545] [client 127.0.0.1:36204] PHP Parse error: syntax error, unexpected 'include' (T_INCLUDE) in /home/svtlichnijj/sites/php-example.local/lesson17/index.php on line 4, referer: http://php-example.local/
[Wed Apr 27 20:46:03.563749 2016] [:error] [pid 6544] [client 127.0.0.1:36232] PHP Parse error: syntax error, unexpected 'include' (T_INCLUDE) in /home/svtlichnijj/sites/php-example.local/lesson17/index.php on line 4, referer: http://php-example.local/
[Wed Apr 27 20:46:28.570700 2016] [:error] [pid 6465] [client 127.0.0.1:36238] PHP Warning: ini_set() expects exactly 2 parameters, 1 given in /home/svtlichnijj/sites/php-example.local/lesson17/index.php on line 2, referer: http://php-example.local/
[Wed Apr 27 20:46:28.570812 2016] [:error] [pid 6465] [client 127.0.0.1:36238] PHP Stack trace:, referer: http://php-example.local/
[Wed Apr 27 20:46:28.570842 2016] [:error] [pid 6465] [client 127.0.0.1:36238] PHP 1. {main}() /home/svtlichnijj/sites/php-example.local/lesson17/index.php:0, referer: http://php-example.local/
[Wed Apr 27 20:46:28.570866 2016] [:error] [pid 6465] [client 127.0.0.1:36238] PHP 2. ini_set() /home/svtlichnijj/sites/php-example.local/lesson17/index.php:2, referer: http://php-example.local/
[Wed Apr 27 20:46:29.181793 2016] [:error] [pid 6465] [client 127.0.0.1:36238] PHP Warning: ini_set() expects exactly 2 parameters, 1 given in /home/svtlichnijj/sites/php-example.local/lesson17/index.php on line 2, referer: http://php-example.local/
[Wed Apr 27 20:46:29.181923 2016] [:error] [pid 6465] [client 127.0.0.1:36238] PHP Stack trace:, referer: http://php-example.local/
[Wed Apr 27 20:46:29.181966 2016] [:error] [pid 6465] [client 127.0.0.1:36238] PHP 1. {main}() /home/svtlichnijj/sites/php-example.local/lesson17/index.php:0, referer: http://php-example.local/
[Wed Apr 27 20:46:29.182003 2016] [:error] [pid 6465] [client 127.0.0.1:36238] PHP 2. ini_set() /home/svtlichnijj/sites/php-example.local/lesson17/index.php:2, referer: http://php-example.local/
[Wed Apr 27 20:49:36.543718 2016] [:error] [pid 6466] [client 127.0.0.1:36334] PHP Warning: ini_set() expects exactly 2 parameters, 1 given in /home/svtlichnijj/sites/php-example.local/lesson17/index.php on line 2, referer: http://php-example.local/
[Wed Apr 27 20:49:36.543896 2016] [:error] [pid 6466] [client 127.0.0.1:36334] PHP Stack trace:, referer: http://php-example.local/
[Wed Apr 27 20:49:36.543942 2016] [:error] [pid 6466] [client 127.0.0.1:36334] PHP 1. {main}() /home/svtlichnijj/sites/php-example.local/lesson17/index.php:0, referer: http://php-example.local/
[Wed Apr 27 20:49:36.543979 2016] [:error] [pid 6466] [client 127.0.0.1:36334] PHP 2. ini_set() /home/svtlichnijj/sites/php-example.local/lesson17/index.php:2, referer: http://php-example.local/
[Wed Apr 27 20:50:15.004426 2016] [:error] [pid 6464] [client 127.0.0.1:36344] PHP Warning: ini_set() expects exactly 2 parameters, 1 given in /home/svtlichnijj/sites/php-example.local/lesson17/index.php on line 2, referer: http://php-example.local/
[Wed Apr 27 20:50:15.004572 2016] [:error] [pid 6464] [client 127.0.0.1:36344] PHP Stack trace:, referer: http://php-example.local/
[Wed Apr 27 20:50:15.004616 2016] [:error] [pid 6464] [client 127.0.0.1:36344] PHP 1. {main}() /home/svtlichnijj/sites/php-example.local/lesson17/index.php:0, referer: http://php-example.local/
[Wed Apr 27 20:50:15.004655 2016] [:error] [pid 6464] [client 127.0.0.1:36344] PHP 2. ini_set() /home/svtlichnijj/sites/php-example.local/lesson17/index.php:2, referer: http://php-example.local/
[Wed Apr 27 20:50:42.832208 2016] [:error] [pid 6468] [client 127.0.0.1:36354] PHP Warning: ini_set() expects exactly 2 parameters, 1 given in /home/svtlichnijj/sites/php-example.local/lesson17/index.php on line 2, referer: http://php-example.local/
[Wed Apr 27 20:50:42.832313 2016] [:error] [pid 6468] [client 127.0.0.1:36354] PHP Stack trace:, referer: http://php-example.local/
[Wed Apr 27 20:50:42.832342 2016] [:error] [pid 6468] [client 127.0.0.1:36354] PHP 1. {main}() /home/svtlichnijj/sites/php-example.local/lesson17/index.php:0, referer: http://php-example.local/
[Wed Apr 27 20:50:42.832364 2016] [:error] [pid 6468] [client 127.0.0.1:36354] PHP 2. ini_set() /home/svtlichnijj/sites/php-example.local/lesson17/index.php:2, referer: http://php-example.local/