Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dproc_open.c768 zval *ztarget = zend_hash_index_find_deref(Z_ARRVAL_P(descitem), 1); in PHP_FUNCTION() local
772 if (!ztarget) { in PHP_FUNCTION()
776 if (Z_TYPE_P(ztarget) != IS_LONG) { in PHP_FUNCTION()
782 if (descriptors[i].index == Z_LVAL_P(ztarget)) { in PHP_FUNCTION()
790 if (Z_LVAL_P(ztarget) < 0 || Z_LVAL_P(ztarget) > 2) { in PHP_FUNCTION()
792 "Redirection target " ZEND_LONG_FMT " not found", Z_LVAL_P(ztarget)); in PHP_FUNCTION()
799 childend = Z_LVAL_P(ztarget); in PHP_FUNCTION()
801 switch (Z_LVAL_P(ztarget)) { in PHP_FUNCTION()

Completed in 9 milliseconds