mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-20 12:11:05 -05:00
Git rid of count debug message
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +0,0 @@
|
|||||||
[submodule "bootstrap"]
|
|
||||||
path = bootstrap
|
|
||||||
url = https://github.com/twitter/bootstrap.git
|
|
||||||
@@ -2,7 +2,6 @@
|
|||||||
<?php
|
<?php
|
||||||
$json_string = file_get_contents("php://stdin");
|
$json_string = file_get_contents("php://stdin");
|
||||||
$foo = json_decode($json_string);
|
$foo = json_decode($json_string);
|
||||||
echo count($foo);
|
|
||||||
for ($i=0; $i<count($foo); $i++){
|
for ($i=0; $i<count($foo); $i++){
|
||||||
echo $foo[$i]->id_str . "|";
|
echo $foo[$i]->id_str . "|";
|
||||||
echo $foo[$i]->created_at . "|";
|
echo $foo[$i]->created_at . "|";
|
||||||
|
|||||||
Reference in New Issue
Block a user