Home
last modified time | relevance | path

Searched defs:spec (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_vm_gen.php654 function helper_name($name, $spec, $op1, $op2, $extra_spec) {
698 function opcode_name($name, $spec, $op1, $op2, $extra_spec) {
763 function gen_code($f, $spec, $kind, $export, $code, $op1, $op2, $name, $extra_spec=null) {
1093 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno, $opcode, $extra_spe…
1200 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno, $inline, $cold = f…
1270 function gen_labels($f, $spec, $kind, $prolog, &$specs, $switch_labels = array()) {
1714 function gen_executor_code($f, $spec, $kind, $prolog, &$switch_labels = array()) {
1834 function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name) {
H A Dzend_API.c598 static const char *zend_parse_arg_impl(int arg_num, zval *arg, va_list *va, const char **spec, char… in zend_parse_arg_impl()
854 static int zend_parse_arg(int arg_num, zval *arg, va_list *va, const char **spec, int flags) /* {{{… in zend_parse_arg()
891 ZEND_API int zend_parse_parameter(int flags, int arg_num, zval *arg, const char *spec, ...) in zend_parse_parameter()
H A Dzend_API.h1525 #define Z_PARAM_VARIADIC_EX(spec, dest, dest_num, post_varargs) do { \ argument
1538 #define Z_PARAM_VARIADIC(spec, dest, dest_num) \ argument
H A Dzend_vm_execute.h61116 static const void* ZEND_FASTCALL zend_vm_get_opcode_handler_ex(uint32_t spec, const zend_op* op)
61163 uint32_t spec = zend_spec_handlers[opcode]; local
61212 uint32_t spec = zend_spec_handlers[opcode]; local

Completed in 369 milliseconds