Popular repositories Loading
-
array-search-by-key-value-pairs
array-search-by-key-value-pairs PublicSimple function, that allows to searches the array for a given key-value pair(s)
PHP 2
-
php-jquery-ajax-handling-conception
php-jquery-ajax-handling-conception PublicThis functionality is advice on making requests to the server through the AJAX.
-
-
sendgrid-php
sendgrid-php PublicForked from sendgrid/sendgrid-php
The Official Twilio SendGrid Led, Community Driven PHP API Library
PHP
-
symfony-bundle
symfony-bundle PublicForked from knpuniversity/symfony-bundle
Screencast code, script and birthday presents behind the "Creating a Reusable (& Amazing) Symfony Bundle" tutorial
PHP
-
5 contributions in the last year
Skip to contributions year listDay of Week | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
June 2025
Created 1 repository
-
BooleanType/php-rfcs
PHP
This contribution was made on Jun 26
Opened 2 pull requests in 1 repository
Crell/php-rfcs
2
open
-
Update examples.md
This contribution was made on Jun 26
-
Update examples.md
This contribution was made on Jun 26
Created an issue in php/php-src that received 2 comments
Hooks scoping: accessing the backing value of a property from a method called from a hook on that property must throw an Error, but infinite loop instead.
Description The following code: <?php class Person { public string $phone { set { $this->phone = $this->sanitizePhone($value); } } private function s…