Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in php-5.3

Why does this regex capture produce 2 matches?

php regex preg-match php-5.3

PHP is handling incorrectly my static call

php class methods static php-5.3

Multidimensional array to array

php php-5.3

Is Doctrine2 compatible with PHP 5.3 up?

php doctrine-orm php-5.3

Overriding fetch() for PDO when fetching using foreach

php oop pdo php-5.3

pimcore debugging

php php-5.3 pimcore

Why two level of break has been removed in PHP7.1 and what could be it's alternate solution?

php break php-5.3 php-7.1

Trying to install the GMP extension on Docker / php:5.3

php shell docker debian php-5.3

Match a regular expression for a Unicode string with at least one space

php regex string unicode php-5.3

How to generate or modify a PHP class at runtime?

php runtime php-5.3

PHP 5.3: How on Earth is this Variable Undefined?

Replacing UTF-8 characters in PHP 5.3

php utf-8 preg-replace php-5.3

Is there an overall advantage to using a global secret key in addition to random item-level salts with bcrypt password hashing?

recursively add elements to array and return new array

php recursion php-5.3

Compare Positions of Values in Php Array

Array remove duplicates based on index / preserve first occurance