Home
last modified time | relevance | path

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

/PHP-7.1/ext/oci8/
H A Doci8_interface.c648 zval *tmp_dest, *tmp_from, *z_descriptor_dest = getThis(), *z_descriptor_from; in PHP_FUNCTION() local
667 …if ((tmp_from = zend_hash_str_find(Z_OBJPROP_P(z_descriptor_from), "descriptor", sizeof("descripto… in PHP_FUNCTION()
673 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp_from, descriptor_from); in PHP_FUNCTION()
879 zval *tmp_dest, *tmp_from, *z_descriptor_dest, *z_descriptor_from; in PHP_FUNCTION() local
892 …if ((tmp_from = zend_hash_str_find(Z_OBJPROP_P(z_descriptor_from), "descriptor", sizeof("descripto… in PHP_FUNCTION()
898 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp_from, descriptor_from); in PHP_FUNCTION()
2335 zval *tmp_dest, *tmp_from, *z_collection_dest = getThis(), *z_collection_from; in PHP_FUNCTION() local
2354 …if ((tmp_from = zend_hash_str_find(Z_OBJPROP_P(z_collection_from), "collection", sizeof("collectio… in PHP_FUNCTION()
2360 PHP_OCI_ZVAL_TO_COLLECTION(tmp_from, collection_from); in PHP_FUNCTION()
/PHP-7.1/ext/standard/
H A Dstring.c2409 zval *tmp_str = NULL, *tmp_from = NULL, *tmp_repl = NULL, *tmp_len= NULL; local
2535 tmp_from = &Z_ARRVAL_P(from)->arData[from_idx].val;
2536 if (Z_TYPE_P(tmp_from) != IS_UNDEF) {
2542 f = zval_get_long(tmp_from);

Completed in 22 milliseconds