Home
last modified time | relevance | path

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

123

/PHP-8.3/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.3/ext/reflection/tests/
H A DReflectionProperty_hasDefaultValue.phpt16 public int $val2 = 1234;
37 $property = new ReflectionProperty(TestClass::class, 'val2');
H A DReflectionProperty_getDefaultValue.phpt18 public int $val2 = 1234;
42 $property = new ReflectionProperty(TestClass::class, 'val2');
/PHP-8.3/Zend/tests/
H A Dbug41372.phpt5 $Foo = array('val1', 'val2', 'val3');
/PHP-8.3/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.3/ext/opcache/tests/jit/
H A Dbug81512.phpt10 $pipe = [['val1'],['val2'],];
/PHP-8.3/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.3/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.3/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.3/Zend/Optimizer/
H A Dzend_ssa.c303 zend_long val2 = 0; in place_essa_pis() local
321 if (!zend_sub_will_overflow(val1, val2) && !zend_sub_will_overflow(val2, val1)) { in place_essa_pis()
323 val1 -= val2; in place_essa_pis()
324 val2 -= tmp; in place_essa_pis()
343 val2 += add_val2; in place_essa_pis()
369 pi_range_equals(pi, var2, val2); in place_essa_pis()
376 pi_range_equals(pi, var2, val2); in place_essa_pis()
382 if (val2 > ZEND_LONG_MIN) { in place_essa_pis()
388 pi_range_min(pi, var2, val2); in place_essa_pis()
392 pi_range_max(pi, var2, val2); in place_essa_pis()
[all …]
/PHP-8.3/ext/oci8/tests/
H A Drefcur_prefetch_3.phpt45 $val2 = 'test'.$i;
46 oci_bind_by_name($s,':c1',$val2);
H A Drefcur_prefetch_4.phpt59 $val2 = 'test'.$i;
61 oci_bind_by_name($s,':c2',$val2);
H A Drefcur_prefetch_2.phpt57 $val2 = 'test'.$i;
59 oci_bind_by_name($s,':c2',$val2);
H A Drefcur_prefetch_1.phpt57 $val2 = 'test'.$i;
59 oci_bind_by_name($s,':c2',$val2);
/PHP-8.3/ext/pcre/
H A Dphp_pcre.c947 zval val1, val2; in init_unmatched_null_pair() local
949 ZVAL_LONG(&val2, -1); in init_unmatched_null_pair()
950 ZVAL_ARR(&PCRE_G(unmatched_null_pair), zend_new_pair(&val1, &val2)); in init_unmatched_null_pair()
954 zval val1, val2; in init_unmatched_empty_pair() local
956 ZVAL_LONG(&val2, -1); in init_unmatched_empty_pair()
957 ZVAL_ARR(&PCRE_G(unmatched_empty_pair), zend_new_pair(&val1, &val2)); in init_unmatched_empty_pair()
1014 zval val1, val2; in add_offset_pair() local
1016 ZVAL_LONG(&val2, start_offset); in add_offset_pair()
1017 ZVAL_ARR(&match_pair, zend_new_pair(&val1, &val2)); in add_offset_pair()

Completed in 54 milliseconds

123