Home
last modified time | relevance | path

Searched refs:ref (Results 351 – 368 of 368) sorted by relevance

1...<<1112131415

/PHP-8.2/ext/dom/tests/
H A DDOMNode_isEqualNode.phpt116 var_dump((new DOMEntityReference("ref"))->isEqualNode(new DOMEntityReference("ref")));
117 var_dump((new DOMEntityReference("ref"))->isEqualNode(new DOMEntityReference("ref2")));
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_trace.c3301 && jit->ra[ssa_op->op1_use].ref in zend_jit_trace_cleanup_stack()
3308 && jit->ra[ssa_op->op2_use].ref in zend_jit_trace_cleanup_stack()
3315 && jit->ra[ssa_op->result_use].ref in zend_jit_trace_cleanup_stack()
3474 if (jit->ra && jit->ra[i].ref) { in zend_jit_trace_deoptimization()
3475 SET_STACK_REF(stack, i, jit->ra[i].ref); in zend_jit_trace_deoptimization()
3514 if (jit->ra && jit->ra[i].ref) { in zend_jit_trace_deoptimization()
3519 SET_STACK_REF(stack, i, jit->ra[i].ref); in zend_jit_trace_deoptimization()
3538 if (jit->ra && jit->ra[i].ref) { in zend_jit_trace_deoptimization()
4176 && ra[i].ref != STACK_REF(stack, i) in zend_jit_trace()
7034 int32_t ref = STACK_REF(stack, i); in zend_jit_trace() local
[all …]
/PHP-8.2/Zend/
H A Dzend_types.h323 zend_reference *ref; member
1015 #define Z_REF(zval) (zval).value.ref
1485 zend_reference *ref; \
1487 ref = Z_REF_P(_z); \
1488 ZVAL_COPY_VALUE(_z, &ref->val); \
1489 efree_size(ref, sizeof(zend_reference)); \
H A Dzend_ast.c1114 zend_ast_ref *ref; in zend_ast_copy() local
1118 ref = emalloc(tree_size); in zend_ast_copy()
1119 zend_ast_tree_copy(ast, GC_AST(ref)); in zend_ast_copy()
1120 GC_SET_REFCOUNT(ref, 1); in zend_ast_copy()
1121 GC_TYPE_INFO(ref) = GC_CONSTANT_AST; in zend_ast_copy()
1122 return ref; in zend_ast_copy()
/PHP-8.2/ext/soap/tests/
H A Dbug68361.phpt16 <xsd:attribute ref="soapenc:arrayType" arrayType="ns:Employee[]"/>
/PHP-8.2/tests/lang/
H A Dbug20175.phpt2 Bug #20175 (Static vars can't store ref to new instance)
H A DforeachLoop.014.phpt16 $ref = &$a;
H A DforeachLoop.015.phpt16 $ref = &$a;
/PHP-8.2/
H A D.gdbinit250 ____printzv &$zvalue->value.ref->val $arg1
636 printf "looking ref %p in roots\n", $arg0
638 if $current->ref == $arg0
/PHP-8.2/main/
H A Dmain.c1064 char *ref; /* temp copy for duplicated docref */ in php_verror() local
1068 ref = estrdup(docref); in php_verror()
1072 docref_buf = ref; in php_verror()
1074 p = strrchr(ref, '#'); in php_verror()
1084 spprintf(&docref_buf, 0, "%s%s", ref, PG(docref_ext)); in php_verror()
1085 efree(ref); in php_verror()
/PHP-8.2/ext/soap/
H A Dphp_sdl.c1249 attr->ref = sdl_deserialize_string(in); in sdl_deserialize_attribute()
1346 type->ref = sdl_deserialize_string(in); in sdl_deserialize_type()
1860 sdl_serialize_string(attr->ref, out); in sdl_serialize_attribute()
1948 sdl_serialize_string(type->ref, out); in sdl_serialize_type()
2632 if (pattr->ref) { in make_persistent_sdl_attribute()
2633 pattr->ref = strdup(pattr->ref); in make_persistent_sdl_attribute()
2745 if (ptype->ref) { in make_persistent_sdl_type()
2746 ptype->ref = strdup(ptype->ref); in make_persistent_sdl_type()
/PHP-8.2/ext/dom/
H A Dnode.c881 zval *id, *node, *ref = NULL; in PHP_METHOD() local
887 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|O!", &node, dom_node_class_entry, &ref, dom_node_cla… in PHP_METHOD()
932 if (ref != NULL) { in PHP_METHOD()
933 DOM_GET_OBJ(refp, ref, xmlNodePtr, refpobj); in PHP_METHOD()
/PHP-8.2/ext/standard/
H A Dvar.c1401 zend_refcounted *ref = Z_COUNTED_P(return_value); in php_unserialize_with_options() local
1402 gc_check_possible_root(ref); in php_unserialize_with_options()
H A Darray.c1535 zval ref; in php_array_walk() local
1536 ZVAL_COPY_VALUE(&ref, zv); in php_array_walk()
1547 Z_ADDREF(ref); in php_array_walk()
1550 if (Z_TYPE_P(Z_REFVAL(ref)) == IS_ARRAY && thash == Z_ARRVAL_P(Z_REFVAL(ref))) { in php_array_walk()
1555 zval_ptr_dtor(&ref); in php_array_walk()
H A Dvar_unserializer.re612 /* If the value is overwritten, remove old type source from ref. */
/PHP-8.2/Zend/tests/
H A D019.phpt300 echo "\n** Testing unset() variation 2: unset on a variable passed by ref. inside of a function **\…
314 $ref_val = "new value by ref";
1309 ** Testing unset() variation 2: unset on a variable passed by ref. inside of a function **
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c9278 if (ref) in compile_ref_matchingpath()
9294 if (ref) in compile_ref_matchingpath()
9383 if (ref) in compile_ref_matchingpath()
9442 if (ref) in compile_ref_iterator_matchingpath()
9486 if (ref) in compile_ref_iterator_matchingpath()
9494 if (ref) in compile_ref_iterator_matchingpath()
9530 if (!ref) in compile_ref_iterator_matchingpath()
9567 if (ref) in compile_ref_iterator_matchingpath()
9577 if (ref) in compile_ref_iterator_matchingpath()
9592 if (ref) in compile_ref_iterator_matchingpath()
[all …]
/PHP-8.2/ext/standard/tests/misc/
H A Dbrowscap.ini3987 [Simpy/* (Simpy; http://www.simpy.com/?ref=bot; feedback at simpy dot com)]

Completed in 265 milliseconds

1...<<1112131415