Skip to content

Instantly share code, notes, and snippets.

[06:32 PM]-[vagrant@packer-virtualbox-iso]-[~]
$ sudo apt-get install php5-adodb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
php5-adodb : Depends: phpapi-20100525
E: Unable to correct problems, you have held broken packages.
<?php
class Result
{
public function fetch()
{
static $rows = [
['id' => 1, 'name' => 'one', 'value' => 1.0],
['id' => 2, 'name' => 'two', 'value' => 2.0],
['id' => 3, 'name' => 'three', 'value'=> 3.00],
### Keybase proof
I hereby claim:
* I am theshadow on github.
* I am xanderguzman (https://keybase.io/xanderguzman) on keybase.
* I have a public key whose fingerprint is 7EEC 327A C87B 495B 87B9 E71A AAD5 68B7 835E 601C
To claim this, I am signing this object:
<?php
define('T', ' ');
define('N', PHP_EOL);
$functions = array();
$classes = array();
$constant_prefix = 'X_';
$php = '<?php' . N;