Searched refs:to_zval (Results 1 – 8 of 8) sorted by relevance
/PHP-8.2/ext/gd/ |
H A D | gd.c | 1922 zval *to_zval = NULL; in PHP_FUNCTION() local 1930 if (to_zval != NULL) { in PHP_FUNCTION() 1931 ctx = create_stream_context_from_zval(to_zval); in PHP_FUNCTION() 1979 zval *to_zval = NULL; in PHP_FUNCTION() local 1987 if (to_zval != NULL) { in PHP_FUNCTION() 1988 ctx = create_stream_context_from_zval(to_zval); in PHP_FUNCTION() 4049 if (Z_TYPE_P(to_zval) == IS_RESOURCE) { in create_stream_context_from_zval() 4055 } else if (Z_TYPE_P(to_zval) == IS_STRING) { in create_stream_context_from_zval() 4056 if (CHECK_ZVAL_NULL_PATH(to_zval)) { in create_stream_context_from_zval() 4104 zval *to_zval = NULL; in _php_image_output_ctx() local [all …]
|
/PHP-8.2/ext/soap/ |
H A D | php_encoding.h | 190 zval *(*to_zval)(zval *ret, encodeTypePtr type, xmlNodePtr data); member
|
H A D | php_soap.h | 73 zval to_zval; member
|
H A D | soap.c | 688 zval *to_zval = NULL; in soap_create_typemap() local 714 to_zval = tmp; in soap_create_typemap() 746 new_enc->to_zval = enc->to_zval; in soap_create_typemap() 755 if (to_zval) { in soap_create_typemap() 756 ZVAL_COPY(&new_enc->details.map->to_zval, to_zval); in soap_create_typemap() 757 new_enc->to_zval = to_zval_user; in soap_create_typemap() 758 } else if (enc->details.map && Z_TYPE(enc->details.map->to_zval) != IS_UNDEF) { in soap_create_typemap() 759 ZVAL_COPY(&new_enc->details.map->to_zval, &enc->details.map->to_zval); in soap_create_typemap()
|
H A D | php_encoding.c | 553 if (encode->to_zval) { in master_to_zval_int() 554 ret = encode->to_zval(ret, &encode->details, data); in master_to_zval_int() 626 if (type && type->map && Z_TYPE(type->map->to_zval) != IS_UNDEF) { in to_zval_user() 638 if (call_user_function(NULL, NULL, &type->map->to_zval, ret, 1, &data) == FAILURE) { in to_zval_user() 1441 sdlType->encode->to_zval == sdl_guess_convert_zval && in to_zval_object_ex() 3616 zval_ptr_dtor(&map->to_zval); in delete_mapping()
|
H A D | php_schema.c | 77 enc->to_zval = sdl_guess_convert_zval; in create_encoder() 361 cur_type->encode->to_zval = sdl_guess_convert_zval; in schema_simpleType() 1416 cur_type->encode->to_zval = sdl_guess_convert_zval; in schema_complexType()
|
H A D | php_sdl.c | 1427 enc->to_zval = sdl_guess_convert_zval; in sdl_deserialize_encoder() 1453 enc->to_zval = real_enc->to_zval; in sdl_deserialize_encoder()
|
/PHP-8.2/ext/sockets/ |
H A D | conversions.c | 90 to_zval_read_field *to_zval; member 284 if (descr->to_zval == NULL) { in to_zval_read_aggregation() 294 descr->to_zval(structure + descr->field_offset, new_zv, ctx); in to_zval_read_aggregation()
|
Completed in 65 milliseconds