Lines Matching refs:tmp

252 	zval *tmp, *z_descriptor = getThis();  in PHP_FUNCTION()  local
261 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
266 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
277 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
295 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
300 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
318 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
334 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
339 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
352 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
363 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
368 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
389 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
406 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
411 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
436 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
446 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
451 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
466 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
475 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
480 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
490 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
499 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
504 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
516 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
532 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
537 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
572 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
582 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
587 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
600 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
626 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
631 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
687 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
703 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
714 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
727 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
763 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
768 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
781 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
796 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
801 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
819 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
834 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
839 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
852 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
861 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
866 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
957 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
995 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
1000 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
1068 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
1085 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
1090 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
1103 zval *tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
1112 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
1117 PHP_OCI_ZVAL_TO_DESCRIPTOR(tmp, descriptor); in PHP_FUNCTION()
1449 zval element, tmp; in PHP_FUNCTION() local
1523 array_init(&tmp); in PHP_FUNCTION()
1524 outarrs[ i ] = zend_hash_next_index_insert(Z_ARRVAL_P(array), &tmp); in PHP_FUNCTION()
1531 array_init(&tmp); in PHP_FUNCTION()
1533 outarrs[ i ] = zend_symtable_update(Z_ARRVAL_P(array), zvtmp, &tmp); in PHP_FUNCTION()
2241 zval *tmp, *z_collection = getThis(); in PHP_FUNCTION() local
2250 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_collection), "collection", sizeof("collection")-1)) ==… in PHP_FUNCTION()
2255 PHP_OCI_ZVAL_TO_COLLECTION(tmp, collection); in PHP_FUNCTION()
2266 zval *tmp, *z_collection = getThis(); in PHP_FUNCTION() local
2282 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_collection), "collection", sizeof("collection")-1)) ==… in PHP_FUNCTION()
2287 PHP_OCI_ZVAL_TO_COLLECTION(tmp, collection); in PHP_FUNCTION()
2300 zval *tmp, *z_collection = getThis(); in PHP_FUNCTION() local
2316 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_collection), "collection", sizeof("collection")-1)) ==… in PHP_FUNCTION()
2321 PHP_OCI_ZVAL_TO_COLLECTION(tmp, collection); in PHP_FUNCTION()
2373 zval *tmp, *z_collection = getThis(); in PHP_FUNCTION() local
2390 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_collection), "collection", sizeof("collection")-1)) ==… in PHP_FUNCTION()
2395 PHP_OCI_ZVAL_TO_COLLECTION(tmp, collection); in PHP_FUNCTION()
2408 zval *tmp, *z_collection = getThis(); in PHP_FUNCTION() local
2418 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_collection), "collection", sizeof("collection")-1)) ==… in PHP_FUNCTION()
2423 PHP_OCI_ZVAL_TO_COLLECTION(tmp, collection); in PHP_FUNCTION()
2436 zval *tmp, *z_collection = getThis(); in PHP_FUNCTION() local
2446 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_collection), "collection", sizeof("collection")-1)) ==… in PHP_FUNCTION()
2451 PHP_OCI_ZVAL_TO_COLLECTION(tmp, collection); in PHP_FUNCTION()
2464 zval *tmp, *z_collection = getThis(); in PHP_FUNCTION() local
2479 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_collection), "collection", sizeof("collection")-1)) ==… in PHP_FUNCTION()
2484 PHP_OCI_ZVAL_TO_COLLECTION(tmp, collection); in PHP_FUNCTION()