Home
last modified time | relevance | path

Searched refs:Short (Results 1 – 3 of 3) sorted by relevance

/PHP-7.0/Zend/tests/
H A Dbug69871.phpt2 Bug #69871 (Short-circuiting failure with smart_branch)
H A Dbug69825.phpt2 Bug #69825 (Short-circuiting failure)
/PHP-7.0/ext/standard/
H A Dimage.c753 static int php_ifd_get16u(void *Short, int motorola_intel) in php_ifd_get16u() argument
756 return (((unsigned char *)Short)[0] << 8) | ((unsigned char *)Short)[1]; in php_ifd_get16u()
758 return (((unsigned char *)Short)[1] << 8) | ((unsigned char *)Short)[0]; in php_ifd_get16u()
765 static signed short php_ifd_get16s(void *Short, int motorola_intel) in php_ifd_get16s() argument
767 return (signed short)php_ifd_get16u(Short, motorola_intel); in php_ifd_get16s()

Completed in 25 milliseconds