Home
last modified time | relevance | path

Searched refs:zval (Results 326 – 350 of 479) sorted by relevance

1...<<11121314151617181920

/PHP-5.5/ext/mysqlnd/
H A Dphp_mysqlnd.c44 mysqlnd_minfo_print_hash(zval *values) in mysqlnd_minfo_print_hash()
46 zval **values_entry; in mysqlnd_minfo_print_hash()
73 zval values; in mysqlnd_minfo_dump_plugin_stats()
H A Dmysqlnd_statistics.c200 mysqlnd_fill_stats_hash(const MYSQLND_STATS * const stats, const MYSQLND_STRING * names, zval *retu… in mysqlnd_fill_stats_hash()
217 _mysqlnd_get_client_stats(zval *return_value TSRMLS_DC ZEND_FILE_LINE_DC) in _mysqlnd_get_client_stats()
H A Dmysqlnd_priv.h162 typedef void (*ps_field_fetch_func)(zval * zv, const MYSQLND_FIELD * const field, unsigned int pack…
193 void ps_fetch_from_1_to_8_bytes(zval * zv, const MYSQLND_FIELD * const field, unsigned int pack_len…
/PHP-5.5/ext/posix/
H A Dposix.c696 static int php_posix_stream_get_fd(zval *zfp, int *fd TSRMLS_DC) /* {{{ */ in php_posix_stream_get_fd()
723 zval **z_fd; in PHP_FUNCTION()
771 zval **z_fd; in PHP_FUNCTION()
914 int php_posix_group_to_array(struct group *g, zval *array_group) /* {{{ */ in php_posix_group_to_array()
916 zval *array_members; in php_posix_group_to_array()
933 …Z_ARRVAL_P(array_group), "members", sizeof("members"), (void*)&array_members, sizeof(zval*), NULL); in php_posix_group_to_array()
1090 int php_posix_passwd_to_array(struct passwd *pw, zval *return_value) /* {{{ */ in php_posix_passwd_to_array()
1214 static int posix_addlimit(int limit, char *name, zval *return_value TSRMLS_DC) { in posix_addlimit()
/PHP-5.5/sapi/cli/
H A Dphp_cli.c339 static void sapi_cli_register_variables(zval *track_vars_array TSRMLS_DC) /* {{{ */ in sapi_cli_register_variables()
431 zend_hash_update(configuration_hash, name, sizeof(name), &tmp, sizeof(zval), NULL);\
435 zval tmp; in sapi_cli_ini_defaults()
556 zval *zin, *zout, *zerr; in cli_register_file_handles()
1043 zval *argn, *argi; in do_cli()
1054 zend_hash_update(&EG(symbol_table), "argi", sizeof("argi"), &argi, sizeof(zval *), NULL); in do_cli()
1065 zend_hash_update(&EG(symbol_table), "argn", sizeof("argn"), &argn, sizeof(zval *), NULL); in do_cli()
1096 zval *arg, *ref; in do_cli()
1132zval *msg = zend_read_property(zend_exception_get_default(TSRMLS_C), EG(exception), "message", siz… in do_cli()
/PHP-5.5/ext/sockets/
H A Dphp_sockets.h62 zval *zstream;
H A Dmulticast.c88 static int php_get_if_index_from_zval(zval *val, unsigned *out TSRMLS_DC) in php_get_if_index_from_zval()
117 zval **val; in php_get_if_index_from_array()
130 zval **val, in php_get_address_from_array()
148 static int php_do_mcast_opt(php_socket *php_sock, int level, int optname, zval **arg4 TSRMLS_DC) in php_do_mcast_opt()
247 zval **arg4 TSRMLS_DC) in php_do_setsockopt_ip_mcast()
316 zval **arg4 TSRMLS_DC) in php_do_setsockopt_ipv6_mcast()
/PHP-5.5/Zend/
H A Dzend_alloc.h166 (z) = (zval *) emalloc(sizeof(zval))
172 (z) = (zval *) emalloc_rel(sizeof(zval))
H A Dzend_ini.h195 typedef void (*zend_ini_parser_cb_t)(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *a…
H A Dzend_indent.c52 zval token; in zend_indent()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c340 zval **zfilename; in accel_file_in_cache()
496 static zval* accelerator_get_scripts(TSRMLS_D) in accelerator_get_scripts()
499 zval *return_value,*persistent_script_report; in accelerator_get_scripts()
538 …ue.ht, cache_entry->key, cache_entry->key_length, &persistent_script_report, sizeof(zval *), NULL); in accelerator_get_scripts()
551 zval *memory_usage,*statistics,*scripts; in ZEND_FUNCTION()
588 zval *interned_strings_usage; in ZEND_FUNCTION()
628 static int add_blacklist_path(zend_blacklist_entry *p, zval *return_value TSRMLS_DC) in add_blacklist_path()
638 zval *directives,*version,*blacklist; in ZEND_FUNCTION()
/PHP-5.5/ext/pcntl/
H A Dpcntl.c573 zval *z_status = NULL; in PHP_FUNCTION()
601 zval *z_status = NULL; in PHP_FUNCTION()
743 zval *args = NULL, *envs = NULL; in PHP_FUNCTION()
744 zval **element; in PHP_FUNCTION()
843 zval *handle, **dest_handle = NULL; in PHP_FUNCTION()
894 …zend_hash_index_update(&PCNTL_G(php_signal_table), signo, (void **) &handle, sizeof(zval *), (void… in PHP_FUNCTION()
921 zval *user_set, *user_oldset = NULL, **user_signo; in PHP_FUNCTION()
980 zval *user_set, **user_signo, *user_siginfo = NULL; in pcntl_sigwaitinfo()
1233 zval *param, **handle, *retval; in pcntl_signal_dispatch()
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle.c27 void resourcebundle_extract_value( zval *return_value, ResourceBundle_object *source TSRMLS_DC ) in resourcebundle_extract_value()
/PHP-5.5/ext/standard/
H A Dfilters.c70 static php_stream_filter *strfilter_rot13_create(const char *filtername, zval *filterparams, int pe… in strfilter_rot13_create()
152 static php_stream_filter *strfilter_toupper_create(const char *filtername, zval *filterparams, int … in strfilter_toupper_create()
262 zval **tmp; in strfilter_strip_tags_create()
1223 zval **tmpval; in php_conv_get_string_prop_ex()
1230 zval zt = **tmpval; in php_conv_get_string_prop_ex()
1257 zval **tmpval; in php_conv_get_long_prop_ex()
1262 zval tmp, *ztval = *tmpval; in php_conv_get_long_prop_ex()
1280 zval **tmpval; in php_conv_get_ulong_prop_ex()
1285 zval tmp, *ztval = *tmpval; in php_conv_get_ulong_prop_ex()
1306 zval **tmpval; in php_conv_get_bool_prop_ex()
[all …]
H A Ddl.c265 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC) in php_dl()
283 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC) in php_dl()
H A Dexec.c103 PHPAPI int php_exec(int type, char *cmd, zval *array, zval *return_value TSRMLS_DC) in php_exec()
218 zval *ret_code=NULL, *ret_array=NULL; in php_exec_ex()
H A Ddns.c433 …(u_char *cp, u_char *end, querybuf *answer, int type_to_fetch, int store, int raw, zval **subarray) in php_parserr()
535 zval *entries = NULL; in php_parserr()
770 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION()
953 zval *retval; in PHP_FUNCTION()
966 zval *retval = NULL; in PHP_FUNCTION()
978 zval *retval = NULL; in PHP_FUNCTION()
998 zval *mx_list, *weight_list = NULL; in PHP_FUNCTION()
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_driver.c136 pdo_stmt_t *stmt, zval *driver_options TSRMLS_DC) in firebird_handle_preparer()
472 static int firebird_handle_set_attribute(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC) /* {{{ */ in firebird_handle_set_attribute()
547 static int firebird_handle_get_attribute(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC) /* {{{ */ in firebird_handle_get_attribute()
603 static int pdo_firebird_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info TSRMLS_DC) /*… in pdo_firebird_fetch_error_func()
643 static int pdo_firebird_handle_factory(pdo_dbh_t *dbh, zval *driver_options TSRMLS_DC) /* {{{ */ in pdo_firebird_handle_factory()
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_helpers.cpp31 int datefmt_process_calendar_arg(zval* calendar_zv, in datefmt_process_calendar_arg()
/PHP-5.5/ext/filter/
H A Dfilter_private.h122zval ___tmp = **zv; …
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_php.c90 zval zv; in fpm_php_apply_defines_ex()
263 zval **data, **tmp; in fpm_php_get_string_from_table()
/PHP-5.5/ext/zlib/
H A Dzlib_filter.c287 static php_stream_filter *php_zlib_filter_create(const char *filtername, zval *filterparams, int pe… in php_zlib_filter_create()
327 zval **tmpzval; in php_zlib_filter_create()
331 zval tmp; in php_zlib_filter_create()
357 zval **tmpzval, tmp; in php_zlib_filter_create()
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp347 zval nullzv = zval_used_for_init, in umsg_set_timezone()
389 zval **elem; in umsg_format_helper()
639 U_CFUNC void umsg_parse_helper(UMessageFormat *fmt, int *count, zval ***args, UChar *source, int so… in umsg_parse_helper()
648 *args = (zval **)safe_emalloc(*count, sizeof(zval *), 0); in umsg_parse_helper()
/PHP-5.5/ext/phar/
H A Dphar_internal.h84 (z) = (zval*)malloc(sizeof(zval))
264 zval *metadata;
332 zval *metadata;
606 int phar_parse_metadata(char **buffer, zval **metadata, php_uint32 zip_metadata_len TSRMLS_DC);
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_unbuffered_2050.phpt66 zval representing the current value of $stmt. PDO gets a callback that
67 it has to free the resources associated with the zval representing the
77 PHP proceeds and assigns the new statement object/zval obtained from

Completed in 94 milliseconds

1...<<11121314151617181920