Home
last modified time | relevance | path

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

1...<<111213141516

/PHP-8.3/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.3/ext/oci8/tests/
H A Dbug42841.phpt30 type cursortype is ref Cursor;
H A Drefcur_prefetch_4.phpt33 type refcursortype is ref cursor;
H A Drefcur_prefetch_2.phpt31 type refcursortype is ref cursor;
H A Drefcur_prefetch_1.phpt31 type refcursortype is ref cursor;
H A Dbug43492.phpt35 While fetching data from a ref cursor, the parent statement needs to
/PHP-8.3/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.3/ext/soap/tests/
H A Dbug68361.phpt16 <xsd:attribute ref="soapenc:arrayType" arrayType="ns:Employee[]"/>
/PHP-8.3/ext/imap/
H A Dphp_imap.c1294 zend_string *ref, *pat; in PHP_FUNCTION() local
1298 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "OSS", &imap_conn_obj, php_imap_ce, &ref, &pat) == FAIL… in PHP_FUNCTION()
1308 mail_list(imap_conn_struct->imap_stream, ZSTR_VAL(ref), ZSTR_VAL(pat)); in PHP_FUNCTION()
1357 zend_string *ref, *pat; in PHP_FUNCTION() local
1371 mail_list(imap_conn_struct->imap_stream, ZSTR_VAL(ref), ZSTR_VAL(pat)); in PHP_FUNCTION()
1394 zend_string *ref, *pat, *content; in PHP_FUNCTION() local
1405 mail_scan(imap_conn_struct->imap_stream, ZSTR_VAL(ref), ZSTR_VAL(pat), ZSTR_VAL(content)); in PHP_FUNCTION()
1680 zend_string *ref, *pat; in PHP_FUNCTION() local
1695 mail_lsub(imap_conn_struct->imap_stream, ZSTR_VAL(ref), ZSTR_VAL(pat)); in PHP_FUNCTION()
1717 zend_string *ref, *pat; in PHP_FUNCTION() local
[all …]
/PHP-8.3/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.3/
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.3/main/
H A Dmain.c1067 char *ref; /* temp copy for duplicated docref */ in php_verror() local
1071 ref = estrdup(docref); in php_verror()
1075 docref_buf = ref; in php_verror()
1077 p = strrchr(ref, '#'); in php_verror()
1087 spprintf(&docref_buf, 0, "%s%s", ref, PG(docref_ext)); in php_verror()
1088 efree(ref); in php_verror()
/PHP-8.3/ext/soap/
H A Dphp_sdl.c1242 attr->ref = sdl_deserialize_string(in); in sdl_deserialize_attribute()
1339 type->ref = sdl_deserialize_string(in); in sdl_deserialize_type()
1850 sdl_serialize_string(attr->ref, out); in sdl_serialize_attribute()
1938 sdl_serialize_string(type->ref, out); in sdl_serialize_type()
2622 if (pattr->ref) { in make_persistent_sdl_attribute()
2623 pattr->ref = strdup(pattr->ref); in make_persistent_sdl_attribute()
2735 if (ptype->ref) { in make_persistent_sdl_type()
2736 ptype->ref = strdup(ptype->ref); in make_persistent_sdl_type()
/PHP-8.3/ext/dom/
H A Dnode.c873 zval *id, *node, *ref = NULL; in PHP_METHOD() local
879 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|O!", &node, dom_node_class_entry, &ref, dom_node_cla… in PHP_METHOD()
924 if (ref != NULL) { in PHP_METHOD()
925 DOM_GET_OBJ(refp, ref, xmlNodePtr, refpobj); in PHP_METHOD()
/PHP-8.3/ext/standard/
H A Dvar.c1417 zend_refcounted *ref = Z_COUNTED_P(return_value); in php_unserialize_with_options() local
1418 gc_check_possible_root(ref); in php_unserialize_with_options()
H A Darray.c1456 zval ref; in php_array_walk() local
1457 ZVAL_COPY_VALUE(&ref, zv); in php_array_walk()
1468 Z_ADDREF(ref); in php_array_walk()
1471 if (Z_TYPE_P(Z_REFVAL(ref)) == IS_ARRAY && thash == Z_ARRVAL_P(Z_REFVAL(ref))) { in php_array_walk()
1476 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.3/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.3/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.3/ext/opcache/jit/
H A Dzend_jit_trace.c7471 const char *ref = (op1_type & IS_TRACE_INDIRECT) ? in zend_jit_dump_trace() local
7476 fprintf(stderr, " op1(%sobject of class %s)", ref, in zend_jit_dump_trace()
7480 fprintf(stderr, " op1(%s%s%s)", ref, (op1_type & IS_TRACE_PACKED) ? "packed " : "", type); in zend_jit_dump_trace()
7484 const char *ref = (op2_type & IS_TRACE_INDIRECT) ? in zend_jit_dump_trace() local
7489 fprintf(stderr, " op2(%sobject of class %s)", ref, in zend_jit_dump_trace()
7493 fprintf(stderr, " op2(%s%s)", ref, type); in zend_jit_dump_trace()
7497 const char *ref = (op3_type & IS_TRACE_INDIRECT) ? in zend_jit_dump_trace() local
7501 fprintf(stderr, " op3(%s%s)", ref, type); in zend_jit_dump_trace()
H A Dzend_jit_arm64.dasc5656 | // zend_refcounted *ref = Z_COUNTED_P(retval_ptr);
5659 | // ZVAL_COPY_VALUE(return_value, &ref->val);
10107 | // zend_refcounted *ref = Z_COUNTED_P(retval_ptr);
10109 | // ZVAL_COPY_VALUE(return_value, &ref->value);
11016 | // zend_refcounted *ref = Z_COUNTED_P(retval_ptr);
11018 | // ZVAL_COPY_VALUE(return_value, &ref->value);
11844 | // ZVAL_REF(variable_ptr, ref)
11869 | // ZVAL_REF(variable_ptr, ref)
H A Dzend_jit_x86.dasc6192 | // zend_refcounted *ref = Z_COUNTED_P(retval_ptr);
6195 | // ZVAL_COPY_VALUE(return_value, &ref->value);
10825 | // zend_refcounted *ref = Z_COUNTED_P(retval_ptr);
10827 | // ZVAL_COPY_VALUE(return_value, &ref->value);
11737 | // zend_refcounted *ref = Z_COUNTED_P(retval_ptr);
11739 | // ZVAL_COPY_VALUE(return_value, &ref->value);
12604 | // ZVAL_REF(variable_ptr, ref)
12629 | // ZVAL_REF(variable_ptr, ref)

Completed in 161 milliseconds

1...<<111213141516