[ create a new paste ] login | about

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

Recent Pastes:

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)
PHP, pasted on Jul 19:
1
2
3
4
5
<?php
require_once APPLICATION_PATH . '/controllers/ExampleController.php';

class ExampleControllerTest extends ExampleController
{    
...
view (55 lines, 4 lines of output)
PHP, pasted on Jun 10:
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)
D, pasted on May 30:
1
2
3
4
5
<?php
require_once dirname(__FILE__) . '/ExampleControllerTest.php';

class ControllersAllTests
{
...
view (17 lines)
D, pasted on May 30:
1
2
3
4
5
<?php
require_once dirname(__FILE__) . '/ExampleControllerTest.php';

class ControllersAllTests
{
...
view (17 lines)
PHP, pasted on May 27:
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 Apr 26:
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)
C, pasted on Apr 11:
1
2
3
4
<?php
$longitude = (float) -2.708077;
$latitude = (float) 53.754842;
$radius = 20; // in miles
...
view (12 lines, 15 lines of output)
PHP, pasted on Apr 1:
1
2
3
4
5
<?php
require_once dirname(__FILE__) . '/ExampleControllerTest.php';

class ControllersAllTests
{
...
view (17 lines, 4 lines of output)