Skip to content

ixnv/php-get-mem-address

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-get-mem-address

simple php extension which allows to get memory address of a variable

usage

<?php

$foo = "bar";
echo get_mem_address($foo); // 0x7ff96fc57960

build

run build.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published