Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c872 zend_function *function1, *function2; local
875 …, pCopyConstructor, sizeof(zend_function), 0, (void**)&function1, (void**)&function2) != SUCCESS) {
879 if (function2->type == ZEND_USER_FUNCTION
880 && function2->op_array.last > 0) {
883 function2->op_array.filename,
884 (int)function2->op_array.opcodes[0].lineno);

Completed in 13 milliseconds