Home
last modified time | relevance | path

Searched refs:ref (Results 1 – 25 of 222) sorted by last modified time

123456789

/PHP-7.3/
H A DNEWS185 . Fixed bug #72941 (Modifying bucket->data by-ref has no effect any longer).
1420 their parent by ref). (Nikita)
H A Dconfigure.ac1673 | details, see this page: http://www.php.net/manual/ref.oci8.php |
H A DUPGRADING88 $ref =& $arr[0];
/PHP-7.3/ext/imap/
H A Dphp_imap.c223 ZEND_ARG_INFO(0, ref)
229 ZEND_ARG_INFO(0, ref)
235 ZEND_ARG_INFO(0, ref)
271 ZEND_ARG_INFO(0, ref)
277 ZEND_ARG_INFO(0, ref)
1887 zend_string *ref, *pat; in PHP_FUNCTION() local
1903 mail_list(imap_le_struct->imap_stream, ZSTR_VAL(ref), ZSTR_VAL(pat)); in PHP_FUNCTION()
1926 zend_string *ref, *pat; in PHP_FUNCTION() local
1976 zend_string *ref, *pat, *content; in PHP_FUNCTION() local
2204 zend_string *ref, *pat; in PHP_FUNCTION() local
[all …]
/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()
H A Dphp_schema.c1077 if (ref) { in schema_group()
1511 if (ref) { in schema_element()
1744 if (ref) { in schema_attribute()
1983 } else if (ref) { in schema_attributeGroup()
2069 if ((tmp = zend_hash_str_find_ptr(ht, ref, strlen(ref))) != NULL) { in schema_find_by_ref()
2072 ref = strrchr(ref, ':'); in schema_find_by_ref()
2073 if (ref) { in schema_find_by_ref()
2125 efree(attr->ref); in schema_attribute_fixup()
2506 if (attr->ref) { in delete_attribute()
2532 if (attr->ref) { in delete_attribute_persistent()
[all …]
/PHP-7.3/Zend/
H A Dzend_vm_execute.h3500 zval *ref = NULL; local
3508 ref = value;
3549 zval *ref = NULL; local
3556 ref = value;
12566 ref = value;
18185 ref = value;
21475 zval *ref; local
21510 ref = value;
37700 ref = value;
37748 ref = value;
[all …]
H A Dzend_vm_def.h6136 zval *ref; variable
6144 zend_reference *ref; variable
6147 GC_ADDREF(ref);
6500 zval *ref = NULL; variable
6508 ref = value;
6550 zval *ref = NULL; variable
6557 ref = value;
7454 zend_reference *ref; variable
7498 ref = Z_REF_P(value);
7501 GC_ADDREF(ref);
[all …]
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/standard/tests/filters/
H A Dbug72941.phpt2 Bug #72941 (Modifying bucket->data by-ref has no effect any longer)
/PHP-7.3/Zend/tests/
H A Dlist_assign_ref_string_offset_error.phpt2 String offset error during list() by-ref assignment
/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/opcache/
H A Dzend_file_cache.c351 zend_reference *ref; local
354 ref = Z_REF_P(zv);
355 UNSERIALIZE_PTR(ref);
356 zend_file_cache_serialize_zval(&ref->val, script, info, buf);
997 zend_reference *ref; local
1000 ref = Z_REF_P(zv);
1001 zend_file_cache_unserialize_zval(&ref->val, script, buf);
/PHP-7.3/sapi/cli/
H A Dphp_cli.c1086 zval arg, ref; in do_cli() local
1111 object_init_ex(&ref, pce); in do_cli()
1115 zend_call_method_with_1_params(&ref, pce, &pce->constructor, "__construct", NULL, &arg); in do_cli()
1126 zend_call_method_with_1_params(NULL, reflection_ptr, NULL, "export", NULL, &ref); in do_cli()
1128 zval_ptr_dtor(&ref); in do_cli()
/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/reflection/tests/
H A Dbug79062.phpt20 $ref = new \ReflectionClass(BugReportMailrcConfigTests::class);
21 $s1 = $ref->getProperty('s1');
24 $s2 = $ref->getProperty('s2');
27 $s3 = $ref->getProperty('s3');
/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/reflection/
H A Dphp_reflection.c2443 ref->fptr = fptr; in ZEND_METHOD()
2445 intern->ptr = ref; in ZEND_METHOD()
3696 if (ref->doc_comment) { in ZEND_METHOD()
5359 property_reference *ref; in ZEND_METHOD() local
5366 _property_string(&str, &ref->prop, ZSTR_VAL(ref->unmangled_name), ""); in ZEND_METHOD()
5385 property_reference *ref; in _property_check_flag() local
5440 property_reference *ref; in ZEND_METHOD() local
5471 member_p = zend_read_static_property_ex(ref->ce, ref->unmangled_name, 0); in ZEND_METHOD()
5526 zend_update_static_property_ex(ref->ce, ref->unmangled_name, value); in ZEND_METHOD()
5532 zend_update_property_ex(ref->ce, object, ref->unmangled_name, value); in ZEND_METHOD()
[all …]
/PHP-7.3/tests/lang/
H A DpassByReference_003.phpt10 function passbyRef(&$ref) {
12 var_dump($ref);
H A DpassByReference_005.phpt10 function r(&$ref) {
11 $ref = "Ref changed";
20 function vr($val, &$ref) {
22 $ref = "Ref changed";
25 function rv(&$ref, $val) {
27 $ref = "Ref changed";
40 $ref = "Ref changed";
47 function r(&$ref) {
48 $ref = "Ref changed";
58 $ref = "Ref changed";
[all …]
H A DpassByReference_006.phpt35 echo "\n ---- Pass uninitialised array & object by ref: function call ---\n";
40 echo "\n ---- Pass uninitialised arrays & objects by ref: static method call ---\n";
45 echo "\n\n---- Pass uninitialised arrays & objects by ref: constructor ---\n";
50 echo "\n ---- Pass uninitialised arrays & objects by ref: instance method call ---\n";
57 ---- Pass uninitialised array & object by ref: function call ---
91 ---- Pass uninitialised arrays & objects by ref: static method call ---
128 ---- Pass uninitialised arrays & objects by ref: constructor ---
162 ---- Pass uninitialised arrays & objects by ref: instance method call ---
/PHP-7.3/tests/classes/
H A Dstatic_properties_003_error4.phpt11 $c->y =& $ref;
H A Dstatic_properties_003.phpt17 $ref = 'ref';
18 $c->x =& $ref;
26 //$c->y =& $ref; // Fatal error, tested in static_properties_003_error4.phpt
44 string(3) "ref"
H A Dstatic_properties_004.phpt17 $ref = 'changed.one';
18 D::$p =& $ref;
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_watch.h67 zend_refcounted *ref; member
73 zend_refcounted *ref; /* key to fetch the collision on parents */ member
79 zend_refcounted ref; member
86 phpdbg_watchpoint_t ref; member
103 zend_refcounted ref; member

Completed in 301 milliseconds

123456789