Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in php-internals

PHP's MySQL Cursor implementations and how they manage memory

php mysql php-internals

Writing a C++ extension for PHP 5.4, example code is obsolete

What is the reasoning behind the refusal of PHP to accept the return types in this simple situation?

Why is file_get_contents faster than memcache_get?

how to check php function source code using eclipse

php eclipse php-internals

Why is in_array strict mode on integers slower than non-strict mode?

php php-internals

Does PHP read functions before they are called?

What are the functions PHP which are said not to be "binary safe"? To which libraries these "non-binary safe" functions hand off the strings? And why?

php string php-internals

C PHP Extension object persistance

php c php-internals

Writing PHP opcode and have it executed. How to do?

php opcode php-internals

zend custom module

Why does foreach copy the array when we did not modify it in the loop? [duplicate]

How does PHP assign and free memory for variables?

Confusion about PHP 7 refcount

php php-internals

Why is order of arguments in PHP's hash_equals() function important?

What is the difference between SplObjectStorage::contains and SplObjectStorage::offsetExists?

What is #<some-number> next to object(someClass) in var_dump of an object? I have an inference. Am I right?

php php-internals

Returning "Native" PHP Objects from an Extension

how does PHP opcode relate to the actually executed binary code?

Getting Started with PHP Extension-Development [closed]