We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c27a68 commit c9853a1Copy full SHA for c9853a1
Book/php7/internal_types/zvals/basic_structure.rst
@@ -303,7 +303,7 @@ read and to write the respective values. As an example consider the following fu
303
304
PHP_FUNCTION(hello_world) {
305
Z_TYPE_P(return_value) = IS_STRING;
306
- Z_STR_P(return_value) = zend_string_init("hello world!", strlen(""hello world!"), 0);
+ Z_STR_P(return_value) = zend_string_init("hello world!", strlen("hello world!"), 0);
307
};
308
309
/* ... */
0 commit comments