Home
last modified time | relevance | path

Searched refs:val1 (Results 1 – 25 of 38) sorted by path

12

/php-src/Zend/Optimizer/
H A Dsccp.c1955 zval *val1, *val2; in join_hash_tables() local
1957 ZEND_HASH_FOREACH_KEY_VAL(ht1, index, key, val1) { in join_hash_tables()
1963 if (val2 && zend_is_identical(val1, val2)) { in join_hash_tables()
1965 val1 = zend_hash_add_new(ret, key, val1); in join_hash_tables()
1967 val1 = zend_hash_index_add_new(ret, index, val1); in join_hash_tables()
1969 Z_TRY_ADDREF_P(val1); in join_hash_tables()
H A Dzend_ssa.c302 zend_long val1 = 0; in place_essa_pis() local
321 if (!zend_sub_will_overflow(val1, val2) && !zend_sub_will_overflow(val2, val1)) { in place_essa_pis()
322 zend_long tmp = val1; in place_essa_pis()
323 val1 -= val2; in place_essa_pis()
360 val1 += add_val1; in place_essa_pis()
404 pi_range_equals(pi, var1, val1); in place_essa_pis()
411 pi_range_equals(pi, var1, val1); in place_essa_pis()
417 if (val1 < ZEND_LONG_MAX) { in place_essa_pis()
423 pi_range_max(pi, var1, val1); in place_essa_pis()
427 pi_range_min(pi, var1, val1); in place_essa_pis()
[all …]
/php-src/Zend/tests/arg_unpack/
H A Dby_ref.phpt24 function test2($val1, &$ref1, $val2, &$ref2) {
H A Dtraversable_with_by_ref_parameters.phpt6 function test($val1, $val2, $val3, &$ref) {
/php-src/Zend/tests/
H A Dbug41372.phpt5 $Foo = array('val1', 'val2', 'val3');
H A Dstring_to_number_comparison.phpt17 function compare_eq($val1, $val2) {
18 echo format($val1), " == ", format($val2), ": ", format($val1 == $val2), "\n";
21 function compare_3way($val1, $val2) {
22 echo format($val1), " <=> ", format($val2), ": ", format($val1 <=> $val2), "\n";
/php-src/Zend/
H A Dzend_hash.c296 ZEND_API HashTable* ZEND_FASTCALL zend_new_pair(zval *val1, zval *val2) in zend_new_pair() argument
305 ZVAL_COPY_VALUE(zv, val1); in zend_new_pair()
H A Dzend_hash.h335 ZEND_API HashTable* ZEND_FASTCALL zend_new_pair(zval *val1, zval *val2);
/php-src/ext/dom/lexbor/lexbor/core/
H A Dbase.h39 #define lexbor_max(val1, val2) ((val1) > (val2) ? (val1) : (val2)) argument
40 #define lexbor_min(val1, val2) ((val1) < (val2) ? (val1) : (val2)) argument
/php-src/ext/opcache/tests/jit/
H A Dbug81512.phpt9 $pipe = [['val1'],['val2'],];
/php-src/ext/pcre/
H A Dphp_pcre.c939 zval val1, val2; in init_unmatched_null_pair() local
940 ZVAL_NULL(&val1); in init_unmatched_null_pair()
942 ZVAL_ARR(&PCRE_G(unmatched_null_pair), zend_new_pair(&val1, &val2)); in init_unmatched_null_pair()
946 zval val1, val2; in init_unmatched_empty_pair() local
947 ZVAL_EMPTY_STRING(&val1); in init_unmatched_empty_pair()
949 ZVAL_ARR(&PCRE_G(unmatched_empty_pair), zend_new_pair(&val1, &val2)); in init_unmatched_empty_pair()
1006 zval val1, val2; in add_offset_pair() local
1007 populate_match_value_str(&val1, subject, start_offset, end_offset); in add_offset_pair()
1009 ZVAL_ARR(&match_pair, zend_new_pair(&val1, &val2)); in add_offset_pair()
/php-src/ext/pdo/tests/
H A Dpdo_028.phpt18 $db->exec('CREATE TABLE test028(id int NOT NULL PRIMARY KEY, val1 VARCHAR(10), val2 VARCHAR(10), va…
45 ["val1"]=>
/php-src/ext/reflection/tests/
H A DReflectionProperty_getDefaultValue.phpt17 public int $val1;
39 $property = new ReflectionProperty(TestClass::class, 'val1');
H A DReflectionProperty_hasDefaultValue.phpt15 public int $val1;
34 $property = new ReflectionProperty(TestClass::class, 'val1');
/php-src/ext/spl/tests/
H A DarrayObject___construct_basic1.phpt14 var_dump(new ArrayObject(array('key1' => 'val1')));
39 string(4) "val1"
H A Dbug42654.phpt5 $data = array(1 => 'val1',
30 string(4) "val1"
H A Dbug42654_2.phpt5 $data = array ('key1' => 'val1', array('key2' => 'val2'), 'key3' => 'val3');
H A Dbug54971.phpt10 <node>val1</node>
H A Dspl_heap_iteration_error.phpt10 public function compare($val1,$val2): int {
/php-src/ext/standard/tests/array/
H A Darray_key_exists_variation5.phpt11 $multi_array = array ('zero' => 'val1',
H A Darray_merge_variation9.phpt12 $val1 = 'foo';
16 $arr1 = array(&$val1, &$val2, &$val3);
17 $arr2 = array('key1' => 'val1', 'key2' => 'val2', 'key3' => 'val3');
43 string(4) "val1"
51 string(4) "val1"
73 string(4) "val1"
81 string(4) "val1"
H A Darray_slice_variation9.phpt13 $val1 = 'one';
18 $input = array(3 => &$val1, 2 => &$val2, 1 => &$val3);
H A Darray_udiff_assoc_variation5.phpt11 function incorrect_return_value ($val1, $val2) {
17 function too_many_parameters ($val1, $val2, $val3) {
27 function too_few_parameters ($val1) {
H A Darray_udiff_uassoc_variation6.phpt11 function incorrect_return_value ($val1, $val2) {
17 function too_many_parameters ($val1, $val2, $val3) {
27 function too_few_parameters ($val1) {
H A Darray_udiff_variation5.phpt12 function incorrect_return_value ($val1, $val2) {
18 function too_many_parameters ($val1, $val2, $val3) {
28 function too_few_parameters ($val1) {

Completed in 75 milliseconds

12