This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @copyright Macintoshplus (c) 2020 | |
* Added by : Macintoshplus at 10/04/2020 21:58 | |
*/ | |
declare(strict_types=1); | |
namespace App\Tests\Behat\Hook; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* GPLv2 Licence | |
* Author : Macintoshplus <[email protected]> | |
* Build Command Line : gcc main.c -o ds1631 -I/usr/local/include -L/usr/local/lib -lwiringPi | |
*/ | |
#include <wiringPi.h> | |
#include <wiringPiI2C.h> | |
#include <stdio.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
use Symfony\Component\HttpFoundation\Response; | |
use Symfony\Component\HttpFoundation\Request; | |
require_once("vendor/autoload.php"); | |
$app = new \Silex\Application(); | |
$app['debug'] = true; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/jb/Sites/testErrorHandler/index.php:5:int 0 | |
/Users/jb/Sites/testErrorHandler/index.php:5:string '32767' (length=5) | |
/Users/jb/Sites/testErrorHandler/index.php:5:int 0 | |
/Users/jb/Sites/testErrorHandler/index.php:5:string 'deprecated' (length=10) | |
/Users/jb/Sites/testErrorHandler/index.php:5:int 0 | |
/Users/jb/Sites/testErrorHandler/index.php:5:string '32767' (length=5) | |
/Users/jb/Sites/testErrorHandler/index.php:5:int 0 | |
/Users/jb/Sites/testErrorHandler/index.php:5:string 'user warning' (length=12) | |
/Users/jb/Sites/testErrorHandler/index.php:12:string '7.0.23' (length=6) |