Skip to content

Instantly share code, notes, and snippets.

@npfedwards
npfedwards / reproduce.php
Created January 17, 2019 20:17
Segfault reproduction
<?php
use Phalcon\DI;
use Phalcon\DI\FactoryDefault;
use Phalcon\Db\Adapter\MongoDB\Client;
ini_set('display_errors', 1);
error_reporting(E_ALL);
@npfedwards
npfedwards / dabblet.css
Created February 24, 2012 18:23
Literal measurements test
/**
* Literal measurements test
*/
div{
background: #60f;
width:1in;
}
@npfedwards
npfedwards / dabblet.css
Created February 13, 2012 15:39
Literal measurements test
/**
* Literal measurements test
*/
div{
background: #60f;
width:1in;
}