Home
last modified time | relevance | path

Searched refs:zval (Results 376 – 400 of 479) sorted by relevance

1...<<11121314151617181920

/PHP-5.5/ext/standard/
H A Dimage.c440 static int php_read_APP(php_stream * stream, unsigned int marker, zval *info TSRMLS_DC) in php_read_APP()
445 zval *tmp; in php_read_APP()
474 static struct gfxinfo *php_handle_jpeg (php_stream * stream, zval *info TSRMLS_DC) in php_handle_jpeg()
802 static struct gfxinfo *php_handle_tiff (php_stream * stream, zval *info, int motorola_intel TSRMLS_… in php_handle_tiff()
1296 static void php_getimagesize_from_stream(php_stream *stream, zval **info, INTERNAL_FUNCTION_PARAMET… in php_getimagesize_from_stream()
1392 zval **info = NULL; in php_getimagesize_from_any()
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c74 zval **tmp; in is_http_stream_talking_to_iis()
522 zval **val; in php_openssl_setup_crypto()
534 zval **val; in php_openssl_setup_crypto()
665 zval **val, *zcert; in php_openssl_enable_crypto()
685 zval *arr; in php_openssl_enable_crypto()
998 zval **val = NULL; in get_sni()
/PHP-5.5/ext/openssl/tests/
H A Dbug38255.phpt2 openssl key from zval leaks
/PHP-5.5/ext/ftp/
H A Dftp.h125 void ftp_raw(ftpbuf_t *ftp, const char *cmd, zval *return_value);
/PHP-5.5/ext/mbstring/
H A Dmbstring.c786 zval **hash_entry; in php_mb_parse_encoding_array()
1421 zval tmp; in PHP_INI_MH()
1894 zval **arg1 = NULL; in PHP_FUNCTION()
1950 zval **arg1 = NULL; in PHP_FUNCTION()
2070 zval tmp; in PHP_FUNCTION()
2718 zval **z_len = NULL; in PHP_FUNCTION()
3040 zval *arg_old; in PHP_FUNCTION()
3045 zval **hash_entry; in PHP_FUNCTION()
3543 stack = (zval ***)safe_emalloc(stack_max, sizeof(zval **), 0); in PHP_FUNCTION()
3626 stack = (zval ***)safe_emalloc(stack_max, sizeof(zval **), 0); in PHP_FUNCTION()
[all …]
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c381 static void sapi_isapi_register_zeus_ssl_variables(LPEXTENSION_CONTROL_BLOCK lpECB, zval *track_var… in sapi_isapi_register_zeus_ssl_variables()
414 static void sapi_isapi_register_zeus_variables(LPEXTENSION_CONTROL_BLOCK lpECB, zval *track_vars_ar… in sapi_isapi_register_zeus_variables()
484 static void sapi_isapi_register_iis_variables(LPEXTENSION_CONTROL_BLOCK lpECB, zval *track_vars_arr… in sapi_isapi_register_iis_variables()
562 …rver_variables2(char **server_variables, LPEXTENSION_CONTROL_BLOCK lpECB, zval *track_vars_array, … in sapi_isapi_register_server_variables2()
596 static void sapi_isapi_register_server_variables(zval *track_vars_array TSRMLS_DC) in sapi_isapi_register_server_variables()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_net.c866 zval key_zval; in MYSQLND_METHOD()
871 zval verify_peer_zval; in MYSQLND_METHOD()
876 zval cert_zval; in MYSQLND_METHOD()
884 zval cafile_zval; in MYSQLND_METHOD()
889 zval capath_zval; in MYSQLND_METHOD()
894 zval passphrase_zval; in MYSQLND_METHOD()
899 zval cipher_zval; in MYSQLND_METHOD()
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp154 zval **textzv; in PHP_FUNCTION()
277 zval **arg; in PHP_FUNCTION()
/PHP-5.5/sapi/roxen/
H A Droxen.c521 &zvalue, sizeof(zval *), NULL)
528 zval *zvalue; in php_roxen_hash_environment()
555 zend_hash_update(&EG(symbol_table), buf, buf_len + 1, &zvalue, sizeof(zval *), NULL); in php_roxen_hash_environment()
/PHP-5.5/main/streams/
H A Dmemory.c358 zval* meta;
534 …zend_hash_copy(Z_ARRVAL_P((zval*)ptrparam), Z_ARRVAL_P(ts->meta), (copy_ctor_func_t) zval_add_ref,… in php_stream_temp_set_option()
616 zval *meta = NULL; in php_stream_url_wrap_rfc2397()
H A Dxp_socket.c317 add_assoc_bool((zval *)ptrparam, "timed_out", sock->timeout_event); in php_sockop_set_option()
318 add_assoc_bool((zval *)ptrparam, "blocked", sock->is_blocked); in php_sockop_set_option()
319 add_assoc_bool((zval *)ptrparam, "eof", stream->eof); in php_sockop_set_option()
622 zval **tmpzval = NULL; in php_tcp_sockop_connect()
/PHP-5.5/ext/intl/spoofchecker/
H A Dspoofchecker_class.c121 static zend_object_value spoofchecker_clone_obj(zval *object TSRMLS_DC) /* {{{ */ in spoofchecker_clone_obj()
/PHP-5.5/ext/pdo_mysql/
H A Dpdo_mysql.c62 static MYSQLND * pdo_mysql_convert_zv_to_mysqlnd(zval * zv TSRMLS_DC) in ZEND_DECLARE_MODULE_GLOBALS()
/PHP-5.5/sapi/embed/
H A Dphp_embed.c98 static void php_embed_register_variables(zval *track_vars_array TSRMLS_DC) in php_embed_register_variables()
/PHP-5.5/ext/hash/
H A Dhash.c405 zval *zhash; in PHP_FUNCTION()
426 zval *zhash, *zstream; in PHP_FUNCTION()
463 zval *zhash, *zcontext = NULL; in PHP_FUNCTION()
496 zval *zhash; in PHP_FUNCTION()
560 zval *zhash; in PHP_FUNCTION()
805 zval **z_algorithm; in PHP_FUNCTION()
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_class.c80 zend_object_value MessageFormatter_object_clone(zval *object TSRMLS_DC) in MessageFormatter_object_clone()
/PHP-5.5/ext/recode/
H A Drecode.c191 zval *input, *output; in PHP_FUNCTION()
/PHP-5.5/ext/dba/
H A Dphp_dba.h49 zval ***argv;
/PHP-5.5/ext/ctype/
H A Dctype.c146 zval *c, tmp; \
/PHP-5.5/
H A DUPGRADING.INTERNALS108 void (*get_current_key)(zend_object_iterator *iter, zval *key TSRMLS_DC);
110 The key should be written into the zval* using the ZVAL_* macros.
/PHP-5.5/Zend/
H A Dzend_ini_scanner.l264 static void zend_ini_escape_string(zval *lval, char *str, int len, char quote_type TSRMLS_DC) in zend_ini_escape_string()
311 int ini_lex(zval *ini_lval TSRMLS_DC) in ini_lex()
/PHP-5.5/ext/com_dotnet/
H A Dcom_typeinfo.c165 zval exists, results, value; in php_com_import_typelib()
475 zval *tmp; in php_com_process_typeinfo()
587 zend_hash_index_update(id_to_name, func->memid, (void*)&tmp, sizeof(zval *), NULL); in php_com_process_typeinfo()
/PHP-5.5/ext/opcache/Optimizer/
H A Dblock_pass.c4 static int zend_get_persistent_constant(char *name, uint name_len, zval *result, int copy TSRMLS_DC… in zend_get_persistent_constant()
646 zval c = ZEND_OP1_LITERAL(src); in zend_optimize_block()
660 zval c = ZEND_OP1_LITERAL(src); in zend_optimize_block()
738 zval *arg = &OPLINE_OP1_LITERAL(sv); in zend_optimize_block()
742 zval c; in zend_optimize_block()
762 zval c; in zend_optimize_block()
1014 int (*binary_op)(zval *result, zval *op1, zval *op2 TSRMLS_DC) = get_binary_op(opline->opcode); in zend_optimize_block()
1015 zval result; in zend_optimize_block()
1047 zval result; in zend_optimize_block()
1364 zval zv = ZEND_OP1_LITERAL(last_op); in zend_jmp_optimization()
[all …]
/PHP-5.5/ext/intl/formatter/
H A Dformatter_format.c35 zval **number; in PHP_FUNCTION()
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_methods.c30 static int create_transliterator( char *str_id, int str_id_len, long direction, zval *object TSRMLS… in create_transliterator()
319 zval **arg1; in PHP_FUNCTION()

Completed in 139 milliseconds

1...<<11121314151617181920