Searched defs:spec (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/Zend/ |
H A D | zend_vm_gen.php | 610 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 D | zend_API.c | 620 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 D | zend_API.h | 1806 #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 D | zend_vm_execute.h | 63275 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 D | hash.c | 135 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 170 milliseconds