Home
last modified time | relevance | path

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

/PHP-8.0/ext/oci8/
H A Doci8_interface.c564 zval *tmp_dest, *tmp_from, *z_descriptor_dest, *z_descriptor_from; in PHP_FUNCTION() local
576 …if ((tmp_from = zend_hash_str_find(Z_OBJPROP_P(z_descriptor_from), "descriptor", sizeof("descripto… in PHP_FUNCTION()
582 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp_from, descriptor_from); in PHP_FUNCTION()
747 zval *tmp_dest, *tmp_from, *z_descriptor_dest, *z_descriptor_from; in PHP_FUNCTION() local
768 …if ((tmp_from = zend_hash_str_find(Z_OBJPROP_P(z_descriptor_from), "descriptor", sizeof("descripto… in PHP_FUNCTION()
774 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp_from, descriptor_from); in PHP_FUNCTION()
2155 zval *tmp_dest, *tmp_from, *z_collection_dest, *z_collection_from; in PHP_FUNCTION() local
2167 …if ((tmp_from = zend_hash_str_find(Z_OBJPROP_P(z_collection_from), "collection", sizeof("collectio… in PHP_FUNCTION()
2173 PHP_OCI_ZVAL_TO_COLLECTION(tmp_from, collection_from); in PHP_FUNCTION()
/PHP-8.0/ext/standard/
H A Dstring.c2228 zval *tmp_str = NULL, *tmp_repl, *tmp_from = NULL, *tmp_len= NULL; local
2338 tmp_from = &from_ht->arData[from_idx].val;
2339 if (Z_TYPE_P(tmp_from) != IS_UNDEF) {
2345 f = zval_get_long(tmp_from);

Completed in 77 milliseconds