Home
last modified time | relevance | path

Searched refs:value1 (Results 51 – 64 of 64) sorted by relevance

123

/PHP-7.4/ext/standard/tests/array/
H A Dasort_variation4.phpt20 $value1 = 100;
25 $unsorted_numerics = array( 1 => &$value1 , 2 => &$value2, 3 => &$value3);
H A Dsort_variation4.phpt20 $value1 = 100;
25 $unsorted_numerics = array( &$value1 , &$value2, &$value3);
H A Dnatcasesort_object2.phpt24 function __construct($value1, $value2,$value3){
25 $this->public_class_value = $value1;
H A Dasort_object2.phpt26 function __construct($value1, $value2,$value3){
27 $this->public_class_value = $value1;
41 function __construct($value1, $value2,$value3){
42 $this->public_class_value = $value1;
H A Dsort_object2.phpt25 function __construct($value1, $value2,$value3){
26 $this->public_class_value = $value1;
39 function __construct($value1, $value2,$value3){
40 $this->public_class_value = $value1;
H A Darsort_object2.phpt26 function __construct($value1, $value2,$value3){
27 $this->public_class_value = $value1;
41 function __construct($value1, $value2,$value3){
42 $this->public_class_value = $value1;
H A Darray_unique_variation6.phpt17 $value1 = 10;
H A Darray_map_variation8.phpt27 $value1 = 10;
H A Darray_merge_recursive_variation7.phpt17 $value1 = 10;
/PHP-7.4/ext/spl/tests/
H A Dfixedarray_002.phpt35 $a[0] = "value1";
53 $a[1] = "value1";
H A Dbug65328.phpt290 $node1 = new Node('value1', 1);
330 [data:protected] => value1
/PHP-7.4/ext/dba/tests/
H A Dbug71514.phpt14 dba_insert('foo', 'value1', $db);
/PHP-7.4/ext/spl/
H A Dspl_heap.c1155 ZEND_ARG_INFO(0, value1)
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c9448 sljit_sw value1; in compile_callout_matchingpath() local
9462 value1 = (*cc == OP_CALLOUT) ? cc[1 + 2 * LINK_SIZE] : 0; in compile_callout_matchingpath()
9463 OP1(SLJIT_MOV_U32, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(callout_number), SLJIT_IMM, value1); in compile_callout_matchingpath()
9478 value1 = 0; in compile_callout_matchingpath()
9484 value1 = (sljit_sw) (cc + (1 + 4*LINK_SIZE) + 1); in compile_callout_matchingpath()
9489 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(callout_string), SLJIT_IMM, value1); in compile_callout_matchingpath()

Completed in 75 milliseconds

123