PHP Conference Japan 2024 LT
PHP開発者ならおなじみのvar_dumpとvar_exportですが、これらの関数がどのように動いているのかを考えたことはありますか?
本発表では、var_dumpとvar_exportの違いを簡単に紹介し、それを切り口にPHPのソースコードを読み始める方法とそのメリットをお話したいと思います。PHPの内部動作を知ることで、デバッグや開発スキルをさらに向上させるきっかけを提供します!
スライド中のリンク集
https://x.com/myblackcat7112
https://redmonk.com/sogrady/2024/03/08/language-rankings-1-24/
https://github.com/php/php-src
https://www.phpinternalsbook.com/php7/extensions_design/php_functions.html
https://www.php.net/manual/ja/ref.var.php
https://www.php.net/manual/ja/function.var-dump.php
https://github.com/php/php-src/blob/master/ext/standard/var.c#L234
https://github.com/php/php-src/blob/master/ext/standard/var.c#L103
https://github.com/php/php-src/blob/master/Zend/zend_compile.c#L1608
https://github.com/php/php-src/blob/master/ext/standard/var.c#L65
https://github.com/php/web-php/tree/master/manual
https://doc.php.net/guide/editing.md
https://wiki.php.net/web/mirror