zout 1777 ext/openssl/openssl.c zval * zcert, *zout; zout 1782 ext/openssl/openssl.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "zz/|b", &zcert, &zout, ¬ext) == FAILURE) { zout 1800 ext/openssl/openssl.c zval_dtor(zout); zout 1802 ext/openssl/openssl.c ZVAL_STRINGL(zout, bio_buf->data, bio_buf->length); zout 2489 ext/openssl/openssl.c zval * zcert = NULL, *zout = NULL, *zpkey, *args = NULL; zout 2498 ext/openssl/openssl.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "zz/zs|a", &zcert, &zout, &zpkey, &pass, &pass_len, &args) == FAILURE) zout 2532 ext/openssl/openssl.c zval_dtor(zout); zout 2534 ext/openssl/openssl.c ZVAL_STRINGL(zout, bio_buf->data, bio_buf->length); zout 2558 ext/openssl/openssl.c zval *zout = NULL, zextracerts, zcert, zpkey; zout 2568 ext/openssl/openssl.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "sz/s", &zp12, &zp12_len, &zout, &pass, &pass_len) == FAILURE) zout 2584 ext/openssl/openssl.c zval_dtor(zout); zout 2585 ext/openssl/openssl.c array_init(zout); zout 2592 ext/openssl/openssl.c add_assoc_zval(zout, "cert", &zcert); zout 2601 ext/openssl/openssl.c add_assoc_zval(zout, "pkey", &zpkey); zout 2634 ext/openssl/openssl.c add_assoc_zval(zout, "extracerts", &zextracerts); zout 2901 ext/openssl/openssl.c zval * zcsr = NULL, *zout=NULL; zout 2906 ext/openssl/openssl.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "rz/|b", &zcsr, &zout, ¬ext) == FAILURE) { zout 2929 ext/openssl/openssl.c zval_dtor(zout); zout 2930 ext/openssl/openssl.c ZVAL_STRINGL(zout, bio_buf->data, bio_buf->length); zout 560 sapi/cli/php_cli.c zval zin, zout, zerr; zout 585 sapi/cli/php_cli.c php_stream_to_zval(s_out, &zout); zout 594 sapi/cli/php_cli.c ZVAL_COPY_VALUE(&oc.value, &zout); zout 942 sapi/phpdbg/phpdbg.c zval zin, zout, zerr; zout 965 sapi/phpdbg/phpdbg.c php_stream_to_zval(s_out, &zout); zout 974 sapi/phpdbg/phpdbg.c oc.value = zout;