Searched defs:spec (Results 1 – 5 of 5) sorted by relevance
/PHP-8.1/Zend/ |
H A D | zend_vm_gen.php | 610 function helper_name($name, $spec, $op1, $op2, $extra_spec) { 655 function opcode_name($name, $spec, $op1, $op2, $extra_spec) { 721 function gen_code($f, $spec, $kind, $code, $op1, $op2, $name, $extra_spec=null) { 1023 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno, $opcode, $extra_spe… 1163 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno, $inline, $cold = f… 1233 function gen_labels($f, $spec, $kind, $prolog, &$specs, $switch_labels = array()) { 1704 function gen_executor_code($f, $spec, $kind, $prolog, &$switch_labels = array()) { 1818 function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name) {
|
H A D | zend_API.c | 700 static const char *zend_parse_arg_impl(zval *arg, va_list *va, const char **spec, char **error, uin… in zend_parse_arg_impl() 978 static zend_result zend_parse_arg(uint32_t arg_num, zval *arg, va_list *va, const char **spec, int … in zend_parse_arg() 1010 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 | 1849 #define Z_PARAM_VARIADIC_EX(spec, dest, dest_num, post_varargs) do { \ argument 1866 #define Z_PARAM_VARIADIC(spec, dest, dest_num) \ argument
|
H A D | zend_vm_execute.h | 63946 static uint32_t ZEND_FASTCALL zend_vm_get_opcode_handler_idx(uint32_t spec, const zend_op* op) 64001 uint32_t spec = zend_spec_handlers[opcode]; local 64022 uint32_t spec = zend_spec_handlers[opcode]; local
|
/PHP-8.1/ext/hash/ |
H A D | hash.c | 142 const char *spec = *specp; in parse_serialize_spec() local 232 …t php_hash_serialize_spec(const php_hashcontext_object *hash, zval *zv, const char *spec) /* {{{ */ in php_hash_serialize_spec() 280 …php_hash_unserialize_spec(php_hashcontext_object *hash, const zval *zv, const char *spec) /* {{{ */ in php_hash_unserialize_spec()
|
Completed in 197 milliseconds