Home
last modified time | relevance | path

Searched refs:function2 (Results 1 – 6 of 6) sorted by relevance

/PHP-8.2/ext/oci8/tests/
H A Ddrcp_scope5.phpt14 // function2, allowing the table to be dropped cleanly at the end.
20 // function2. Also the table can't be dropped because an uncommitted
32 function2($user,$password,$dbase);
44 function function2($user,$password,$dbase)
H A Ddrcp_scope3.phpt17 // function2. Also the table can't be dropped because an uncommitted
29 function2($user,$password,$dbase);
41 function function2($user,$password,$dbase)
H A Ddrcp_scope4.phpt20 // reflected in function2. Use oci8.old_oci_close_semantics=1 to
32 function2($user,$password,$dbase);
44 function function2($user,$password,$dbase)
H A Ddrcp_scope2.phpt31 function2($user,$password,$dbase,$conn_type);
39 function2($user,$password,$dbase,$conn_type);
59 function function2($user,$password,$dbase,$conn_type)
H A Ddrcp_scope1.phpt31 function2($user,$password,$dbase,$conn_type);
39 function2($user,$password,$dbase,$conn_type);
59 function function2($user,$password,$dbase,$conn_type)
/PHP-8.2/ext/opcache/
H A Dzend_accelerator_util_funcs.c145 zend_function *function1, *function2; in _zend_accel_function_hash_copy() local
170 function2 = Z_PTR_P(t); in _zend_accel_function_hash_copy()
174 if (function2->type == ZEND_USER_FUNCTION in _zend_accel_function_hash_copy()
175 && function2->op_array.last > 0) { in _zend_accel_function_hash_copy()
178 ZSTR_VAL(function2->op_array.filename), in _zend_accel_function_hash_copy()
179 (int)function2->op_array.opcodes[0].lineno); in _zend_accel_function_hash_copy()

Completed in 10 milliseconds