Home
last modified time | relevance | path

Searched refs:references (Results 1 – 25 of 202) sorted by relevance

123456789

/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_result_references_mysqlnd.phpt2 References to result sets - mysqlnd (no copies but references)
13 $references = array();
22 $references[$idx]['row_ref'] = &$row;
23 $references[$idx]['row_copy'] = $row;
24 $references[$idx]['id_ref'] = &$row['id'];
25 $references[$idx++]['id_copy'] = $row['id'];
28 debug_zval_dump($references);
38 $references[$idx]['row_ref'] = &$rows[$i];
39 $references[$idx]['row_copy'] = $rows[$i];
41 $references[$idx]['id_copy'] = $rows[$i]['id'];
[all …]
H A Dmysqli_result_references.phpt16 $references = array();
25 $references[$idx] = array(
28 $references[$idx++]['id'] += 0;
36 $references[$idx] = array(
39 $references[$idx++]['id'] += 0;
54 $references[$idx] = array(
57 $references[$idx]['id2'] = &$references[$idx]['id'];
58 $references[$idx]['id'] += 1;
59 $references[$idx++]['id2'] += 1;
62 $references[$idx++] = &$res;
[all …]
H A Dmysqli_stmt_bind_param_call_user_func.phpt59 print "Call user func, procedural, using references for everything\n";
87 print "Call user func, object oriented, using references for everything\n";
115 …print "Call user func, object oriented, using variable for types. using references for bound param…
171 …print "Call user func, procedural, using references for everything but using variable for types\n";
335 Call user func, procedural, using references for everything
338 Call user func, object oriented, using references for everything
341 Call user func, object oriented, using variable for types. using references for bound parameter
344 Call user func, object oriented, using constant for types. using references for bound parameter
347 Call user func, procedural, using references for everything but using variable for types
350 Call user func, procedural, using references for bound parameter, using variables for resource and …
[all …]
/PHP-8.2/ext/standard/tests/array/
H A Dcompact_variation1.phpt2 Test compact() function : usage variations - arrays containing references.
6 * compact variations - arrays with references
8 echo "*** Testing compact() : usage variations - arrays containing references ***\n";
35 *** Testing compact() : usage variations - arrays containing references ***
H A Darray_chunk_variation7.phpt2 Test array_chunk() function : usage variations - references
7 * 1. input array containing references
14 echo "\n-- Testing array_chunk(), input array containing references \n";
34 -- Testing array_chunk(), input array containing references
H A Darray_splice_variation1.phpt2 Test array_splice() function : usage variations - references
17 echo "Test behaviour of input arrays containing references \n";
28 echo "Test behaviour of replacement array containing references \n";
65 Test behaviour of input arrays containing references
90 Test behaviour of replacement array containing references
H A Darray_filter_variation6.phpt2 Test array_filter() function : usage variations - 'input' array containing references
9 echo "*** Testing array_filter() : usage variations - 'input' containing references ***\n";
35 *** Testing array_filter() : usage variations - 'input' containing references ***
H A Darray_walk_recursive_variation5.phpt9 echo "*** Testing array_walk_recursive() : array with references ***\n";
16 // 'input' array containing references to above variables
33 *** Testing array_walk_recursive() : array with references ***
H A Darray_walk_variation5.phpt9 echo "*** Testing array_walk() : array with references ***\n";
16 // 'input' array containing references to above variables
33 *** Testing array_walk() : array with references ***
H A Darray_map_variation8.phpt2 Test array_map() function : usage variations - array with references
9 echo "*** Testing array_map() : array with references for 'arr1' argument ***\n";
45 *** Testing array_map() : array with references for 'arr1' argument ***
H A Darray_map_variation2.phpt2 Test array_map() function : usage variations - references
6 echo "*** Testing array_map() : references ***\n";
22 *** Testing array_map() : references ***
H A Dusort_variation9.phpt39 echo "\n-- Sorting \$array_arg containing different references --\n";
46 -- Sorting $array_arg containing different references --
/PHP-8.2/ext/standard/tests/serialize/
H A Dserialization_arrays_005.phpt2 serialization: arrays with references, nested
26 echo "\n\n--- Nested array references 1 element in containing array:\n";
40 echo "\n\n--- Nested array references 2 elements in containing array:\n";
48 echo "\n\n--- Containing array references 1 element in nested array:\n";
55 echo "\n\n--- Containing array references 2 elements in nested array:\n";
62 echo "\n\n--- Nested array references container:\n";
71 --- Nested array references 1 element in containing array:
209 --- Nested array references 2 elements in containing array:
278 --- Containing array references 1 element in nested array:
347 --- Containing array references 2 elements in nested array:
[all …]
/PHP-8.2/Zend/tests/
H A Dstring_offset_errors.phpt37 Cannot create references to/from string offsets
38 Cannot create references to/from string offsets
39 Cannot create references to/from string offsets
H A Dclosure_018.phpt25 Notice: Only variable references should be returned by reference in %sclosure_018.php on line 7
28 Notice: Only variable references should be returned by reference in %sclosure_018.php on line 7
H A Dclosure_019.phpt23 Notice: Only variable references should be returned by reference in %sclosure_019.php on line 4
26 Notice: Only variable references should be returned by reference in %sclosure_019.php on line 4
/PHP-8.2/tests/lang/
H A Dbug22510.phpt2 Bug #22510 (segfault among complex references)
101 Notice: Only variable references should be returned by reference in %s on line %d
104 Notice: Only variable references should be returned by reference in %s on line %d
123 Notice: Only variable references should be returned by reference in %s on line %d
126 Notice: Only variable references should be returned by reference in %s on line %d
H A DreturnByReference.009.phpt2 Returning a references returned by another function
38 Notice: Only variable references should be returned by reference in %s on line %d
/PHP-8.2/Zend/tests/generators/
H A Dyield_by_reference_optimization.phpt17 Notice: Only variable references should be yielded by reference in %s on line %d
20 Notice: Only variable references should be yielded by reference in %s on line %d
/PHP-8.2/ext/spl/tests/
H A DSplObjectStorage_unserialize_reference.phpt2 SPL: Test that __unserialize converts references to non-references
H A Dfixedarray_023.phpt18 Warning: var_export does not handle circular references in %s on line 8
20 Warning: var_export does not handle circular references in %s on line 8
/PHP-8.2/ext/zip/tests/
H A Dbug80863.phpt2 Bug #80863 (ZipArchive::extractTo() ignores references)
22 // turn into references
/PHP-8.2/ext/phar/tests/
H A Dtest_alias_unset.phpt20 $phar2->setAlias('first'); // this works because there are no references to $fname open
24 $a = fopen($pname . '/file1.txt', 'r'); // this works because there are no references to $fname2 op…
26 $phar2 = new Phar($fname2); // fails because references open to $fname
/PHP-8.2/ext/mbstring/tests/
H A Dmb_check_encoding_array.phpt2 mb_check_encoding() - Circular references
26 Warning: mb_check_encoding(): Cannot not handle circular references in %s on line %d
/PHP-8.2/ext/zend_test/tests/
H A Dobserver_retval_by_ref_02.phpt28 Notice: Only variable references should be returned by reference in %s on line %d
32 Notice: Only variable references should be returned by reference in %s on line %d

Completed in 19 milliseconds

123456789