Home
last modified time | relevance | path

Searched refs:zval (Results 126 – 150 of 479) sorted by relevance

12345678910>>...20

/PHP-5.5/ext/zip/
H A Dphp_zip.c304 zval exists_flag; in php_zip_add_file()
351 zval **option; in php_zip_parse_options()
875 zval tmp_member; in php_zip_get_property_ptr_ptr()
917 zval tmp_member; in php_zip_read_property()
918 zval *retval; in php_zip_read_property()
965 zval tmp_member; in php_zip_has_property()
990 zval *tmp; in php_zip_has_property()
1031 zval *val; in php_zip_get_properties()
1262 zval * zip; in PHP_NAMED_FUNCTION()
1279 zval *zip_dp; in PHP_NAMED_FUNCTION()
[all …]
/PHP-5.5/ext/dom/
H A Ddocumenttype.c46 int dom_documenttype_name_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_documenttype_name_read()
70 int dom_documenttype_entities_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_documenttype_entities_read()
101 int dom_documenttype_notations_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_documenttype_notations_read()
132 int dom_documenttype_public_id_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_documenttype_public_id_read()
160 int dom_documenttype_system_id_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_documenttype_system_id_read()
187 int dom_documenttype_internal_subset_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_documenttype_internal_subset_read()
H A Dxml_common.h57 PHP_DOM_EXPORT zval *php_dom_create_object(xmlNodePtr obj, int *found, zval* return_value, dom_obje…
87 #define DOM_GET_THIS(zval) \ argument
88 if (NULL == (zval = getThis())) { \
H A Dtypeinfo.c49 int dom_typeinfo_type_name_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_typeinfo_type_name_read()
63 int dom_typeinfo_type_namespace_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_typeinfo_type_namespace_read()
/PHP-5.5/ext/json/
H A Dphp_json.h52 PHP_JSON_API void php_json_encode(smart_str *buf, zval *val, int options TSRMLS_DC);
53 PHP_JSON_API void php_json_decode_ex(zval *return_value, char *str, int str_len, int options, long …
77 static inline void php_json_decode(zval *return_value, char *str, int str_len, zend_bool assoc, lon… in php_json_decode()
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h29 zval *current;
34 zend_object_iterator *resourcebundle_get_iterator( zend_class_entry *ce, zval *object, int byref TS…
H A Dresourcebundle_class.c88 zval *object = return_value; in resourcebundle_ctor()
162 static void resourcebundle_array_fetch(zval *object, zval *offset, zval *return_value, int fallback… in resourcebundle_array_fetch()
216 zval *resourcebundle_array_get(zval *object, zval *offset, int type TSRMLS_DC) in resourcebundle_array_get()
218 zval *retval; in resourcebundle_array_get()
245 zval * offset; in ZEND_END_ARG_INFO()
246 zval * object; in ZEND_END_ARG_INFO()
259 int resourcebundle_array_count(zval *object, long *count TSRMLS_DC) in resourcebundle_array_count()
H A Dresourcebundle_iterator.c74 zval *object = (zval *)iterator->intern.data; in resourcebundle_iterator_dtor()
93 static void resourcebundle_iterator_current( zend_object_iterator *iter, zval ***data TSRMLS_DC ) in resourcebundle_iterator_current()
104 static void resourcebundle_iterator_key( zend_object_iterator *iter, zval *key TSRMLS_DC ) in resourcebundle_iterator_key()
153 zend_object_iterator *resourcebundle_get_iterator( zend_class_entry *ce, zval *object, int byref TS… in resourcebundle_get_iterator()
/PHP-5.5/ext/spl/
H A Dspl_directory.h58 zval *current;
90 zval *zcontext;
93 zval *current_zval;
98 zval zresource;
/PHP-5.5/sapi/apache_hooks/
H A Dsapi_apache.c63 int apache_php_module_hook(request_rec *r, php_handler *handler, zval **ret TSRMLS_DC) in apache_php_module_hook()
66 zval *req; in apache_php_module_hook()
94 zval *class; in apache_php_module_hook()
95 zval *method; in apache_php_module_hook()
/PHP-5.5/ext/mysqli/
H A Dphp_mysqli_structs.h110 zval **vars;
128 zval *li_read;
152 zval reason;
153 zval sqlstate;
161 int (*r_func)(mysqli_object *obj, zval **retval TSRMLS_DC);
162 int (*w_func)(mysqli_object *obj, zval *value TSRMLS_DC);
210 extern zend_object_iterator *php_mysqli_result_get_iterator(zend_class_entry *ce, zval *object, int…
212 extern void php_mysqli_fetch_into_hash_aux(zval *return_value, MYSQL_RES * result, long fetchtype T…
245 zval *object = getThis();\
H A Dmysqli_nonapi.c369 zval *mysql_result;
406 zval *mysql_link;
424 zval *mysql_link;
468 zval *mysql_stmt;
520 zval *mysql_link;
643 zval **elem;
834 zval *mysql_link;
973 zval *mysql_link;
1106 zval *mysql_link;
1162 zval *mysql_link;
[all …]
/PHP-5.5/ext/opcache/
H A Dzend_persist_calc.c49 static uint zend_persist_zval_ptr_calc(zval **zp TSRMLS_DC);
96 static uint zend_persist_zval_calc(zval *z TSRMLS_DC)
112 …alc(z->value.ht, (int (*)(void* TSRMLS_DC)) zend_persist_zval_ptr_calc, sizeof(zval**) TSRMLS_CC));
118 static uint zend_persist_zval_ptr_calc(zval **zp TSRMLS_DC)
121 zval *new_ptr = zend_shared_alloc_get_xlat_entry(*zp);
124 ADD_DUP_SIZE(*zp, sizeof(zval));
200 …tatic_variables, (int (*)(void* TSRMLS_DC)) zend_persist_zval_ptr_calc, sizeof(zval**) TSRMLS_CC));
246 ADD_SIZE(sizeof(zval*) * ce->default_properties_count);
256 ADD_SIZE(sizeof(zval*) * ce->default_static_members_count);
264 …ault_properties, (int (*)(void* TSRMLS_DC)) zend_persist_zval_ptr_calc, sizeof(zval**) TSRMLS_CC));
[all …]
/PHP-5.5/ext/soap/
H A Dphp_packet_soap.c25 int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_na… in parse_packet_soap()
183 zval *details = NULL; in parse_packet_soap()
194 zval *zv = master_to_zval(get_conversion(IS_STRING), tmp TSRMLS_CC); in parse_packet_soap()
201 zval *zv = master_to_zval(get_conversion(IS_STRING), tmp TSRMLS_CC); in parse_packet_soap()
261 zval* tmp; in parse_packet_soap()
350 zval *tmp; in parse_packet_soap()
351 zval **arr; in parse_packet_soap()
358 zval *arr; in parse_packet_soap()
383 zval *tmp; in parse_packet_soap()
387 tmp = *(zval**)tmp; in parse_packet_soap()
[all …]
H A Dsoap.c150 zval **tmp; \
787 zval *data; in PHP_METHOD()
908 zval fname; in PHP_METHOD()
994 zval **tmp; in soap_create_typemap()
1322 zval *obj; in PHP_METHOD()
2115 zval ret;
2636 zval **tmp;
2840 zval **tmp;
2863 zval *args;
2867 zval **tmp;
[all …]
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c742 zval *pind; in php_xmlwriter_string_arg()
784 zval *pind; in php_xmlwriter_end()
822 zval *pind; in PHP_FUNCTION()
889 zval *pind; in PHP_FUNCTION()
933 zval *pind; in PHP_FUNCTION()
978 zval *pind; in PHP_FUNCTION()
1031 zval *pind; in PHP_FUNCTION()
1091 zval *pind; in PHP_FUNCTION()
1146 zval *pind; in PHP_FUNCTION()
1217 zval *pind; in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c501 zval *stmt = NULL;
575 zval *data;
649 zval *data;
659 zval *data;
686 zval *retval = NULL;
709 zargs = (zval ***)safe_emalloc(fake_argc, sizeof(zval **), 0);
866 zval *retval = NULL;
879 zargs = (zval***)safe_emalloc(2, sizeof(zval**), 0);
930 zval *callback_func;
1619 zval *db_zval;
[all …]
/PHP-5.5/ext/standard/
H A Dscanf.h45 PHPAPI int php_sscanf_internal(char *string,char *format,int argCount,zval ***args,
46 int varStart, zval **return_value TSRMLS_DC);
/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_driver.c315 zval ***zargs = NULL; in do_callback()
316 zval *retval = NULL; in do_callback()
320 zval **agg_context = NULL; in do_callback()
339 zargs = (zval ***)safe_emalloc(fake_argc, sizeof(zval **), 0); in do_callback()
344 agg_context = (zval**)sqlite3_aggregate_context(context, sizeof(zval*)); in do_callback()
351 zargs[1] = emalloc(sizeof(zval*)); in do_callback()
486 zval *zstring1, *zstring2; in php_sqlite3_collation_callback()
487 zval **zargs[2]; in php_sqlite3_collation_callback()
488 zval *retval = NULL; in php_sqlite3_collation_callback()
537 zval *callback; in PHP_METHOD()
[all …]
/PHP-5.5/main/streams/
H A Dphp_stream_context.h41 #define php_stream_context_to_zval(context, zval) { ZVAL_RESOURCE(zval, (context)->rsrc_id); zend_l… argument
55 zval *options; /* hash keyed by wrapper family or specific wrapper */
63 const char *wrappername, const char *optionname, zval ***optionvalue);
65 const char *wrappername, const char *optionname, zval *optionvalue);
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_reverse_api.h27 MYSQLND *(*conversion_cb)(zval * zv TSRMLS_DC);
38 PHPAPI MYSQLND * zval_to_mysqlnd(zval * zv TSRMLS_DC);
/PHP-5.5/Zend/
H A Dzend_objects.c66 zval *old_exception; in zend_objects_destroy_object()
67 zval *obj; in zend_objects_destroy_object()
155 ZEND_API zend_object *zend_objects_get_address(const zval *zobject TSRMLS_DC) in zend_objects_get_address()
166 new_object->properties_table = emalloc(sizeof(zval*) * old_object->ce->default_properties_count); in zend_objects_clone_members()
167 … memset(new_object->properties_table, 0, sizeof(zval*) * old_object->ce->default_properties_count); in zend_objects_clone_members()
188 …properties, (copy_ctor_func_t) zval_add_ref, (void *) NULL /* Not used anymore */, sizeof(zval *)); in zend_objects_clone_members()
205 zval *new_obj; in zend_objects_clone_members()
218 ZEND_API zend_object_value zend_objects_clone_obj(zval *zobject TSRMLS_DC) in zend_objects_clone_obj()
H A DOBJECTS2_HOWTO11 The function should create a new zval, create new object and get the
21 The create_object handler function should create a new zval, create
31 The handlers add_ref and del_ref are called when a new zval referring
45 meant to be changed. The handler returns zval * with the value.
56 stores properties as real zval's that can be modified from outside.
60 get_property_ptr is used to obtain zval ** for future writing to
61 it. If your object properties are stored as zval*, return real place
159 read_property - returns zval *, containing the value of the
166 the engine. If your properties are not zval's, don't define it.
169 be used for read and write. If object properties are not zval's
[all …]
/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c30 zval *zcontext = NULL; in PHAR_FUNC()
104 zval *zcontext = NULL; in PHAR_FUNC()
236 zval *zcontext = NULL; in PHAR_FUNC()
331 zval *zcontext = NULL; in PHAR_FUNC()
442 static void phar_fancy_stat(struct stat *stat_sb, int type, zval *return_value TSRMLS_DC) in phar_fancy_stat()
444 zval *stat_dev, *stat_ino, *stat_mode, *stat_nlink, *stat_uid, *stat_gid, *stat_rdev, in phar_fancy_stat()
574 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_dev, sizeof(zval *), NULL); in phar_fancy_stat()
575 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_ino, sizeof(zval *), NULL); in phar_fancy_stat()
576 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_mode, sizeof(zval *), NULL); in phar_fancy_stat()
578 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_uid, sizeof(zval *), NULL); in phar_fancy_stat()
[all …]
/PHP-5.5/ext/intl/common/
H A Dcommon_date.h32 U_CFUNC int intl_datetime_decompose(zval *z, double *millis, TimeZone **tz,
37 U_CFUNC double intl_zval_to_millis(zval *z, intl_error *err, const char *func TSRMLS_DC);

Completed in 106 milliseconds

12345678910>>...20