/PHP-8.2/ext/mysqli/tests/ |
H A D | mysqli_result_references_mysqlnd.phpt | 2 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 D | mysqli_result_references.phpt | 16 $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 D | mysqli_stmt_bind_param_call_user_func.phpt | 59 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 D | compact_variation1.phpt | 2 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 D | array_chunk_variation7.phpt | 2 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 D | array_splice_variation1.phpt | 2 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 D | array_filter_variation6.phpt | 2 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 D | array_walk_recursive_variation5.phpt | 9 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 D | array_walk_variation5.phpt | 9 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 D | array_map_variation8.phpt | 2 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 D | array_map_variation2.phpt | 2 Test array_map() function : usage variations - references 6 echo "*** Testing array_map() : references ***\n"; 22 *** Testing array_map() : references ***
|
H A D | usort_variation9.phpt | 39 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 D | serialization_arrays_005.phpt | 2 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 D | string_offset_errors.phpt | 37 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 D | closure_018.phpt | 25 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 D | closure_019.phpt | 23 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 D | bug22510.phpt | 2 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 D | returnByReference.009.phpt | 2 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 D | yield_by_reference_optimization.phpt | 17 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 D | SplObjectStorage_unserialize_reference.phpt | 2 SPL: Test that __unserialize converts references to non-references
|
H A D | fixedarray_023.phpt | 18 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 D | bug80863.phpt | 2 Bug #80863 (ZipArchive::extractTo() ignores references) 22 // turn into references
|
/PHP-8.2/ext/phar/tests/ |
H A D | test_alias_unset.phpt | 20 $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 D | mb_check_encoding_array.phpt | 2 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 D | observer_retval_by_ref_02.phpt | 28 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
|