Home
last modified time | relevance | path

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

123456789

/PHP-7.3/Zend/tests/
H A Dbug72813.phpt2 Bug #72813 (Segfault with __get returned by ref)
H A Dassign_ref_to_overloaded_prop.phpt2 Cannot assign by reference to overloaded object, even if __get() returns by-ref
H A Dbug72038.phpt2 Bug #72038 (Function calls with values to a by-ref parameter don't always throw a notice)
H A Dassign_ref_error_var_handling.phpt2 If the LHS of ref-assign ERRORs, that takes precendence over the "only variables" notice
H A Dcall_user_func_array_prefer_ref.phpt2 call_user_func_array() passes value to prefer-ref arg if element wasn't a reference
H A Dclosure_018.phpt2 Closure 018: Assigning lambda to static var and returning by ref
H A Ddynamic_call_to_ref_returning_function.phpt2 When performing a dynamic call to a ret-by-ref function, the reference should be unwrapped
/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/ext/soap/tests/bugs/
H A Dbug41566.phpt64 …i:type="xsd:string">newUser</sName></item><item enc:ref="#ref1"/><item enc:ref="#ref1"/><item enc:
/PHP-7.3/tests/classes/
H A Dstatic_properties_003_error4.phpt11 $c->y =& $ref;
/PHP-7.3/ext/standard/tests/serialize/
H A Dserialization_objects_014.phpt55 echo "\n\n--- a,b ref external:\n";
63 echo "\n\n--- a,b,c ref external:\n";
206 --- a,b ref external:
250 --- a,b,c ref external:
H A Dserialization_objects_015.phpt37 echo "\n\n--- a,b ref container:\n";
53 echo "\n\n--- a,b,c ref container:\n";
160 --- a,b ref container:
248 --- a,b,c ref container:
/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/ext/pdo_mysql/tests/
H A Dpdo_mysql_class_constants.phpt64 $ref = new ReflectionClass('PDO');
65 $constants = $ref->getConstants();
/PHP-7.3/ext/standard/tests/array/
H A Darray_map_variation19.phpt24 $ref =& $arr2[0];
/PHP-7.3/ext/soap/tests/schema/
H A Dschema071.phpt12 <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="int[]"/>
H A Dschema056.phpt12 <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="int[]"/>
H A Dschema072.phpt13 <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="int[]"/>
H A Dschema061.phpt15 <attribute ref="enc12:arraySize" wsdl:arraySize="* 1"/>
/PHP-7.3/ext/spl/tests/
H A DarrayObject_exchangeArray_basic1.phpt7 $cowRef = $swapIn; // create a copy-on-write ref to $swapIn
/PHP-7.3/tests/lang/
H A DpassByReference_008.phpt2 Pass same variable by ref and by value.
H A Dfunc_num_args.004.phpt2 Pass same variable by ref and by value.
H A Dfunc_get_args.004.phpt2 Pass same variable by ref and by value (PHP7).
/PHP-7.3/ext/soap/
H A Dphp_sdl.h210 char *ref; member
246 char *ref; member
/PHP-7.3/ext/oci8/tests/
H A Dbug44206.phpt2 Bug #44206 (Test if selecting ref cursors leads to ORA-1000 maximum open cursors reached)

Completed in 77 milliseconds

123456789