Home
last modified time | relevance | path

Searched refs:rv (Results 76 – 93 of 93) sorted by relevance

1234

/php-src/ext/curl/
H A Dinterface.c1331 zval *prop, rv; in build_mime_structure_from_hash() local
1339 …erty_ex(curl_CURLFile_class, Z_OBJ_P(current), ZSTR_KNOWN(ZEND_STR_NAME), /* silent */ false, &rv); in build_mime_structure_from_hash()
1350 …prop = zend_read_property(curl_CURLFile_class, Z_OBJ_P(current), "mime", sizeof("mime")-1, 0, &rv); in build_mime_structure_from_hash()
1355 …end_read_property(curl_CURLFile_class, Z_OBJ_P(current), "postname", sizeof("postname")-1, 0, &rv); in build_mime_structure_from_hash()
1396 zval *prop, rv; in build_mime_structure_from_hash() local
1399 …ad_property(curl_CURLStringFile_class, Z_OBJ_P(current), "postname", sizeof("postname")-1, 0, &rv); in build_mime_structure_from_hash()
1409 … zend_read_property(curl_CURLStringFile_class, Z_OBJ_P(current), "mime", sizeof("mime")-1, 0, &rv); in build_mime_structure_from_hash()
1419 … zend_read_property(curl_CURLStringFile_class, Z_OBJ_P(current), "data", sizeof("data")-1, 0, &rv); in build_mime_structure_from_hash()
/php-src/ext/zlib/tests/
H A Dbug_52944_corrupted_data.inc60 …jIlZNnI42sFtGfRc4YPX072or35+tdiy8GEEex//Y0epreM/K43uRCCbkqs2rVu56xQ4OHfUi5KUYJWnzXgx4g5+x9Pk///rv'.
/php-src/sapi/litespeed/
H A Dlsapi_main.c290 ssize_t rv = LSAPI_ReadReqBody(buffer, (unsigned long long)count_bytes); in sapi_lsapi_read_post() local
291 return (rv >= 0) ? (size_t)rv : 0; in sapi_lsapi_read_post()
/php-src/sapi/cli/
H A Dphp_cli.c1084 zval rv; in do_cli() local
1085 …operty_ex(zend_ce_exception, EG(exception), ZSTR_KNOWN(ZEND_STR_MESSAGE), /* silent */ false, &rv); in do_cli()
/php-src/ext/session/
H A Dsession.c926 zval *current, rv; in PS_SERIALIZER_DECODE_FUNC() local
943 ZVAL_PTR(&rv, current); in PS_SERIALIZER_DECODE_FUNC()
944 php_set_session_var(name, &rv, &var_hash); in PS_SERIALIZER_DECODE_FUNC()
997 zval *current, rv; in PS_SERIALIZER_DECODE_FUNC() local
1018 ZVAL_PTR(&rv, current); in PS_SERIALIZER_DECODE_FUNC()
1019 php_set_session_var(name, &rv, &var_hash); in PS_SERIALIZER_DECODE_FUNC()
/php-src/Zend/
H A Dzend_execute.c1569 zval rv, res; in zend_binary_assign_op_obj_dim() local
1581 if (z == &rv) { in zend_binary_assign_op_obj_dim()
1582 zval_ptr_dtor(&rv); in zend_binary_assign_op_obj_dim()
2073 zval rv; in zend_post_incdec_overloaded_property() local
2078 z =object->handlers->read_property(object, name, BP_VAR_R, cache_slot, &rv); in zend_post_incdec_overloaded_property()
2095 if (z == &rv) { in zend_post_incdec_overloaded_property()
2102 zval rv; in zend_pre_incdec_overloaded_property() local
2107 z = object->handlers->read_property(object, name, BP_VAR_R, cache_slot, &rv); in zend_pre_incdec_overloaded_property()
2128 if (z == &rv) { in zend_pre_incdec_overloaded_property()
2136 zval rv, res; in zend_assign_op_overloaded_property() local
[all …]
H A Dzend_weakrefs.c344 static zval *zend_weakmap_read_dimension(zend_object *object, zval *offset, int type, zval *rv) in zend_weakmap_read_dimension() argument
H A Dzend_API.c5053 …x(zend_class_entry *scope, zend_object *object, zend_string *name, bool silent, zval *rv) /* {{{ */ in zend_read_property_ex() argument
5060 value = object->handlers->read_property(object, name, silent?BP_VAR_IS:BP_VAR_R, NULL, rv); in zend_read_property_ex()
5067 …*scope, zend_object *object, const char *name, size_t name_length, bool silent, zval *rv) /* {{{ */ in zend_read_property() argument
5073 value = zend_read_property_ex(scope, object, str, silent, rv); in zend_read_property()
H A Dzend_API.h514 …roperty_ex(zend_class_entry *scope, zend_object *object, zend_string *name, bool silent, zval *rv);
515 …ss_entry *scope, zend_object *object, const char *name, size_t name_length, bool silent, zval *rv);
/php-src/ext/date/
H A Dphp_date.c361 …val_read_property(zend_object *object, zend_string *member, int type, void **cache_slot, zval *rv);
364 …eriod_read_property(zend_object *object, zend_string *name, int type, void **cache_slot, zval *rv);
1744 zval rv; in date_interval_has_property() local
1755 prop = date_interval_read_property(object, name, BP_VAR_IS, cache_slot, &rv); in date_interval_has_property()
4491 …terval_read_property(zend_object *object, zend_string *name, int type, void **cache_slot, zval *rv) in date_interval_read_property() argument
4501 retval = zend_std_read_property(object, name, type, cache_slot, rv); in date_interval_read_property()
4524 retval = zend_std_read_property(object, name, type, cache_slot, rv); in date_interval_read_property()
4529 retval = rv; in date_interval_read_property()
5933 …period_read_property(zend_object *object, zend_string *name, int type, void **cache_slot, zval *rv) in date_period_read_property() argument
5942 return zend_std_read_property(object, name, type, cache_slot, rv); in date_period_read_property()
/php-src/ext/zlib/
H A Dzlib.c567 zend_result rv = php_zlib_output_handler_ex(ZLIBG(ob_gzhandler), &ctx); in PHP_FUNCTION() local
569 if (SUCCESS != rv) { in PHP_FUNCTION()
/php-src/ext/standard/
H A Darray.c4584 …prop(zval *data, zend_string *name_str, zend_long name_long, void **cache_slot, zval *rv) /* {{{ */ argument
4601 prop = Z_OBJ_HANDLER_P(data, read_property)(Z_OBJ_P(data), tmp_str, BP_VAR_R, cache_slot, rv);
4604 if (prop != rv) {
4632 zval *colval, *data, rv; local
4660 …colval = array_column_fetch_prop(data, column_str, column_long, cache_slot_column, &rv)) == NULL) {
4673 …colval = array_column_fetch_prop(data, column_str, column_long, cache_slot_column, &rv)) == NULL) {
4677 zval rv; local
4678 zval *keyval = array_column_fetch_prop(data, index_str, index_long, cache_slot_index, &rv);
/php-src/ext/hash/tests/
H A Dfnv1a64.phpt132 array( '!MYz^5rv@UO`dWidpS-l:Db=GY', 'ba497ffae361581a' ),
285 array( ']rYS&~n!C8S5/[]%rv!\\M[Z@)x<<QtR/h,bo+QpNjEcz!B s:!Qg],)f', '05032e744464292c' ),
/php-src/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt18 $hungarian = "Árvíztűrő tükörfúrógép";
/php-src/ext/sodium/
H A Dlibsodium.c127 zval rv; in ZEND_GET_MODULE() local
128 …roperty_ex(zend_get_exception_base(obj), obj, ZSTR_KNOWN(ZEND_STR_TRACE), /* silent */ false, &rv); in ZEND_GET_MODULE()
/php-src/ext/spl/
H A Dspl_iterators.c1829 zval zcount, rv; in PHP_METHOD() local
1890 …_read_property(intern->std.ce, Z_OBJ_P(ZEND_THIS), "replacement", sizeof("replacement")-1, 1, &rv); in PHP_METHOD()
/php-src/ext/reflection/
H A Dphp_reflection.c5751 zval rv; in ZEND_METHOD() local
5764 member_p = zend_read_property_ex(intern->ce, Z_OBJ_P(object), ref->unmangled_name, 0, &rv); in ZEND_METHOD()
5765 if (member_p != &rv) { in ZEND_METHOD()
/php-src/ext/soap/
H A Dsoap.c1124 zval rv; in _soap_server_exception() local
1125 …ex(zend_ce_error, Z_OBJ(exception_object), ZSTR_KNOWN(ZEND_STR_MESSAGE), /* silent */ false, &rv)); in _soap_server_exception()

Completed in 164 milliseconds

1234