Searched refs:to_zval (Results 1 – 8 of 8) sorted by relevance
/PHP-7.0/ext/gd/ |
H A D | gd_ctx.c | 93 zval *to_zval = NULL; in _php_image_output_ctx() local 112 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "r|z/!ll", &imgind, &to_zval, &quality, &basefilter) ==… in _php_image_output_ctx() 128 if (argc > 1 && to_zval != NULL) { in _php_image_output_ctx() 129 if (Z_TYPE_P(to_zval) == IS_RESOURCE) { in _php_image_output_ctx() 130 php_stream_from_zval_no_verify(stream, to_zval); in _php_image_output_ctx() 135 } else if (Z_TYPE_P(to_zval) == IS_STRING) { in _php_image_output_ctx() 136 if (CHECK_ZVAL_NULL_PATH(to_zval)) { in _php_image_output_ctx() 141 …stream = php_stream_open_wrapper(Z_STRVAL_P(to_zval), "wb", REPORT_ERRORS|IGNORE_PATH|IGNORE_URL_W… in _php_image_output_ctx()
|
/PHP-7.0/ext/soap/ |
H A D | php_encoding.h | 186 zval *(*to_zval)(zval *ret, encodeTypePtr type, xmlNodePtr data); member
|
H A D | php_soap.h | 76 zval to_zval; member
|
H A D | soap.c | 1043 zval *to_zval = NULL; in soap_create_typemap() local 1072 to_zval = tmp; in soap_create_typemap() 1103 new_enc->to_zval = enc->to_zval; in soap_create_typemap() 1112 if (to_zval) { in soap_create_typemap() 1113 ZVAL_COPY(&new_enc->details.map->to_zval, to_zval); in soap_create_typemap() 1114 new_enc->to_zval = to_zval_user; in soap_create_typemap() 1115 } else if (enc->details.map && Z_TYPE(enc->details.map->to_zval) != IS_UNDEF) { in soap_create_typemap() 1116 ZVAL_COPY(&new_enc->details.map->to_zval, &enc->details.map->to_zval); in soap_create_typemap()
|
H A D | php_encoding.c | 573 if (encode->to_zval) { in master_to_zval_int() 574 ret = encode->to_zval(ret, &encode->details, data); in master_to_zval_int() 646 if (type && type->map && Z_TYPE(type->map->to_zval) != IS_UNDEF) { in to_zval_user() 658 if (call_user_function(EG(function_table), NULL, &type->map->to_zval, ret, 1, &data) == FAILURE) { in to_zval_user() 1490 sdlType->encode->to_zval == sdl_guess_convert_zval && in to_zval_object_ex() 3645 zval_ptr_dtor(&map->to_zval); in delete_mapping()
|
H A D | php_schema.c | 80 enc->to_zval = sdl_guess_convert_zval; in create_encoder() 343 cur_type->encode->to_zval = sdl_guess_convert_zval; in schema_simpleType() 1398 cur_type->encode->to_zval = sdl_guess_convert_zval; in schema_complexType()
|
H A D | php_sdl.c | 1412 enc->to_zval = sdl_guess_convert_zval; in sdl_deserialize_encoder() 1438 enc->to_zval = real_enc->to_zval; in sdl_deserialize_encoder()
|
/PHP-7.0/ext/sockets/ |
H A D | conversions.c | 97 to_zval_read_field *to_zval; member 291 if (descr->to_zval == NULL) { in to_zval_read_aggregation() 301 descr->to_zval(structure + descr->field_offset, new_zv, ctx); in to_zval_read_aggregation()
|
Completed in 54 milliseconds