Home
last modified time | relevance | path

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

/PHP-8.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-8.0/ext/standard/
H A Dimage.c745 static int php_ifd_get16u(void *Short, int motorola_intel) in php_ifd_get16u() argument
748 return (((unsigned char *)Short)[0] << 8) | ((unsigned char *)Short)[1]; in php_ifd_get16u()
750 return (((unsigned char *)Short)[1] << 8) | ((unsigned char *)Short)[0]; in php_ifd_get16u()
757 static signed short php_ifd_get16s(void *Short, int motorola_intel) in php_ifd_get16s() argument
759 return (signed short)php_ifd_get16u(Short, motorola_intel); in php_ifd_get16s()
H A Durl_scanner_ex.re854 /* Short circuit check. Only check url_app. */
882 /* Short circuit check. Only check url_app. */
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます5673 # Short-cut version to recognise SAM files with (optional) header at beginning
H A Dmagic5673 # Short-cut version to recognise SAM files with (optional) header at beginning

Completed in 98 milliseconds