Home
last modified time | relevance | path

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

/PHP-7.4/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.4/ext/standard/
H A Dimage.c758 static int php_ifd_get16u(void *Short, int motorola_intel) in php_ifd_get16u() argument
761 return (((unsigned char *)Short)[0] << 8) | ((unsigned char *)Short)[1]; in php_ifd_get16u()
763 return (((unsigned char *)Short)[1] << 8) | ((unsigned char *)Short)[0]; in php_ifd_get16u()
770 static signed short php_ifd_get16s(void *Short, int motorola_intel) in php_ifd_get16s() argument
772 return (signed short)php_ifd_get16u(Short, motorola_intel); in php_ifd_get16s()
H A Durl_scanner_ex.re856 /* Short circuit check. Only check url_app. */
884 /* Short circuit check. Only check url_app. */
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます5368 # Short-cut version to recognise SAM files with (optional) header at beginning
H A Dmagic5368 # Short-cut version to recognise SAM files with (optional) header at beginning

Completed in 114 milliseconds