Searched defs:spec (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_vm_gen.php | 577 function helper_name($name, $spec, $op1, $op2, $extra_spec) { 622 function opcode_name($name, $spec, $op1, $op2, $extra_spec) { 688 function gen_code($f, $spec, $kind, $code, $op1, $op2, $name, $extra_spec=null) { 986 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno, $opcode, $extra_spe… 1126 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno, $inline, $cold = f… 1196 function gen_labels($f, $spec, $kind, $prolog, &$specs, $switch_labels = array()) { 1669 function gen_executor_code($f, $spec, $kind, $prolog, &$switch_labels = array()) { 1783 function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name) {
|
H A D | zend_API.c | 759 static const char *zend_parse_arg_impl(zval *arg, va_list *va, const char **spec, char **error, uin… in zend_parse_arg_impl() 1037 static zend_result zend_parse_arg(uint32_t arg_num, zval *arg, va_list *va, const char **spec, int … in zend_parse_arg() 1069 ZEND_API zend_result zend_parse_parameter(int flags, uint32_t arg_num, zval *arg, const char *spec,… in zend_parse_parameter()
|
H A D | zend_API.h | 2086 #define Z_PARAM_VARIADIC_EX(spec, dest, dest_num, post_varargs) do { \ argument 2103 #define Z_PARAM_VARIADIC(spec, dest, dest_num) \ argument
|
H A D | zend_vm_execute.h | 65437 static uint32_t ZEND_FASTCALL zend_vm_get_opcode_handler_idx(uint32_t spec, const zend_op* op) 65492 uint32_t spec = zend_spec_handlers[opcode]; local 65513 uint32_t spec = zend_spec_handlers[opcode]; local
|
/PHP-8.3/ext/hash/ |
H A D | hash.c | 143 const char *spec = *specp; in parse_serialize_spec() local 233 …t php_hash_serialize_spec(const php_hashcontext_object *hash, zval *zv, const char *spec) /* {{{ */ in php_hash_serialize_spec() 281 …php_hash_unserialize_spec(php_hashcontext_object *hash, const zval *zv, const char *spec) /* {{{ */ in php_hash_unserialize_spec()
|
Completed in 260 milliseconds