Home
last modified time | relevance | path

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

/PHP-5.5/ext/oci8/tests/
H A Ddrcp_scope3.phpt13 // The test opens a connection within function1 and updates a table
15 // 2, and the table queried. When function1 ends, the connection from
16 // function1 is not closed, so the updated value will be seen in
26 function1($user,$password,$dbase);
33 function function1($user,$password,$dbase)
H A Ddrcp_scope5.phpt16 // The test opens a connection within function1 and updates a table
18 // 2, and the table queried. When function1 ends, the connection from
19 // function1 is not closed, so the updated value will be seen in
29 function1($user,$password,$dbase);
36 function function1($user,$password,$dbase)
H A Ddrcp_scope4.phpt16 // In PHP 5.3, the test opens a connection within function1 and
18 // from function 2, and the table queried. When function1 ends, the
29 function1($user,$password,$dbase);
36 function function1($user,$password,$dbase)
H A Ddrcp_scope2.phpt28 function1($user,$password,$dbase,$conn_type);
36 function1($user,$password,$dbase,$conn_type);
43 function function1($user,$password,$dbase,$conn_type)
H A Ddrcp_scope1.phpt28 function1($user,$password,$dbase,$conn_type);
36 function1($user,$password,$dbase,$conn_type);
43 function function1($user,$password,$dbase,$conn_type)
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c872 zend_function *function1, *function2; local
875 …py(target, source, pCopyConstructor, sizeof(zend_function), 0, (void**)&function1, (void**)&functi…
877 zend_set_compiled_filename(function1->op_array.filename TSRMLS_CC);
878 CG(zend_lineno) = function1->op_array.opcodes[0].lineno;
882 function1->common.function_name,
886 zend_error(E_ERROR, "Cannot redeclare %s()", function1->common.function_name);

Completed in 22 milliseconds