Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/ext/opcache/
H A Dzend_accelerator_util_funcs.c412 zend_function *function1, *function2; in zend_accel_function_hash_copy() local
446 function1 = Z_PTR(p->val); in zend_accel_function_hash_copy()
449 zend_set_compiled_filename(function1->op_array.filename); in zend_accel_function_hash_copy()
450 CG(zend_lineno) = function1->op_array.opcodes[0].lineno; in zend_accel_function_hash_copy()
454 ZSTR_VAL(function1->common.function_name), in zend_accel_function_hash_copy()
458 zend_error(E_ERROR, "Cannot redeclare %s()", ZSTR_VAL(function1->common.function_name)); in zend_accel_function_hash_copy()
464 zend_function *function1, *function2; in zend_accel_function_hash_copy_from_shm() local
490 function1 = Z_PTR(p->val); in zend_accel_function_hash_copy_from_shm()
493 zend_set_compiled_filename(function1->op_array.filename); in zend_accel_function_hash_copy_from_shm()
494 CG(zend_lineno) = function1->op_array.opcodes[0].lineno; in zend_accel_function_hash_copy_from_shm()
[all …]

Completed in 14 milliseconds