Created
March 9, 2017 14:53
-
-
Save jankal/21856a4703d8ec4c10011c6da3f8fb5b to your computer and use it in GitHub Desktop.
LOL stacktrace
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PHP Stack trace: | |
PHP 1. {main}() C:\Users\Alexander Jank\Projekte\flimliste\parse_test.php:0 | |
PHP 2. file_put_contents() C:\Users\Alexander Jank\Projekte\flimliste\parse_test.php:4 | |
Warning: file_put_contents(stdClass Object | |
( | |
[Filmliste] => Array | |
( | |
[0] => Sender | |
[1] => Thema | |
[2] => Titel | |
[3] => Datum | |
[4] => Zeit | |
[5] => Dauer | |
[6] => Gr├Â├ƒe [MB] | |
[7] => Beschreibung | |
[8] => Url | |
[9] => Website | |
[10] => Url Untertitel | |
[11] => Url RTMP | |
[12] => Url Klein | |
[13] => Url RTMP Klein | |
[14] => Url HD | |
[15] => Url RTMP HD | |
[16] => DatumL | |
[17] => Url History | |
[18] => Geo | |
[19] => neu | |
) | |
[X] => Array | |
( | |
[0] => | |
[1] => | |
[2] => Der gestohlene Tiki | |
[3] => 18.02.2017 | |
[4] => 06:50:00 | |
[5] => 00:12:09 | |
[6] => 213 | |
[7] => Yann und Zoom entdecken einen mit wertvollen Edelsteinen besetzten Tiki. Sie bringen den Schatz ins Dorf und alle bewunde | |
rn den kostbaren Fund. Doch in C:\Users\Alexander Jank\Projekte\flimliste\parse_test.php on line 4 | |
Call Stack: | |
0.0010 351624 1. {main}() C:\Users\Alexander Jank\Projekte\flimliste\parse_test.php:0 | |
1.0220 117794144 2. file_put_contents() C:\Users\Alexander Jank\Projekte\flimliste\parse_test.php:4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment