Home
last modified time | relevance | path

Searched refs:to_zval (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/gd/
H A Dgd_ctx.c88 zval *to_zval = NULL; in _php_image_output_ctx() local
106 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|z/!ll", &imgind, &to_zval, &quality, &base… in _php_image_output_ctx()
120 if (argc > 1 && to_zval != NULL) { in _php_image_output_ctx()
121 if (Z_TYPE_P(to_zval) == IS_RESOURCE) { in _php_image_output_ctx()
122 php_stream_from_zval_no_verify(stream, &to_zval); in _php_image_output_ctx()
126 } else if (Z_TYPE_P(to_zval) == IS_STRING) { in _php_image_output_ctx()
127 if (CHECK_ZVAL_NULL_PATH(to_zval)) { in _php_image_output_ctx()
132 …stream = php_stream_open_wrapper(Z_STRVAL_P(to_zval), "wb", REPORT_ERRORS|IGNORE_PATH|IGNORE_URL_W… in _php_image_output_ctx()
/PHP-5.5/ext/soap/
H A Dphp_encoding.h186 zval *(*to_zval)(encodeTypePtr type, xmlNodePtr data TSRMLS_DC); member
H A Dphp_soap.h78 zval *to_zval; member
H A Dsoap.c1004 zval *to_zval = NULL; in soap_create_typemap() local
1038 to_zval = *tmp; in soap_create_typemap()
1070 new_enc->to_zval = enc->to_zval; in soap_create_typemap()
1081 if (to_zval) { in soap_create_typemap()
1082 zval_add_ref(&to_zval); in soap_create_typemap()
1083 new_enc->details.map->to_zval = to_zval; in soap_create_typemap()
1084 new_enc->to_zval = to_zval_user; in soap_create_typemap()
1085 } else if (enc->details.map && enc->details.map->to_zval) { in soap_create_typemap()
1086 zval_add_ref(&enc->details.map->to_zval); in soap_create_typemap()
1087 new_enc->details.map->to_zval = enc->details.map->to_zval; in soap_create_typemap()
H A Dphp_encoding.c587 if (encode->to_zval) { in master_to_zval_int()
588 ret = encode->to_zval(&encode->details, data TSRMLS_CC); in master_to_zval_int()
662 if (type && type->map && type->map->to_zval) { in to_zval_user()
677 …if (call_user_function(EG(function_table), NULL, type->map->to_zval, return_value, 1, &data TSRMLS… in to_zval_user()
1546 sdlType->encode->to_zval == sdl_guess_convert_zval && in to_zval_object_ex()
3758 if (map->to_zval) { in delete_mapping()
3759 zval_ptr_dtor(&map->to_zval); in delete_mapping()
H A Dphp_schema.c80 enc->to_zval = sdl_guess_convert_zval; in create_encoder()
343 cur_type->encode->to_zval = sdl_guess_convert_zval; in schema_simpleType()
1396 cur_type->encode->to_zval = sdl_guess_convert_zval; in schema_complexType()
H A Dphp_sdl.c1418 enc->to_zval = sdl_guess_convert_zval; in sdl_deserialize_encoder()
1444 enc->to_zval = real_enc->to_zval; in sdl_deserialize_encoder()
/PHP-5.5/ext/sockets/
H A Dconversions.c97 to_zval_read_field *to_zval; member
290 if (descr->to_zval == NULL) { in to_zval_read_aggregation()
300 descr->to_zval(structure + descr->field_offset, new_zv, ctx); in to_zval_read_aggregation()

Completed in 54 milliseconds