Home
last modified time | relevance | path

Searched refs:ref (Results 201 – 222 of 222) sorted by relevance

123456789

/PHP-7.3/ext/soap/tests/
H A Dbug68361.phpt16 <xsd:attribute ref="soapenc:arrayType" arrayType="ns:Employee[]"/>
/PHP-7.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-7.3/
H A D.gdbinit244 ____printzv &$zvalue->value.ref->val $arg1
628 printf "looking ref %p in roots\n", $arg0
630 if $current->ref == $arg0
H A DUPGRADING88 $ref =& $arr[0];
H A Dconfigure.ac1673 | details, see this page: http://www.php.net/manual/ref.oci8.php |
H A DNEWS185 . Fixed bug #72941 (Modifying bucket->data by-ref has no effect any longer).
1420 their parent by ref). (Nikita)
/PHP-7.3/Zend/
H A Dzend_ast.c744 zend_ast_ref *ref; in zend_ast_copy() local
748 ref = emalloc(tree_size); in zend_ast_copy()
749 zend_ast_tree_copy(ast, GC_AST(ref)); in zend_ast_copy()
750 GC_SET_REFCOUNT(ref, 1); in zend_ast_copy()
751 GC_TYPE_INFO(ref) = IS_CONSTANT_AST; in zend_ast_copy()
752 return ref; in zend_ast_copy()
H A Dzend_execute.c600 zend_reference *ref; in zend_assign_to_variable_reference() local
608 ref = Z_REF_P(value_ptr); in zend_assign_to_variable_reference()
609 GC_ADDREF(ref); in zend_assign_to_variable_reference()
614 ZVAL_REF(variable_ptr, ref); in zend_assign_to_variable_reference()
621 ZVAL_REF(variable_ptr, ref); in zend_assign_to_variable_reference()
/PHP-7.3/ext/oci8/tests/
H A Drefcur_prefetch_4.phpt31 type refcursortype is ref cursor;
H A Drefcur_prefetch_2.phpt29 type refcursortype is ref cursor;
H A Drefcur_prefetch_1.phpt29 type refcursortype is ref cursor;
H A Dbug43492.phpt32 While fetching data from a ref cursor, the parent statement needs to
/PHP-7.3/main/
H A Dmain.c1054 char *ref; /* temp copy for duplicated docref */ in php_verror() local
1058 ref = estrdup(docref); in php_verror()
1062 docref_buf = ref; in php_verror()
1064 p = strrchr(ref, '#'); in php_verror()
1074 spprintf(&docref_buf, 0, "%s%s", ref, PG(docref_ext)); in php_verror()
1075 efree(ref); in php_verror()
/PHP-7.3/ext/dom/
H A Dnode.c923 zval *id, *node, *ref = NULL; in PHP_FUNCTION() local
928 …tThis(), "OO|O!", &id, dom_node_class_entry, &node, dom_node_class_entry, &ref, dom_node_class_ent… in PHP_FUNCTION()
970 if (ref != NULL) { in PHP_FUNCTION()
971 DOM_GET_OBJ(refp, ref, xmlNodePtr, refpobj); in PHP_FUNCTION()
/PHP-7.3/ext/soap/
H A Dphp_sdl.c1230 attr->ref = sdl_deserialize_string(in); in sdl_deserialize_attribute()
1327 type->ref = sdl_deserialize_string(in); in sdl_deserialize_type()
1838 sdl_serialize_string(attr->ref, out); in sdl_serialize_attribute()
1926 sdl_serialize_string(type->ref, out); in sdl_serialize_type()
2600 if (pattr->ref) { in make_persistent_sdl_attribute()
2601 pattr->ref = strdup(pattr->ref); in make_persistent_sdl_attribute()
2713 if (ptype->ref) { in make_persistent_sdl_type()
2714 ptype->ref = strdup(ptype->ref); in make_persistent_sdl_type()
/PHP-7.3/Zend/tests/
H A D019.phpt310 echo "\n** Testing unset() variation 2: unset on a variable passed by ref. inside of a function **\…
324 $ref_val = "new value by ref";
1320 ** Testing unset() variation 2: unset on a variable passed by ref. inside of a function **
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c7847 if (ref) in compile_ref_matchingpath()
7862 if (ref) in compile_ref_matchingpath()
7893 if (ref) in compile_ref_matchingpath()
7952 if (ref) in compile_ref_iterator_matchingpath()
7996 if (ref) in compile_ref_iterator_matchingpath()
8004 if (ref) in compile_ref_iterator_matchingpath()
8040 if (!ref) in compile_ref_iterator_matchingpath()
8077 if (ref) in compile_ref_iterator_matchingpath()
8087 if (ref) in compile_ref_iterator_matchingpath()
8102 if (ref) in compile_ref_iterator_matchingpath()
[all …]
/PHP-7.3/ext/standard/
H A Darray.c1413 zval ref; in php_array_walk() local
1414 ZVAL_COPY_VALUE(&ref, zv); in php_array_walk()
1429 Z_ADDREF(ref); in php_array_walk()
1432 if (Z_TYPE_P(Z_REFVAL(ref)) == IS_ARRAY && thash == Z_ARRVAL_P(Z_REFVAL(ref))) { in php_array_walk()
1437 zval_ptr_dtor(&ref); in php_array_walk()
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY2041 define: (?<name>...), back-ref: \g<name>
/PHP-7.3/ext/standard/tests/misc/
H A Dbrowscap.ini3987 [Simpy/* (Simpy; http://www.simpy.com/?ref=bot; feedback at simpy dot com)]

Completed in 309 milliseconds

123456789