Home
last modified time | relevance | path

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

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

Completed in 111 milliseconds