Lines Matching refs:generated
71 code can be generated is a huge benefit.
77 /* This is a generated file, edit the .stub.php file instead.
97 actual data matches for both arguments and return types. If they do not, an error is generated.
122 /* This is a generated file, edit the .stub.php file instead.
176 Besides arginfo structures, function entries themselves can also be generated via stubs.
191 Now, the following C code is generated:
215 The generated ``ext_functions`` variable must be passed as the ``functions`` member of
218 The generated ``class_Atmosphere_methods`` must be used when registering the ``Atmosphere`` class:
283 The following arginfo file is generated:
316 The generated ``register_class_*()`` functions must be used to register these classes in the
389 If a global constant or function attribute are present in the stub file, the generated C-code will
411 The following C function will be generated in order to register the two global constants and the
427 Similarly to class registration functions, the generated ``register_{$stub_file_name}_symbols()``
479 generated. You can include this file conditionally, such as:
490 then only one arginfo file is going to be generated, and ``#if`` prepocessor directives will ensure
524 Then notice the ``#if (PHP_VERSION_ID >= ...)`` conditions in the generated arginfo file: