Home
last modified time | relevance | path

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

/PHP-8.4/ext/standard/
H A Dproc_open.c978 zend_string *ztype = get_string_parameter(descitem, 0, "handle qualifier"); in set_proc_descriptor_from_array()
988 zmode = get_string_parameter(descitem, 1, "mode parameter for 'pipe'"); in set_proc_descriptor_from_array()
1001 if ((zmode = get_string_parameter(descitem, 2, "mode parameter for 'file'")) == NULL) { in set_proc_descriptor_from_array()
1007 zval *ztarget = zend_hash_index_find_deref(Z_ARRVAL_P(descitem), 1); in set_proc_descriptor_from_array()
1151 zval *descitem = NULL; in PHP_FUNCTION() local
1232 ZEND_HASH_FOREACH_KEY_VAL(descriptorspec, nindex, str_index, descitem) { in PHP_FUNCTION()
1240 ZVAL_DEREF(descitem); in PHP_FUNCTION()
1241 if (Z_TYPE_P(descitem) == IS_RESOURCE) { in PHP_FUNCTION()
1242 if (set_proc_descriptor_from_resource(descitem, &descriptors[ndesc], ndesc) == FAILURE) { in PHP_FUNCTION()
1245 } else if (Z_TYPE_P(descitem) == IS_ARRAY) { in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds