Home
last modified time | relevance | path

Searched refs:Z_ADDREF (Results 1 – 25 of 31) sorted by relevance

12

/PHP-7.0/main/
H A Dphp_variables.c584 Z_ADDREF(arr); in php_build_argv()
589 Z_ADDREF(arr); in php_build_argv()
688 Z_ADDREF(PG(http_globals)[TRACK_VARS_GET]); in php_auto_globals_create_get()
707 Z_ADDREF(PG(http_globals)[TRACK_VARS_POST]); in php_auto_globals_create_post()
722 Z_ADDREF(PG(http_globals)[TRACK_VARS_COOKIE]); in php_auto_globals_create_cookie()
734 Z_ADDREF(PG(http_globals)[TRACK_VARS_FILES]); in php_auto_globals_create_files()
782 Z_ADDREF(PG(http_globals)[TRACK_VARS_SERVER]); in php_auto_globals_create_server()
798 Z_ADDREF(PG(http_globals)[TRACK_VARS_ENV]); in php_auto_globals_create_env()
/PHP-7.0/Zend/
H A Dzend_objects.c133 Z_ADDREF(obj); in zend_objects_destroy_object()
H A Dzend_closures.c431 Z_ADDREF(closure->this_ptr); in zend_closure_get_debug_info()
H A Dzend_execute.c1373 Z_ADDREF(obj); in zend_post_incdec_overloaded_property()
1418 Z_ADDREF(obj); in zend_pre_incdec_overloaded_property()
1462 Z_ADDREF(obj); in zend_assign_op_overloaded_property()
H A Dzend_types.h792 #define Z_ADDREF(z) Z_ADDREF_P(&(z)) macro
H A Dzend_generators.c249 Z_ADDREF(call->This); in zend_generator_create_zval()
H A Dzend_builtin_functions.c696 if (Z_REFCOUNTED(tmp)) Z_ADDREF(tmp); in ZEND_FUNCTION()
2629 Z_ADDREF(zv); in zend_fetch_debug_backtrace()
/PHP-7.0/ext/curl/
H A Dinterface.c1451 Z_ADDREF(argv[0]); in curl_write()
1501 Z_ADDREF(argv[0]); in curl_fnmatch()
1556 Z_ADDREF(argv[0]); in curl_progress()
1616 Z_ADDREF(argv[0]); in curl_read()
1619 Z_ADDREF(argv[1]); in curl_read()
1690 Z_ADDREF(argv[0]); in curl_write_header()
1759 Z_ADDREF(argv[0]); in curl_passwd()
2020 Z_ADDREF(ch->handlers->write->stream); in PHP_FUNCTION()
2025 Z_ADDREF(ch->handlers->read->stream); in PHP_FUNCTION()
2031 Z_ADDREF(ch->handlers->write_header->stream); in PHP_FUNCTION()
/PHP-7.0/ext/spl/
H A Dphp_spl.c563 Z_ADDREF(alfi.obj); in PHP_FUNCTION()
738 Z_ADDREF(alfi->closure); in PHP_FUNCTION()
745 Z_ADDREF(alfi->obj); in PHP_FUNCTION()
H A Dspl_fixedarray.c176 Z_ADDREF(intern->array->elements[i]); in spl_fixedarray_object_get_properties()
666 Z_ADDREF(intern->array->elements[i]); in SPL_METHOD()
H A Dspl_dllist.c127 Z_ADDREF(elem->data); in spl_ptr_llist_zval_ctor()
525 Z_ADDREF(current->data); in spl_dllist_object_get_debug_info()
H A Dspl_heap.c512 Z_ADDREF(intern->heap->elements[i]); in spl_heap_object_get_debug_info_helper()
H A Dspl_iterators.c1587 Z_ADDREF(cfi->fci.function_name); in spl_dual_it_construct()
2713 Z_ADDREF(intern->u.caching.zstr); in spl_caching_it_next()
/PHP-7.0/ext/pdo/
H A Dpdo_dbh.c548 Z_ADDREF(stmt->database_object_handle); in PHP_METHOD()
881 if (Z_REFCOUNTED(dbh->def_stmt_ctor_args)) Z_ADDREF(dbh->def_stmt_ctor_args); in PHP_METHOD()
1091 Z_ADDREF(stmt->database_object_handle); in PHP_METHOD()
H A Dpdo_stmt.c340 Z_ADDREF(param->driver_params); in really_register_bound_param()
1049 Z_ADDREF(val); in do_fetch()
/PHP-7.0/ext/libxml/
H A Dlibxml.c1124 Z_ADDREF(fci.function_name); in PHP_FUNCTION()
1127 Z_ADDREF(LIBXML(entity_loader).object); in PHP_FUNCTION()
/PHP-7.0/ext/dom/
H A Dxpath.c212 Z_ADDREF(retval); in dom_xpath_ext_function_php()
H A Dphp_dom.c1063 Z_ADDREF(mapptr->baseobj_zv); in dom_namednode_iter()
/PHP-7.0/ext/standard/
H A Dstreamsfuncs.c1050 if (Z_REFCOUNTED(context->notifier->ptr)) Z_ADDREF(context->notifier->ptr); in PHP_FUNCTION()
1052 if (Z_REFCOUNTED(context->options)) Z_ADDREF(context->options); in PHP_FUNCTION()
H A Dproc_open.c949 Z_ADDREF(retfp); in PHP_FUNCTION()
/PHP-7.0/ext/phar/
H A Dutil.c1431 Z_ADDREF(zp[0]); in phar_call_openssl_signverify()
1435 Z_ADDREF(zp[1]); in phar_call_openssl_signverify()
1437 Z_ADDREF(zp[2]); in phar_call_openssl_signverify()
/PHP-7.0/ext/xsl/
H A Dxsltprocessor.c352 Z_ADDREF(retval); in xsl_ext_function_php()
/PHP-7.0/ext/pcre/
H A Dphp_pcre.c664 Z_ADDREF(match_pair); in add_offset_pair()
996 Z_ADDREF(match_sets[i]); in php_pcre_match_impl()
/PHP-7.0/ext/pdo_oci/
H A Doci_statement.c753 Z_ADDREF(self->dbh); in oci_create_lob_stream()
/PHP-7.0/ext/mysqli/
H A Dmysqli.c1211 Z_ADDREF(res); in php_mysqli_fetch_into_hash_aux()

Completed in 149 milliseconds

12