An open API service indexing awesome lists of open source software.

https://github.com/gasol/const_test

A trivial php extension that demostrate how to change constant value in PHP.
https://github.com/gasol/const_test

Last synced: about 1 year ago
JSON representation

A trivial php extension that demostrate how to change constant value in PHP.

Awesome Lists containing this project

README

          

### const_test

The `const_test` is a trivial php extension that demostrate how to change
constant value in PHP.

The result are diffirent in PHP 5.3 and 5.4 (without Suhosin patch).

How to test:

phpize

./configure

make test