Searched refs:DIM (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/Zend/tests/ |
H A D | const_expr_dim_on_null_warning.phpt | 2 DIM on null in constant expr should emit warning
|
H A D | dynamic_class_const_fetch_order.phpt | 2 Dynamic class constant fetch DIM order
|
/PHP-8.3/ext/gd/ |
H A D | gd.c | 1031 zval *SIM, *DIM; in PHP_FUNCTION() local 1041 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION() 2841 zval *SIM, *DIM; in PHP_FUNCTION() local 2846 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "OOllllll", &DIM, gd_image_ce, &SIM, gd_image_ce, &DX, … in PHP_FUNCTION() 2850 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION() 2868 zval *SIM, *DIM; in PHP_FUNCTION() local 2878 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION() 2896 zval *SIM, *DIM; in PHP_FUNCTION() local 2906 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION() 2924 zval *SIM, *DIM; in PHP_FUNCTION() local [all …]
|
/PHP-8.3/ |
H A D | NEWS | 1015 . Fixed oss-fuzz #64727 (JIT undefined array key warning may overwrite DIM 1016 with NULL when DIM is the same var as result). (ilutov)
|
Completed in 16 milliseconds