Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_vm_gen.php610 function helper_name($name, $spec, $op1, $op2, $extra_spec) {
654 function opcode_name($name, $spec, $op1, $op2, $extra_spec) {
719 function gen_code($f, $spec, $kind, $code, $op1, $op2, $name, $extra_spec=null) {
1021 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno, $opcode, $extra_spe…
1161 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno, $inline, $cold = f…
1231 function gen_labels($f, $spec, $kind, $prolog, &$specs, $switch_labels = array()) {
1702 function gen_executor_code($f, $spec, $kind, $prolog, &$switch_labels = array()) {
1816 function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name) {
H A Dzend_API.c620 static const char *zend_parse_arg_impl(zval *arg, va_list *va, const char **spec, char **error) /* … in zend_parse_arg_impl()
897 static zend_result zend_parse_arg(uint32_t arg_num, zval *arg, va_list *va, const char **spec, int … in zend_parse_arg()
929 ZEND_API zend_result zend_parse_parameter(int flags, uint32_t arg_num, zval *arg, const char *spec,… in zend_parse_parameter()
H A Dzend_API.h1806 #define Z_PARAM_VARIADIC_EX(spec, dest, dest_num, post_varargs) do { \ argument
1823 #define Z_PARAM_VARIADIC(spec, dest, dest_num) \ argument
H A Dzend_vm_execute.h63275 static uint32_t ZEND_FASTCALL zend_vm_get_opcode_handler_idx(uint32_t spec, const zend_op* op)
63330 uint32_t spec = zend_spec_handlers[opcode]; local
63351 uint32_t spec = zend_spec_handlers[opcode]; local
/PHP-8.0/ext/hash/
H A Dhash.c135 const char *spec = *specp; in parse_serialize_spec() local
225 …t php_hash_serialize_spec(const php_hashcontext_object *hash, zval *zv, const char *spec) /* {{{ */ in php_hash_serialize_spec()
273 …php_hash_unserialize_spec(php_hashcontext_object *hash, const zval *zv, const char *spec) /* {{{ */ in php_hash_unserialize_spec()

Completed in 149 milliseconds