Skip to content

Instantly share code, notes, and snippets.

@binarious
binarious / gist:1393130
Created November 25, 2011 09:34
Facebook FQL
$fql = 'select name, start_time, end_time, location, url, description from event where eid in (select eid from event_member where uid = 170742536309649) order by start_time';
@binarious
binarious / Name.php
Last active November 14, 2019 09:11
dama error test case
<?php
namespace App\Entity;
use Doctrine\ORM\Mapping\Id;
use Doctrine\ORM\Mapping\Column;
use Doctrine\ORM\Mapping\Entity;
use Doctrine\ORM\Mapping\GeneratedValue;
/** @Entity */