I enjoy developing tools that automate my daily tasks; sometimes these tools are used by other people too.
- Bucharest, Romania
- @axiac
- https://stackoverflow.com/users/4265352/axiac
Pinned Loading
-
A PHP bug reported in 2011: https://...
A PHP bug reported in 2011: https://bugs.php.net/bug.php?id=55701. Four years and four versions later, the bug is still there, affecting versions 5.3, 5.4, 5.5, 5.6 and 7.0 1<?php
2error_reporting(E_ALL & ~E_NOTICE);
3ini_set('display_errors', '1');
45 -
backstage
backstage PublicForked from backstage/backstage
Backstage is an open platform for building developer portals
TypeScript
-
One-time script designed to "transpl...
One-time script designed to "transplant" the history of PhpUnit MockObjects project into the PhpUnit repo as a branch 1#!/bin/bash
2#
3# One-time script specifically designed to "transplant" a part of
4# the PhpUnit MockObjects repo into the PhpUnit repo as a branch.
5# @see https://github.com/sebastianbergmann/phpunit/issues/3103
-
A unit testing framework in a tweet.
A unit testing framework in a tweet. 1<?php
2function it($m,$p){echo ($p?'✔︎':'✘')." It $m\n"; if(!$p){$GLOBALS['f']=1;}}function done(){if(@$GLOBALS['f'])die(1);}
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.