[ create a new paste ] login | about

Project: PHPImpact
http://phpimpact.wordpress.com/
Language:
Description:
None

Recent Pastes:

PHP, pasted on Aug 19:
1
2
3
4
5
<?php
class Zend_Service_Digg extends Zend_Rest_Client
{
    protected $_uri = 'http://services.digg.com/';
    protected $_params = array();
...
view (92 lines, 2 lines of output)
PHP, pasted on Jul 6:
1
2
3
4
5
<?php
class Zend_Service_Digg extends Zend_Rest_Client
{
    protected $_uri = 'http://services.digg.com/';
    protected $_params = array();
...
view (92 lines)
PHP, pasted on Jun 10:
1
2
3
4
5
<?php
class mydb 
{
    private $user;
    private $pass;
...
view (110 lines, 2 lines of output)
C, pasted on Jun 10:
1
2
3
4
5
<?php
class mydb 
{
    private $user;
    private $pass;
...
view (110 lines, 14 lines of output)
PHP, pasted on Jun 7:
1
2
3
4
5
<?php
class Zend_Service_Digg extends Zend_Rest_Client
{
    protected $_uri = 'http://services.digg.com/';
    protected $_params = array();
...
view (92 lines, 2 lines of output)
PHP, pasted on Mar 24:
1
2
3
4
<?php
$longitude = (float) -73.99086;
$latitude = (float) 40.40004;
$radius = 20; // in miles
...
view (12 lines, 2 lines of output)
PHP, pasted on Mar 24:
1
2
3
4
<?php
$longitude = (float) -2.708077;
$latitude = (float) 53.754842;
$radius = 20; // in miles
...
view (12 lines, 2 lines of output)
PHP, pasted on Mar 22:
1
2
3
4
5
<?php
class Zend_Service_Digg extends Zend_Rest_Client
{
    protected $_uri = 'http://services.digg.com/';
    protected $_params = array();
...
view (92 lines)
PHP, pasted on Feb 22:
1
2
3
4
5
<?php
class Zend_Service_Digg extends Zend_Rest_Client
{
    protected $_uri = 'http://services.digg.com/';
    protected $_params = array();
...
view (92 lines, 2 lines of output)
PHP, pasted on Feb 22:
1
2
3
4
5
<?php
class Zend_Service_Digg extends Zend_Rest_Client
{
    protected $_uri = 'http://services.digg.com/';
    protected $_params = array();
...
view (92 lines)
Plain Text, pasted on Feb 4:
1
2
3
4
5
<?php
$longitude = (float) -2.708077;
$latitude = (float) 53.754842;
$radius = 20; // in miles

...
view (12 lines)
PHP, pasted on Jan 15:
1
2
3
4
5
<?php
/* Start output buffering */
ob_start();

/* Report all errors directly to the screen for simple diagnostics in the dev environment */
...
view (39 lines, 4 lines of output)
PHP, pasted on Dec 2:
1
2
3
4
<?php
$longitude = (float) -2.708077;
$latitude = (float) 53.754842;
$radius = 20; // in miles
...
view (12 lines, 2 lines of output)
C++, pasted on Sep 30:
1
2
3
4
5
<?php
require_once dirname(__FILE__) . '/bootstrap.php';
require_once dirname(__FILE__) . '/controllers/AllTests.php';

class AllTests
...
view (22 lines)
PHP, pasted on Sep 16:
1
2
3
4
5
<?php
require_once dirname(__FILE__) . '/bootstrap.php';
require_once dirname(__FILE__) . '/controllers/AllTests.php';

class AllTests
...
view (22 lines, 4 lines of output)
Scheme, pasted on Sep 15:
1
2
3
4
5
<?php
class Zend_Service_Digg extends Zend_Rest_Client
{
    protected $_uri = 'http://services.digg.com/';
    protected $_params = array();
...
view (92 lines)
D, pasted on Sep 15:
1
2
3
4
5
<?php
class Zend_Service_Digg extends Zend_Rest_Client
{
    protected $_uri = 'http://services.digg.com/';
    protected $_params = array();
...
view (92 lines)
C, pasted on Sep 15:
1
2
3
4
5
<?php
class Zend_Service_Digg extends Zend_Rest_Client
{
    protected $_uri = 'http://services.digg.com/';
    protected $_params = array();
...
view (92 lines)
PHP, pasted on Sep 11:
1
2
3
4
<?php
$longitude = (float) -2.708077;
$latitude = (float) 53.754842;
$radius = 20; // in miles
...
view (23 lines, 2 lines of output)
C++, pasted on Aug 16:
1
2
3
4
<?php
$longitude = (float) -2.708077;
$latitude = (float) 53.754842;
$radius = 20; // in miles
...
view (23 lines, 5 lines of output)