Home
last modified time | relevance | path

Searched refs:zval (Results 276 – 300 of 479) sorted by relevance

1...<<11121314151617181920

/PHP-5.5/ext/reflection/
H A Dphp_reflection.h45 PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *object TSRMLS_DC);
/PHP-5.5/ext/standard/
H A Ddir.c218 zval *zcontext = NULL; in _php_do_opendir()
269 zval *id = NULL, **tmp, *myself; in PHP_FUNCTION()
384 zval *id = NULL, **tmp, *myself; in PHP_FUNCTION()
402 zval *id = NULL, **tmp, *myself; in PHP_NAMED_FUNCTION()
559 zval *zcontext = NULL; in PHP_FUNCTION()
H A Dfile.h82 …r delimiter, char enclosure, char escape_char, size_t buf_len, char *buf, zval *return_value TSRML…
83 PHPAPI int php_fputcsv(php_stream *stream, zval *fields, char delimiter, char enclosure, char escap…
H A Ddns_win32.c48 zval *mx_list, *weight_list = NULL; in PHP_FUNCTION()
141 static void php_parserr(PDNS_RECORD pRec, int type_to_fetch, int store, int raw, zval **subarray) in php_parserr()
212 zval *entries; in php_parserr()
353 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION()
469 zval *retval = NULL; in PHP_FUNCTION()
H A Dhttp.c32 zval *type, char *arg_sep, int enc_type TSRMLS_DC) in php_url_encode_hash_ex()
39 zval **zdata = NULL, *copyzval; in php_url_encode_hash_ex()
212 zval *formdata; in PHP_FUNCTION()
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_methods.cpp75 zval *zv_timezone; in PHP_FUNCTION()
148 zval **arg = NULL; in PHP_FUNCTION()
250 zval **dummy, **zvoffset; in PHP_FUNCTION()
297 zval *is_systemid = NULL; in PHP_FUNCTION()
457 zval *rawOffsetArg, in PHP_FUNCTION()
504 zval *other_object; in PHP_FUNCTION()
609 zval *ret = timezone_convert_to_datetimezone(to->utimezone, in PHP_FUNCTION()
/PHP-5.5/ext/session/
H A Dsession.c155 zval *empty_var; in php_add_session_var()
299 zval **array; in php_session_create_id()
300 zval **token; in php_session_create_id()
922 zval *current;
930 zval **tmp;
1014 zval *current;
1024 zval **tmp;
1490 zval **ppid;
1491 zval **data;
2140 zval *callback;
[all …]
/PHP-5.5/ext/intl/
H A Dphp_intl.h48 zval* current_collator;
/PHP-5.5/ext/intl/collator/
H A Dcollator_create.c32 zval* object; in collator_ctor()
H A Dcollator_class.h54 zval* object = NULL; \
/PHP-5.5/Zend/
H A Dzend_highlight.c87 zval token; in zend_highlight()
169 zval token; in zend_strip()
H A Dzend_list.h82 ZEND_API int zend_register_resource(zval *rsrc_result, void *rsrc_pointer, int rsrc_type TSRMLS_DC);
83 ZEND_API void *zend_fetch_resource(zval **passed_id TSRMLS_DC, int default_id, const char *resource…
H A Dzend_language_scanner.h63 ZEND_API int zend_prepare_string_for_scanning(zval *str, char *filename TSRMLS_DC);
/PHP-5.5/ext/com_dotnet/
H A Dcom_misc.c45 PHP_COM_DOTNET_API void php_com_wrap_dispatch(zval *z, IDispatch *disp, in php_com_wrap_dispatch()
68 PHP_COM_DOTNET_API void php_com_wrap_variant(zval *z, VARIANT *v, in php_com_wrap_variant()
H A Dcom_com.c35 zval *object = getThis(); in PHP_FUNCTION()
36 zval *server_params = NULL; in PHP_FUNCTION()
76 zval **tmp; in PHP_FUNCTION()
465 WORD flags, VARIANT *v, int nargs, zval ***args TSRMLS_DC) in php_com_do_invoke_byref()
586 WORD flags, VARIANT *v, int nargs, zval **args, int silent, int allow_noarg TSRMLS_DC) in php_com_do_invoke_by_id()
633 WORD flags, VARIANT *v, int nargs, zval **args, int allow_noarg TSRMLS_DC) in php_com_do_invoke()
681 zval *object, *sinkobject, *sink=NULL; in PHP_FUNCTION()
699 zval **tmp; in PHP_FUNCTION()
742 zval *arg1; in PHP_FUNCTION()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h221 zval **fields;
309 enum_func_status php_mysqlnd_rowp_read_binary_protocol(MYSQLND_MEMORY_POOL_CHUNK * row_buffer, zval
314 enum_func_status php_mysqlnd_rowp_read_text_protocol(MYSQLND_MEMORY_POOL_CHUNK * row_buffer, zval *…
H A Dmysqlnd_reverse_api.c71 zval_to_mysqlnd(zval * zv TSRMLS_DC) in zval_to_mysqlnd()
/PHP-5.5/ext/interbase/
H A Dibase_events.c127 zval ***args; in PHP_FUNCTION()
211 zval event_name, link_id, return_value, *args[2]; in _php_ibase_callback()
269 zval ***args, **cb_arg; in PHP_FUNCTION()
380 zval *event_arg; in PHP_FUNCTION()
/PHP-5.5/ext/mbstring/
H A Dmb_gpc.c58 zval *array_ptr; in ZEND_EXTERN_MODULE_GLOBALS()
195 const mbfl_encoding *_php_mb_encoding_handler_ex(const php_mb_encoding_handler_info_t *info, zval *… in _php_mb_encoding_handler_ex()
200 zval *array_ptr = (zval *) arg; in _php_mb_encoding_handler_ex()
H A Dphp_mbregex.c46 zval *search_str;
47 zval *search_str_val;
70 pglobals->search_str = (zval*) NULL; in _php_mb_regex_globals_ctor()
144 MBREX(search_str) = (zval *)NULL; in PHP_RSHUTDOWN_FUNCTION()
692 zval **arg_pattern, *array; in _php_mb_regex_ereg_exec()
789 zval **arg_pattern_zval; in _php_mb_regex_ereg_replace_exec()
939 zval v; in _php_mb_regex_ereg_replace_exec()
956 zval *retval_ptr = NULL; in _php_mb_regex_ereg_replace_exec()
957 zval **args[1]; in _php_mb_regex_ereg_replace_exec()
958 zval *subpats; in _php_mb_regex_ereg_replace_exec()
[all …]
/PHP-5.5/main/
H A Drfc1867.c57 static void safe_php_register_variable(char *var, char *strval, int val_len, zval *track_vars_array…
162 static void safe_php_register_variable(char *var, char *strval, int val_len, zval *track_vars_array… in safe_php_register_variable()
170 static void safe_php_register_variable_ex(char *var, zval *val, zval *track_vars_array, zend_bool o… in safe_php_register_variable_ex()
178 static void register_http_post_files_variable(char *strvar, char *val, zval *http_post_files, zend_… in register_http_post_files_variable()
184 static void register_http_post_files_variable_ex(char *var, zval *val, zval *http_post_files, zend_… in register_http_post_files_variable_ex()
684 zval *http_post_files = NULL;
687 zval *array_ptr = (zval *) arg;
1192 zval zfilename;
1215 zval file_size, error_type;
/PHP-5.5/ext/mcrypt/
H A Dmcrypt.c322 zval **iv
374 zval *mcryptind; \
598 zval *mcryptind; in PHP_FUNCTION()
672 zval *mcryptind; in PHP_FUNCTION()
721 zval *mcryptind; in PHP_FUNCTION()
1302 zval **mode; in PHP_FUNCTION()
1318 zval **mode; in PHP_FUNCTION()
1334 zval **mode; in PHP_FUNCTION()
1350 zval **mode; in PHP_FUNCTION()
1366 zval **mode; in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_class.h56 int transliterator_object_construct( zval *object,
/PHP-5.5/ext/intl/formatter/
H A Dformatter_parse.c48 zval *zposition = NULL; in PHP_FUNCTION()
137 zval *zcurrency, *zposition = NULL; in PHP_FUNCTION()
/PHP-5.5/ext/mysqli/
H A Dmysqli_exception.c41 zval *sql_ex; in php_mysqli_throw_sql_exception()

Completed in 61 milliseconds

1...<<11121314151617181920