File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Book/php7/extensions_design Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -366,7 +366,7 @@ The basic APIs in the engine are::
366
366
void zend_set_user_opcode_handler(int opcode, user_opcode_handler_t handler);
367
367
user_opcode_handler_t zend_get_user_opcode_handler(int opcode);
368
368
369
- The `user_opcode_handler_t ` is a function pointer, and each handler has the following signature[1]_::
369
+ The `user_opcode_handler_t ` is a function pointer, and each handler has the following signature [1 ]_::
370
370
371
371
int my_handler(zend_execute_data *execute_data);
372
372
@@ -433,5 +433,7 @@ or let the engine do its normal behaviour::
433
433
434
434
return SUCCESS;
435
435
}
436
-
436
+
437
+ .. rubric :: Footnotes
438
+
437
439
.. [1 ] In PHP 8, this signature is changing and will differ on whether a specific GCC feature is enabled.
You can’t perform that action at this time.
0 commit comments