Home
last modified time | relevance | path

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

/PHP-8.0/ext/com_dotnet/
H A Dcom_com.c689 HashTable *sink_ht = NULL; in PHP_FUNCTION() local
698 Z_PARAM_ARRAY_HT_OR_STR_OR_NULL(sink_ht, sink_str) in PHP_FUNCTION()
706 if (sink_ht) { in PHP_FUNCTION()
710 if ((tmp = zend_hash_index_find(sink_ht, 0)) != NULL && Z_TYPE_P(tmp) == IS_STRING) in PHP_FUNCTION()
712 if ((tmp = zend_hash_index_find(sink_ht, 1)) != NULL && Z_TYPE_P(tmp) == IS_STRING) in PHP_FUNCTION()

Completed in 9 milliseconds