Home
last modified time | relevance | path

Searched refs:val2 (Results 26 – 50 of 54) sorted by relevance

123

/PHP-8.1/ext/standard/tests/array/
H A Darray_udiff_assoc_variation5.phpt11 function incorrect_return_value ($val1, $val2) {
17 function too_many_parameters ($val1, $val2, $val3) {
H A Darray_udiff_uassoc_variation6.phpt11 function incorrect_return_value ($val1, $val2) {
17 function too_many_parameters ($val1, $val2, $val3) {
H A Darray_udiff_variation5.phpt12 function incorrect_return_value ($val1, $val2) {
18 function too_many_parameters ($val1, $val2, $val3) {
H A Darray_uintersect_assoc_variation5.phpt11 function incorrect_return_value ($val1, $val2) {
17 function too_many_parameters ($val1, $val2, $val3) {
H A Darray_uintersect_uassoc_variation6.phpt11 function incorrect_return_value ($val1, $val2) {
17 function too_many_parameters ($val1, $val2, $val3) {
H A Darray_uintersect_variation5.phpt11 function incorrect_return_value ($val1, $val2) {
17 function too_many_parameters ($val1, $val2, $val3) {
H A Darray_key_exists_variation5.phpt12 'one' => 'val2',
/PHP-8.1/ext/reflection/tests/
H A DReflectionProperty_hasDefaultValue.phpt15 public int $val2 = 1234;
36 $property = new ReflectionProperty(TestClass::class, 'val2');
H A DReflectionProperty_getDefaultValue.phpt17 public int $val2 = 1234;
41 $property = new ReflectionProperty(TestClass::class, 'val2');
/PHP-8.1/Zend/tests/
H A Dbug41372.phpt5 $Foo = array('val1', 'val2', 'val3');
/PHP-8.1/tests/lang/
H A DpassByReference_005.phpt14 function vv($val1, $val2) {
16 $val2 = "Val2 changed";
49 function vv($val1, $val2) {
51 $val2 = "Val2 changed";
77 static function static_vv($val1, $val2) {
79 $val2 = "Val2 changed";
/PHP-8.1/ext/spl/tests/
H A Dbug54971.phpt11 <node>val2</node>
H A Dbug42654_2.phpt5 $data = array ('key1' => 'val1', array('key2' => 'val2'), 'key3' => 'val3');
H A Dspl_heap_iteration_error.phpt10 public function compare($val1,$val2): int {
/PHP-8.1/ext/opcache/tests/jit/
H A Dbug81512.phpt10 $pipe = [['val1'],['val2'],];
/PHP-8.1/ext/pdo/tests/
H A Dpdo_022.phpt29 $db->exec('CREATE TABLE test(id INT NOT NULL PRIMARY KEY, val VARCHAR(10), val2 VARCHAR(16))');
47 $select = $db->query('SELECT id, val, val2 FROM test');
H A Dpdo_021.phpt22 $db->exec('CREATE TABLE test(id INT NOT NULL PRIMARY KEY, val VARCHAR(10), val2 VARCHAR(16))');
/PHP-8.1/Zend/tests/arg_unpack/
H A Dtraversable_with_by_ref_parameters.phpt6 function test($val1, $val2, $val3, &$ref) {
H A Dby_ref.phpt24 function test2($val1, &$ref1, $val2, &$ref2) {
/PHP-8.1/Zend/Optimizer/
H A Dzend_ssa.c304 zend_long val2 = 0; in place_essa_pis() local
322 if (!zend_sub_will_overflow(val1, val2) && !zend_sub_will_overflow(val2, val1)) { in place_essa_pis()
324 val1 -= val2; in place_essa_pis()
325 val2 -= tmp; in place_essa_pis()
344 val2 += add_val2; in place_essa_pis()
370 pi_range_equals(pi, var2, val2); in place_essa_pis()
377 pi_range_equals(pi, var2, val2); in place_essa_pis()
383 if (val2 > ZEND_LONG_MIN) { in place_essa_pis()
389 pi_range_min(pi, var2, val2); in place_essa_pis()
393 pi_range_max(pi, var2, val2); in place_essa_pis()
[all …]
/PHP-8.1/ext/oci8/tests/
H A Drefcur_prefetch_3.phpt43 $val2 = 'test'.$i;
44 oci_bind_by_name($s,':c1',$val2);
H A Drefcur_prefetch_4.phpt57 $val2 = 'test'.$i;
59 oci_bind_by_name($s,':c2',$val2);
H A Drefcur_prefetch_2.phpt55 $val2 = 'test'.$i;
57 oci_bind_by_name($s,':c2',$val2);
H A Drefcur_prefetch_1.phpt55 $val2 = 'test'.$i;
57 oci_bind_by_name($s,':c2',$val2);
/PHP-8.1/ext/pcre/
H A Dphp_pcre.c982 zval val1, val2; in init_unmatched_null_pair() local
984 ZVAL_LONG(&val2, -1); in init_unmatched_null_pair()
985 ZVAL_ARR(&PCRE_G(unmatched_null_pair), zend_new_pair(&val1, &val2)); in init_unmatched_null_pair()
989 zval val1, val2; in init_unmatched_empty_pair() local
991 ZVAL_LONG(&val2, -1); in init_unmatched_empty_pair()
992 ZVAL_ARR(&PCRE_G(unmatched_empty_pair), zend_new_pair(&val1, &val2)); in init_unmatched_empty_pair()
1049 zval val1, val2; in add_offset_pair() local
1051 ZVAL_LONG(&val2, start_offset); in add_offset_pair()
1052 ZVAL_ARR(&match_pair, zend_new_pair(&val1, &val2)); in add_offset_pair()

Completed in 106 milliseconds

123