Home
last modified time | relevance | path

Searched defs:zv (Results 26 – 50 of 136) sorted by relevance

123456

/PHP-7.1/Zend/
H A Dzend_opcode.c116 ZEND_API void zend_function_dtor(zval *zv) in zend_function_dtor()
247 ZEND_API void destroy_zend_class(zval *zv) in destroy_zend_class()
354 void zend_class_add_ref(zval *zv) in zend_class_add_ref()
H A Dzend_ast.h229 zval *zv = zend_ast_get_zval(ast); in zend_ast_get_str() local
240 zval *zv = zend_ast_get_zval(ast); in zend_ast_get_lineno() local
247 static zend_always_inline zend_ast *zend_ast_create_zval(zval *zv) { in zend_ast_create_zval()
251 zval zv; in zend_ast_create_zval_from_str() local
256 zval zv; in zend_ast_create_zval_from_long() local
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_watch.h66 zval *zv; member
77 zval zv; member
102 zval zv; member
H A Dphpdbg_webdata_transfer.c33 zval zv[9] = {{{0}}}; in phpdbg_webdata_compress() local
H A Dphpdbg_prompt.c527 zval zv; in phpdbg_compile_stdin() local
776 zval zv, rv, tmp; in phpdbg_handle_exception() local
992 …able(char *name, size_t len, char *keyname, size_t keylen, HashTable *parent, zval *zv) /* {{{ */ { in phpdbg_output_ev_variable()
1763 zval zv, rv; in phpdbg_execute_ex() local
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_util_funcs.c43 static void zend_accel_destroy_zend_function(zval *zv) in zend_accel_destroy_zend_function()
61 static void zend_accel_destroy_zend_class(zval *zv) in zend_accel_destroy_zend_class()
103 static int is_not_internal_function(zval *zv) in is_not_internal_function()
138 static int copy_internal_function(zval *zv, HashTable *function_table) in copy_internal_function()
/PHP-7.1/ext/sqlite3/
H A Dphp_sqlite3_structs.h89 #define Z_SQLITE3_DB_P(zv) php_sqlite3_db_from_obj(Z_OBJ_P((zv))) argument
121 #define Z_SQLITE3_RESULT_P(zv) php_sqlite3_result_from_obj(Z_OBJ_P((zv))) argument
140 #define Z_SQLITE3_STMT_P(zv) php_sqlite3_stmt_from_obj(Z_OBJ_P((zv))) argument
/PHP-7.1/ext/simplexml/
H A Dphp_simplexml_exports.h49 #define Z_SXEOBJ_P(zv) php_sxe_fetch_object(Z_OBJ_P((zv))) argument
/PHP-7.1/ext/intl/formatter/
H A Dformatter_class.h35 #define Z_INTL_NUMBERFORMATTER_P(zv) php_intl_number_format_fetch_object(Z_OBJ_P(zv)) argument
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_reverse_api.c69 zval_to_mysqlnd(zval * zv, const unsigned int client_api_capabilities, unsigned int * save_client_a… in zval_to_mysqlnd()
/PHP-7.1/ext/intl/msgformat/
H A Dmsgformat_class.h43 #define Z_INTL_MESSAGEFORMATTER_P(zv) php_intl_messageformatter_fetch_object(Z_OBJ_P(zv)) argument
/PHP-7.1/ext/xmlwriter/
H A Dphp_xmlwriter.h56 #define Z_XMLWRITER_P(zv) php_xmlwriter_fetch_object(Z_OBJ_P((zv))) argument
/PHP-7.1/ext/intl/resourcebundle/
H A Dresourcebundle_class.h38 #define Z_INTL_RESOURCEBUNDLE_P(zv) php_intl_resourcebundle_fetch_object(Z_OBJ_P(zv)) argument
/PHP-7.1/ext/phar/
H A Dphar.c35 static int phar_set_writeable_bit(zval *zv, void *argument) /* {{{ */ in phar_set_writeable_bit()
314 static void destroy_phar_data_only(zval *zv) /* {{{ */ in destroy_phar_data_only()
327 static int phar_unalias_apply(zval *zv, void *argument) /* {{{ */ in phar_unalias_apply()
336 static int phar_tmpclose_apply(zval *zv) /* {{{ */ in phar_tmpclose_apply()
356 static void destroy_phar_data(zval *zv) /* {{{ */ in destroy_phar_data()
426 void destroy_phar_manifest_entry(zval *zv) /* {{{ */ in destroy_phar_manifest_entry()
2432 static int phar_flush_clean_deleted_apply(zval *zv) /* {{{ */
3353 static void mime_type_dtor(zval *zv)
/PHP-7.1/ext/intl/dateformat/
H A Ddateformat_class.h38 #define Z_INTL_DATEFORMATTER_P(zv) php_intl_dateformatter_fetch_object(Z_OBJ_P(zv)) argument
/PHP-7.1/ext/intl/calendar/
H A Dcalendar_class.h44 #define Z_INTL_CALENDAR_P(zv) php_intl_calendar_fetch_object(Z_OBJ_P(zv)) argument
/PHP-7.1/ext/intl/collator/
H A Dcollator_class.h49 #define Z_INTL_COLLATOR_P(zv) php_intl_collator_fetch_object(Z_OBJ_P(zv)) argument
/PHP-7.1/ext/intl/transliterator/
H A Dtransliterator_class.h40 #define Z_INTL_TRANSLITERATOR_P(zv) php_intl_transliterator_fetch_object(Z_OBJ_P(zv)) argument
/PHP-7.1/ext/intl/breakiterator/
H A Dbreakiterator_class.h47 #define Z_INTL_BREAKITERATOR_P(zv) php_intl_breakiterator_fetch_object(Z_OBJ_P(zv)) argument
/PHP-7.1/ext/intl/timezone/
H A Dtimezone_class.h50 #define Z_INTL_TIMEZONE_P(zv) php_intl_timezone_fetch_object(Z_OBJ_P(zv)) argument
/PHP-7.1/ext/xmlreader/
H A Dphp_xmlreader.h58 #define Z_XMLREADER_P(zv) php_xmlreader_fetch_object(Z_OBJ_P((zv))) argument
/PHP-7.1/ext/intl/spoofchecker/
H A Dspoofchecker_class.h42 #define Z_INTL_SPOOFCHECKER_P(zv) php_intl_spoofchecker_fetch_object((Z_OBJ_P(zv))) argument
/PHP-7.1/ext/opcache/Optimizer/
H A Doptimize_func_calls.c134 zval zv; in zend_try_inline_call() local
H A Dzend_ssa.c168 zval *zv; in find_adjusted_tmp_var() local
298 zval *zv = CRT_CONSTANT((opline-1)->op2); in place_essa_pis() local
320 zval *zv = CRT_CONSTANT((opline-1)->op1); in place_essa_pis() local
/PHP-7.1/ext/intl/common/
H A Dcommon_enum.h60 #define Z_INTL_ITERATOR_P(zv) php_intl_iterator_fetch_object(Z_OBJ_P(zv)) argument

Completed in 60 milliseconds

123456