Home
last modified time | relevance | path

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

12345678910>>...24

/php-src/ext/standard/
H A Dtype.c23 zval *arg; in PHP_FUNCTION()
42 zval *arg; in PHP_FUNCTION()
87 zval *var; in PHP_FUNCTION()
145 zval *num; in PHP_FUNCTION()
204 zval *num; in PHP_FUNCTION()
242 zval *arg; in php_is_type()
282 zval *arg; in PHP_FUNCTION()
370 zval *arg; in PHP_FUNCTION()
382 zval *arg;
392 zval *arg; in PHP_FUNCTION()
[all …]
/php-src/ext/intl/spoofchecker/
H A Dspoofchecker_arginfo.h67 zval const_MIXED_SCRIPT_CONFUSABLE_value; in register_class_Spoofchecker()
79 zval const_ANY_CASE_value; in register_class_Spoofchecker()
85 zval const_SINGLE_SCRIPT_value; in register_class_Spoofchecker()
91 zval const_INVISIBLE_value; in register_class_Spoofchecker()
97 zval const_CHAR_LIMIT_value; in register_class_Spoofchecker()
104 zval const_ASCII_value; in register_class_Spoofchecker()
112 zval const_HIGHLY_RESTRICTIVE_value; in register_class_Spoofchecker()
128 zval const_MINIMALLY_RESTRICTIVE_value; in register_class_Spoofchecker()
136 zval const_UNRESTRICTIVE_value; in register_class_Spoofchecker()
152 zval const_MIXED_NUMBERS_value; in register_class_Spoofchecker()
[all …]
/php-src/ext/mysqli/
H A Dmysqli_driver.c29 static int driver_report_read(mysqli_object *obj, zval *retval, bool quiet) in driver_report_read()
37 static int driver_report_write(mysqli_object *obj, zval *value) in driver_report_write()
46 static int driver_client_version_read(mysqli_object *obj, zval *retval, bool quiet) in driver_client_version_read()
54 static int driver_client_info_read(mysqli_object *obj, zval *retval, bool quiet) in driver_client_info_read()
62 static int driver_driver_version_read(mysqli_object *obj, zval *retval, bool quiet) in driver_driver_version_read()
H A Dmysqli_api.c37 zval *mysql_link; in PHP_FUNCTION()
58 zval *mysql_link; in PHP_FUNCTION()
128 zval *args; in PHP_FUNCTION()
131 zval *mysql_stmt; in PHP_FUNCTION()
181 zval *args; in PHP_FUNCTION()
185 zval *mysql_stmt; in PHP_FUNCTION()
232 zval *mysql_link; in PHP_FUNCTION()
281 zval *mysql_link; in PHP_FUNCTION()
429 zval *tmp; in PHP_FUNCTION()
538 zval *tmp; in PHP_FUNCTION()
[all …]
/php-src/ext/spl/
H A Dspl_functions.h29 void spl_add_class_name(zval * list, zend_class_entry * pce, int allow, int ce_flags);
30 void spl_add_interfaces(zval * list, zend_class_entry * pce, int allow, int ce_flags);
31 void spl_add_traits(zval * list, zend_class_entry * pce, int allow, int ce_flags);
32 void spl_add_classes(zend_class_entry *pce, zval *list, bool sub, int allow, int ce_flags);
H A Dspl_array.c308 zval *retval; in spl_array_get_dimension_ptr()
399 zval *ret; in spl_array_read_dimension_ex()
410 zval tmp; in spl_array_read_dimension_ex()
468 zval tmp; in spl_array_write_dimension_ex()
653 zval *index; in PHP_METHOD()
698 zval *value; in PHP_METHOD()
709 zval *index; in PHP_METHOD()
907 zval *data; in spl_array_skip_protected()
1118 zval *val; in spl_array_object_count_elements_helper()
1138 zval rv; in spl_array_object_count_elements()
[all …]
/php-src/Zend/
H A Dzend_weakrefs.c281 zval value; in zend_weakref_get_debug_info()
344 static zval *zend_weakmap_read_dimension(zend_object *object, zval *offset, int type, zval *rv) in zend_weakmap_read_dimension()
467 zval *val; in zend_weakmap_get_properties_for()
470 zval pair; in zend_weakmap_get_properties_for()
488 zval *val; in zend_weakmap_get_gc()
501 zval *val; in zend_weakmap_get_key_entry_gc()
515 zval *val; in zend_weakmap_get_entry_gc()
599 zval *val; in zend_weakmap_clone_obj()
694 zval *key; in ZEND_METHOD()
721 zval *key; in ZEND_METHOD()
[all …]
H A Dzend_enum.h36 zend_object *zend_enum_new(zval *result, zend_class_entry *ce, zend_string *case_name, zval *backin…
43 ZEND_API void zend_enum_add_case(zend_class_entry *ce, zend_string *case_name, zval *value);
44 ZEND_API void zend_enum_add_case_cstr(zend_class_entry *ce, const char *name, zval *value);
49 static zend_always_inline zval *zend_enum_fetch_case_name(zend_object *zobj) in zend_enum_fetch_case_name()
55 static zend_always_inline zval *zend_enum_fetch_case_value(zend_object *zobj) in zend_enum_fetch_case_value()
H A Dzend_operators.c276 zval dst; in convert_scalar_to_number()
761 zval tmp; in _convert_to_string()
1146 ZEND_API zend_result ZEND_FASTCALL add_function(zval *result, zval *op1, zval *op2) /* {{{ */ in add_function()
1211 ZEND_API zend_result ZEND_FASTCALL sub_function(zval *result, zval *op1, zval *op2) /* {{{ */ in sub_function()
1280 ZEND_API zend_result ZEND_FASTCALL mul_function(zval *result, zval *op1, zval *op2) /* {{{ */ in mul_function()
1361 ZEND_API zend_result ZEND_FASTCALL pow_function(zval *result, zval *op1, zval *op2) /* {{{ */ in pow_function()
1397 static int ZEND_FASTCALL div_function_base(zval *result, zval *op1, zval *op2) /* {{{ */ in div_function_base()
1439 ZEND_API zend_result ZEND_FASTCALL div_function(zval *result, zval *op1, zval *op2) /* {{{ */ in div_function()
1484 ZEND_API zend_result ZEND_FASTCALL mod_function(zval *result, zval *op1, zval *op2) /* {{{ */ in mod_function()
2830 zval tmp; in zend_object_is_true()
[all …]
H A Dzend_execute.c1022 zval tmp; in zend_assign_to_typed_prop()
1539 static zend_always_inline int zend_binary_op(zval *ret, zval *op1, zval *op2 OPLINE_DC) in zend_binary_op()
1564 zval *z; in zend_binary_assign_op_obj_dim()
1932 zval tmp; in zend_incdec_typed_ref()
1964 zval tmp; in zend_incdec_typed_prop()
2069 zval rv; in zend_post_incdec_overloaded_property()
2070 zval *z; in zend_post_incdec_overloaded_property()
2098 zval rv; in zend_pre_incdec_overloaded_property()
2099 zval *z; in zend_pre_incdec_overloaded_property()
2131 zval *z; in zend_assign_op_overloaded_property()
[all …]
H A Dzend_iterators.h42 zval *(*get_current_data)(zend_object_iterator *iter);
48 void (*get_current_key)(zend_object_iterator *iter, zval *key);
61 HashTable *(*get_gc)(zend_object_iterator *iter, zval **table, int *n);
66 zval data;
89 ZEND_API zend_object_iterator* zend_iterator_unwrap(zval *array_ptr);
/php-src/ext/com_dotnet/
H A Dcom_saproxy.c44 zval *indices;
50 zval proxy_obj;
51 zval data;
69 static zval *saproxy_property_read(zend_object *object, zend_string *member, int type, void **cache… in saproxy_property_read()
78 static zval *saproxy_property_write(zend_object *object, zend_string *member, zval *value, void **c… in saproxy_property_write()
84 static zval *saproxy_read_dimension(zend_object *object, zval *offset, int type, zval *rv) in saproxy_read_dimension()
96 zval *args; in saproxy_read_dimension()
207 static void saproxy_write_dimension(zend_object *object, zval *offset, zval *value) in saproxy_write_dimension()
218 zval *args = safe_emalloc(proxy->dimensions + 2, sizeof(zval), 0); in saproxy_write_dimension()
329 static int saproxy_objects_compare(zval *object1, zval *object2) in saproxy_objects_compare()
[all …]
/php-src/ext/intl/collator/
H A Dcollator_sort.h21 typedef int (*collator_compare_func_t)( zval *result, zval *op1, zval *op2 );
/php-src/ext/json/
H A Djson_parser.y49 zval value;
71 static int php_json_parser_array_create(php_json_parser *parser, zval *array);
72 static int php_json_parser_object_create(php_json_parser *parser, zval *array);
215 static int php_json_parser_array_create(php_json_parser *parser, zval *array)
221 static int php_json_parser_array_append(php_json_parser *parser, zval *array, zval *zvalue) in php_json_parser_array_append()
227 static int php_json_parser_object_create(php_json_parser *parser, zval *object) in php_json_parser_object_create()
237 …nt php_json_parser_object_update(php_json_parser *parser, zval *object, zend_string *key, zval *zv… in php_json_parser_object_update()
264 static int php_json_parser_array_append_validate(php_json_parser *parser, zval *array, zval *zvalue) in php_json_parser_array_append_validate()
275 …on_parser_object_update_validate(php_json_parser *parser, zval *object, zend_string *key, zval *zv… in php_json_parser_object_update_validate()
336 zval *return_value, in php_json_parser_init_ex()
[all …]
/php-src/Zend/Optimizer/
H A Dsccp.c82 zval top;
83 zval bot;
295 zval zv; in try_replace_op1()
308 zval zv; in try_replace_op2()
359 static inline zend_result fetch_array_elem(zval **result, zval *op1, zval *op2) { in fetch_array_elem()
411 zval zv; in ct_eval_isset_isempty()
550 static inline zend_result ct_eval_assign_dim(zval *result, zval *value, const zval *key) { in ct_eval_assign_dim()
589 static inline zend_result fetch_obj_prop(zval **result, zval *op1, zval *op2) { in fetch_obj_prop()
599 static inline zend_result ct_eval_fetch_obj(zval *result, zval *op1, zval *op2) { in ct_eval_fetch_obj()
653 static inline zend_result ct_eval_assign_obj(zval *result, zval *value, const zval *key) { in ct_eval_assign_obj()
[all …]
/php-src/ext/pcre/
H A Dphp_pcre.h52 PHPAPI void php_pcre_match_impl(pcre_cache_entry *pce, zend_string *subject_str, zval *return_valu…
53 zval *subpats, bool global, zend_long flags, zend_off_t start_offset);
58 PHPAPI void php_pcre_split_impl( pcre_cache_entry *pce, zend_string *subject_str, zval *return_va…
61 PHPAPI void php_pcre_grep_impl( pcre_cache_entry *pce, zval *input, zval *return_value,
84 zval unmatched_null_pair;
85 zval unmatched_empty_pair;
/php-src/ext/pdo_dblib/
H A Dpdo_dblib_arginfo.h16 zval const_ATTR_CONNECTION_TIMEOUT_value; in register_class_Pdo_Dblib()
22 zval const_ATTR_QUERY_TIMEOUT_value; in register_class_Pdo_Dblib()
28 zval const_ATTR_STRINGIFY_UNIQUEIDENTIFIER_value; in register_class_Pdo_Dblib()
34 zval const_ATTR_VERSION_value; in register_class_Pdo_Dblib()
40 zval const_ATTR_TDS_VERSION_value; in register_class_Pdo_Dblib()
46 zval const_ATTR_SKIP_EMPTY_ROWSETS_value; in register_class_Pdo_Dblib()
52 zval const_ATTR_DATETIME_CONVERT_value; in register_class_Pdo_Dblib()
/php-src/ext/soap/
H A Dsoap_arginfo.h378 zval property_name_default_value; in register_class_SoapHeader()
384 zval property_data_default_value; in register_class_SoapHeader()
396 zval property_actor_default_value; in register_class_SoapHeader()
436 zval property_detail_default_value; in register_class_SoapFault()
442 zval property__name_default_value; in register_class_SoapFault()
482 zval property_enc_ns_default_value; in register_class_SoapVar()
527 zval property_uri_default_value; in register_class_SoapClient()
533 zval property_style_default_value; in register_class_SoapClient()
539 zval property_use_default_value; in register_class_SoapClient()
551 zval property_trace_default_value; in register_class_SoapClient()
[all …]
H A Dphp_packet_soap.h22 int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_na…
/php-src/ext/ffi/
H A Dffi_arginfo.h247 zval const_TYPE_VOID_value; in register_class_FFI_CType()
253 zval const_TYPE_FLOAT_value; in register_class_FFI_CType()
273 zval const_TYPE_UINT8_value; in register_class_FFI_CType()
321 zval const_TYPE_ENUM_value; in register_class_FFI_CType()
327 zval const_TYPE_BOOL_value; in register_class_FFI_CType()
333 zval const_TYPE_CHAR_value; in register_class_FFI_CType()
345 zval const_TYPE_FUNC_value; in register_class_FFI_CType()
387 zval const_ATTR_VLA_value; in register_class_FFI_CType()
423 zval const_ABI_CDECL_value; in register_class_FFI_CType()
459 zval const_ABI_MS_value; in register_class_FFI_CType()
[all …]
/php-src/ext/intl/normalizer/
H A Dnormalizer_arginfo.h43 zval const_FORM_D_value; in register_class_Normalizer()
49 zval const_NFD_value; in register_class_Normalizer()
55 zval const_FORM_KD_value; in register_class_Normalizer()
61 zval const_NFKD_value; in register_class_Normalizer()
67 zval const_FORM_C_value; in register_class_Normalizer()
73 zval const_NFC_value; in register_class_Normalizer()
79 zval const_FORM_KC_value; in register_class_Normalizer()
85 zval const_NFKC_value; in register_class_Normalizer()
92 zval const_FORM_KC_CF_value; in register_class_Normalizer()
100 zval const_NFKC_CF_value; in register_class_Normalizer()
/php-src/ext/sockets/
H A Dconversions.c222 zval *elem; in from_array_iterate()
253 zval *elem; in from_zval_write_aggregation()
290 zval *new_zv, tmp; in to_zval_read_aggregation()
311 zval lzval; in from_zval_integer_common()
315 ZVAL_COPY(&lzval, (zval *)arr_value); in from_zval_integer_common()
712 zval *elem; in from_zval_write_sockaddr_aux()
893 zval *data_elem; in from_zval_write_control()
931 zval *elem; in from_zval_write_control_array()
1031 zval *elem, tmp; in to_zval_read_control_array()
1219 zval elem; in to_zval_read_iov()
[all …]
/php-src/ext/zend_test/
H A Dobject_handlers_arginfo.h55 zval property_val_default_value; in register_class_DoOperationNoCast()
72 zval property_val_default_value; in register_class_LongCastableNoOperations()
89 zval property_val_default_value; in register_class_FloatCastableNoOperations()
106 zval property_val_default_value; in register_class_NumericCastableNoOperations()
122 zval property_read_default_value; in register_class_DimensionHandlersNoArrayAccess()
128 zval property_write_default_value; in register_class_DimensionHandlersNoArrayAccess()
134 zval property_has_default_value; in register_class_DimensionHandlersNoArrayAccess()
140 zval property_unset_default_value; in register_class_DimensionHandlersNoArrayAccess()
146 zval property_readType_default_value; in register_class_DimensionHandlersNoArrayAccess()
152 zval property_hasOffset_default_value; in register_class_DimensionHandlersNoArrayAccess()
[all …]
/php-src/ext/enchant/
H A Denchant.c110 zval *zdesc = (zval *) ud; in ZEND_GET_MODULE()
129 zval *zdesc = (zval *) ud; in describe_dict_fn()
142 zval *zdesc = (zval *) ud; in php_enchant_list_dicts_fn()
504 zval *dict; in PHP_FUNCTION()
639 zval *dict; in PHP_FUNCTION()
657 zval *dict; in PHP_FUNCTION()
687 zval *dict; in PHP_FUNCTION()
705 zval *dict; in PHP_FUNCTION()
723 zval *dict; in PHP_FUNCTION()
744 zval *dict; in PHP_FUNCTION()
[all …]
/php-src/ext/pgsql/
H A Dphp_pgsql.h73 PHP_PGSQL_API zend_result php_pgsql_meta_data(PGconn *pg_link, const zend_string *table_name, zval
74 …gsql_convert(PGconn *pg_link, const zend_string *table_name, const zval *values, zval *result, zen…
75 PHP_PGSQL_API zend_result php_pgsql_insert(PGconn *pg_link, const zend_string *table, zval *values,…
76 …result php_pgsql_update(PGconn *pg_link, const zend_string *table, zval *values, zval *ids, zend_u…
77 PHP_PGSQL_API zend_result php_pgsql_delete(PGconn *pg_link, const zend_string *table, zval *ids, ze…
78 …d_result php_pgsql_select(PGconn *pg_link, const zend_string *table, zval *ids, zval *ret_array, z…
79 PHP_PGSQL_API void php_pgsql_result2array(PGresult *pg_result, zval *ret_array, long fetch_option);

Completed in 112 milliseconds

12345678910>>...24