Talk on data types and how PHP works with them at the core level with use cases for more efficient utilization.
Size: 4.2 MB
Language: en
Added: Aug 19, 2024
Slides: 29 pages
Slide Content
Денис Курасов PHP CORE – ЧАСТИНА 1 – ТИПИ ЗМІННИХ PHP fwdays
About Myself Lead PHP developer at Growe Over 8 years of experience in backend development Passionate about computer science Experienced in embedded development, gained through university projects, including creating a self-driving robot Football is in my heart
What is variable?
Types in core
Zval
Zend value
Integer zend_long Represents int64_t int32_t -2147483648 -9223372036854775808 8 bytes 4 bytes Max Min 2147483647 9223372036854775807 Memory In C Actual Memory 12 bytes 1 6 bytes 64 bit 32 bit
Integer - Integer In Memory
Integer - Integer Overflow
Float | Double | Real double 4 bytes Max Min Memory In C 1.7976931348623157E+308 2.2250738585072014E-308 float 1.17549435 E-38 3.4028235 E +38 8 bytes Actual Memory 12 bytes 16 bytes 64 bit 32 bit
Float - IEEE754 V = (-1) s * M * 2 E 536870912000000 1111010000100100000000000000000000000000000000000 01010111111101000010010000000000 1.907348*2 48 M E
Float - IEEE754 Float 32 bits 0.1640625 1.120393e-38 INF NaN