Home
last modified time | relevance | path

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

/PHP-5.5/ext/oci8/
H A Doci8_interface.c567 zval **tmp_dest, **tmp_from, *z_descriptor_dest = getThis(), *z_descriptor_from; local
586 …OBJPROP_P(z_descriptor_from), "descriptor", sizeof("descriptor"), (void **)&tmp_from) == FAILURE) {
592 PHP_OCI_ZVAL_TO_DESCRIPTOR(*tmp_from, descriptor_from);
798 zval **tmp_dest, **tmp_from, *z_descriptor_dest, *z_descriptor_from; local
811 …OBJPROP_P(z_descriptor_from), "descriptor", sizeof("descriptor"), (void **)&tmp_from) == FAILURE) {
817 PHP_OCI_ZVAL_TO_DESCRIPTOR(*tmp_from, descriptor_from);
2214 zval **tmp_dest, **tmp_from, *z_collection_dest = getThis(), *z_collection_from; local
2233 …OBJPROP_P(z_collection_from), "collection", sizeof("collection"), (void **)&tmp_from) == FAILURE) {
2239 PHP_OCI_ZVAL_TO_COLLECTION(*tmp_from, collection_from);
/PHP-5.5/ext/standard/
H A Dstring.c2326 zval **tmp_str = NULL, **tmp_from = NULL, **tmp_repl = NULL, **tmp_len= NULL; local
2477 … if (SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(from), (void **) &tmp_from, &pos_from)) {
2478 if(Z_TYPE_PP(tmp_from) != IS_LONG) {
2479 zval dummy = **tmp_from;
2484 f = Z_LVAL_PP(tmp_from);

Completed in 33 milliseconds