Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_vm_gen.php627 function helper_name($name, $spec, $op1, $op2, $extra_spec) {
671 function opcode_name($name, $spec, $op1, $op2) {
730 function gen_code($f, $spec, $kind, $export, $code, $op1, $op2, $name, $extra_spec=null) {
1102 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno, $opcode, $extra_spe…
1173 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno, $inline, $cold = f…
1243 function gen_labels($f, $spec, $kind, $prolog, &$specs, $switch_labels = array()) {
1673 function gen_executor_code($f, $spec, $kind, $prolog, &$switch_labels = array()) {
1789 function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name) {
H A Dzend_API.c562 static const char *zend_parse_arg_impl(int arg_num, zval *arg, va_list *va, const char **spec, char… in zend_parse_arg_impl()
814 static int zend_parse_arg(int arg_num, zval *arg, va_list *va, const char **spec, int flags) /* {{{… in zend_parse_arg()
848 ZEND_API int zend_parse_parameter(int flags, int arg_num, zval *arg, const char *spec, ...) in zend_parse_parameter()
H A Dzend_API.h1103 #define Z_PARAM_VARIADIC_EX(spec, dest, dest_num, post_varargs) do { \ argument
1116 #define Z_PARAM_VARIADIC(spec, dest, dest_num) \ argument
H A Dzend_vm_execute.h65150 static const void* ZEND_FASTCALL zend_vm_get_opcode_handler_ex(uint32_t spec, const zend_op* op)
65201 uint32_t spec = zend_spec_handlers[opcode]; local
65258 uint32_t spec = zend_spec_handlers[opcode]; local

Completed in 199 milliseconds