<?php
// 👋 Hello, I'm Ozh
$me = new Ozh;
var_dump($me->name);
// string(3) "ozh"
var_dump($me->likes);
// array(3) {
// [0]=> string(5) "metal"
// [1]=> string(4) "wine"
// [2]=> string(3) "php"
// }
var_dump($me->projects);
// object(Projects)#1 (1) {
// ["name"]=> string(13) "YOURLS/YOURLS"
// }
exit(0);
🍷
More wine, please.
Wine and music. And when there's no more left, PHP for the lulz.
-
Ởżḥ đő† ợṝǧ
- Naoned, Breizh, Bro-C'hall (Frañs)
- http://ozh.org/
- @ozh
Block or Report
Block or report ozh
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
YOURLS/YOURLS
YOURLS/YOURLS Public🔗 The de facto standard self hosted URL shortener in PHP
-
-
ascii-tables
ascii-tables Public⚡ Quickly format table in ASCII. Great for code comments, or Github Markdown!
-
-
top_100_PHP_projects
top_100_PHP_projects Public💯 The 𝗧𝗼𝗽 𝟭𝟬𝟬 𝗣𝗛𝗣 Projects on Github. (𝐿𝑖𝑠𝑡 𝑔𝑒𝑛𝑒𝑟𝑎𝑡𝑒𝑑 𝑏𝑦 𝑎 𝑅𝑢𝑏𝑦 𝑠𝑐𝑟𝑖𝑝𝑡 𝑡ℎ𝑎𝑡 𝑤𝑎𝑠 𝑔𝑒𝑛𝑒𝑟𝑎𝑡𝑒𝑑 𝑏𝑦 𝐴𝐼 !)
-
YOURLS/YOURLS-test-suite-for-plugins
YOURLS/YOURLS-test-suite-for-plugins Public🧪 YOURLS test suite for plugins. Write unit tests for your YOURLS plugins!
Shell 1
74 contributions in the last year
| Day of Week | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | ||||||||||||||||||||||||||||||||||||||||
| Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Saturday Sat | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contribution activity
December 2023
Created 3 commits in 3 repositories
Created a pull request in YOURLS/YOURLS that received 1 comment
Defer loading textdomain after plugins
Currently the main textdomain is enforced before plugins load. This prevents user plugins from altering the global setting YOURLS_LANG as defined i…
+5
−5
lines changed
•
1
comment









