Home
last modified time | relevance | path

Searched refs:zval (Results 576 – 589 of 589) sorted by relevance

1...<<21222324

/php-src/sapi/apache2handler/
H A Dsapi_apache2.c266 php_apache_sapi_register_variables(zval *track_vars_array) in php_apache_sapi_register_variables()
/php-src/docs/source/core/data-structures/
H A Dzend_string.rst112 - ``zval``
/php-src/ext/phar/
H A Ddirstream.c145 zval dummy; in phar_add_empty()
H A Dzip.c1170 static int phar_zip_changed_apply(zval *zv, void *arg) /* {{{ */ in phar_zip_changed_apply()
1319 if (!(php_stream_from_zval_no_verify(stubfile, (zval *)user_stub))) { in phar_zip_flush()
H A Dstream.c170 zval *pzoption, *metadata; in phar_wrapper_open_url()
/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c721 zval *next = NULL; /* return offset of next part of the string */ in PHP_FUNCTION()
/php-src/ext/mysqlnd/
H A Dmysqlnd_debug.c703 static void free_ptr(zval *zv) { in free_ptr()
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst151 <../core/data-structures/zval>`.
/php-src/ext/standard/
H A Durl_scanner_ex.re43 static void tag_dtor(zval *zv)
354 zval *host, *tmp;
H A Dftp_fopen_wrapper.c415 zval *tmpzval; in php_stream_url_wrap_ftp()
H A Dhtml.c1392 zval *arr) in write_s3row_data()
/php-src/ext/ftp/
H A Dftp.c511 ftp_raw(ftpbuf_t *ftp, const char *cmd, const size_t cmd_len, zval *return_value) in ftp_raw()
720 zval zstr; in ftp_mlsd_parse_line()
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c503 zval *zv = RT_CONSTANT(opline, opline->op1); in zend_jit_needs_arg_dtor()
1176 zval *zv = RT_CONSTANT(opline, opline->op2); in is_checked_guard()
1202 zval *zv = RT_CONSTANT(opline, opline->op1); in is_checked_guard()
1210 zval *zv = RT_CONSTANT(opline, opline->op2); in is_checked_guard()
6390 ((opline->extended_value * sizeof(void*)) + (sizeof(zval)-1)) / sizeof(zval); in zend_jit_trace()
7005 call->used_stack = (ZEND_CALL_FRAME_SLOT + init_opline->extended_value) * sizeof(zval); in zend_jit_trace()
8498 zval *val = (zval*)regs->gpr[STACK_REG(stack, i)]; in zend_jit_trace_exit()
/php-src/ext/fileinfo/
H A Dlibmagic.patch3297 + zval retval;
3298 + zval subpats;
3318 + zval *pzval;
3325 + zval *match, *offset;

Completed in 86 milliseconds

1...<<21222324