Home
last modified time | relevance | path

Searched refs:ref (Results 151 – 175 of 249) sorted by relevance

12345678910

/PHP-7.4/Zend/tests/
H A Dmagic_by_ref_005.phpt2 passing parameter of __isset() by ref
H A Dmagic_by_ref_006.phpt2 passing first parameter of __call() by ref
H A Dlist_assign_ref_string_offset_error.phpt2 String offset error during list() by-ref assignment
H A Dmagic_by_ref_007.phpt2 passing second parameter of __call() by ref
H A Dbug71154.phpt7 foreach ($array as &$ref) {
H A Dincdec_ref_property.phpt8 $ref =& $obj->prop;
H A Dobjects_032.phpt2 Covariant return-by-ref constraints
H A Dbug70083.phpt2 Bug #70083 (Use after free with assign by ref to overloaded objects)
H A Dassign_ref_to_overloaded_prop.phpt2 Cannot assign by reference to overloaded object, even if __get() returns by-ref
H A Dbug72813.phpt2 Bug #72813 (Segfault with __get returned by ref)
H A Dassign_ref_error_var_handling.phpt2 If the LHS of ref-assign ERRORs, that takes precedence over the "only variables" notice
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c2400 ref->fptr = fptr; in ZEND_METHOD()
2402 intern->ptr = ref; in ZEND_METHOD()
3675 if (ref->doc_comment) { in ZEND_METHOD()
5370 property_reference *ref; in ZEND_METHOD() local
5377 _property_string(&str, &ref->prop, ZSTR_VAL(ref->unmangled_name), "", ref->dynamic); in ZEND_METHOD()
5396 property_reference *ref; in _property_check_flag() local
5443 property_reference *ref; in ZEND_METHOD() local
5458 property_reference *ref; in ZEND_METHOD() local
5475 property_reference *ref; in ZEND_METHOD() local
5523 property_reference *ref; in ZEND_METHOD() local
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Dextract_variation11.phpt6 $ref = &$a;
H A Dbug25708.phpt5 function foo($ref, $alt) {
14 if ($ref) {
52 if ($ref) echo 'r';
/PHP-7.4/Zend/tests/varSyntax/
H A DtempPropFetchByRefError.phpt6 $fn = function(&$ref) {};
/PHP-7.4/Zend/tests/generators/errors/
H A Dyield_non_ref_function_call_by_ref_error.phpt2 Yielding the result of a non-ref function call throw a notice
/PHP-7.4/ext/opcache/tests/
H A Dwrong_inlining_001.phpt20 function foo(&$ref) {}
/PHP-7.4/ext/reflection/tests/
H A Dparameters_002.phpt6 function test($nix, Array $ar, &$ref, stdClass $std,
13 function method($nix, Array $ar, &$ref, stdClass $std,
98 getName: string(3) "ref"
164 getName: string(3) "ref"
/PHP-7.4/tests/lang/
H A Dfunc_get_arg.005.phpt14 $ref =& $a;
/PHP-7.4/Zend/
H A Dzend_execute.c551 zend_reference *ref; in zend_assign_to_variable_reference() local
559 ref = Z_REF_P(value_ptr); in zend_assign_to_variable_reference()
560 GC_ADDREF(ref); in zend_assign_to_variable_reference()
650 zval *ref = NULL; in make_real_object() local
652 ref = object; in make_real_object()
683 if (ref && ZEND_REF_HAS_TYPE_SOURCES(Z_REF_P(ref))) { in make_real_object()
1023 ref = Z_REF_P(arg); in zend_check_type()
1057 } else if (ref && ZEND_REF_HAS_TYPE_SOURCES(ref)) { in zend_check_type()
1357 concat_function(&ref->val, &ref->val, value); in zend_binary_assign_op_typed_ref()
3249 if (!GC_DELREF(ref)) { in i_zval_ptr_dtor_noref()
[all …]
/PHP-7.4/ext/sockets/tests/
H A Dsocket_select.phpt20 $ref =& $sockets[0]; // bug #78038
/PHP-7.4/ext/session/tests/
H A Dbug31454.phpt2 Bug #31454 (session_set_save_handler crashes PHP when supplied non-existent object ref)
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_102.phpt2 Compound assignment operator on static property holding ref
H A Dtyped_properties_067.phpt2 Iterable typed properties must be accepted to by-ref array arguments
/PHP-7.4/tests/classes/
H A Dstatic_properties_003_error4.phpt12 $c->y =& $ref;

Completed in 83 milliseconds

12345678910