Home
last modified time | relevance | path

Searched refs:init (Results 1 – 25 of 136) sorted by relevance

123456

/PHP-8.0/ext/zend_test/tests/
H A Dbug81435.phpt33 <!-- init '%s' -->
34 <!-- init a() -->
36 <!-- init b() -->
37 <!-- init c() -->
38 <!-- init d() -->
41 <!-- init bailout() -->
H A Dobserver_basic_05.phpt20 <!-- init '%s%eobserver_basic_05.php' -->
21 <!-- init foo() -->
25 <!-- init '%s%eobserver.inc' -->
26 <!-- init foo_observer_test() -->
H A Dobserver_backtrace_01.phpt2 Observer: Show backtrace on init
40 <!-- init '%s%eobserver_backtrace_%d.php' -->
45 <!-- init foo() -->
51 <!-- init gen() -->
59 <!-- init TestClass::foo() -->
68 <!-- init TestClass::{closure}() -->
79 <!-- init TestClass::bar() -->
H A Dobserver_basic_04.phpt20 <!-- init '%s%eobserver_basic_04.php' -->
22 <!-- init foo() -->
24 <!-- init '%s%eobserver.inc' -->
26 <!-- init foo_observer_test() -->
H A Dobserver_basic_03.phpt20 <!-- init '%s%eobserver_basic_03.php' -->
22 <!-- init foo() -->
26 <!-- init '%s%eobserver.inc' -->
28 <!-- init foo_observer_test() -->
H A Dobserver_shutdown_01.phpt27 <!-- init '%s%eobserver_shutdown_%d.php' -->
29 <!-- init bar() -->
34 <!-- init {closure}() -->
36 <!-- init foo() -->
H A Dobserver_shutdown_02.phpt33 <!-- init '%s%eobserver_shutdown_%d.php' -->
35 <!-- init bar() -->
40 <!-- init MyClass::__destruct() -->
42 <!-- init foo() -->
H A Dobserver_generator_03.phpt36 <!-- init '%s%eobserver_generator_%d.php' -->
38 <!-- init doSomething() -->
40 <!-- init fooResults() -->
49 <!-- init barResults() -->
H A Dobserver_opline_01.phpt22 <!-- init '%s%eobserver_opline_%d.php' -->
26 <!-- init foo() -->
33 <!-- init '%s%eobserver.inc' -->
37 <!-- init foo_observer_test() -->
H A Dobserver_generator_01.phpt29 <!-- init '%s%eobserver_generator_%d.php' -->
31 <!-- init doSomething() -->
33 <!-- init getResults() -->
H A Dobserver_basic_01.phpt29 <!-- init '%s%eobserver_basic_01.php' -->
31 <!-- init foo() -->
34 <!-- init bar() -->
H A Dobserver_closure_01.phpt26 <!-- init '%s%eobserver_closure_%d.php' -->
28 <!-- init {closure}() -->
31 <!-- init {closure}() -->
H A Dobserver_retval_04.phpt34 <!-- init '%s%eobserver_retval_%d.php' -->
36 <!-- init foo() -->
38 <!-- init getObj() -->
46 <!-- init bar() -->
H A Dobserver_generator_02.phpt31 <!-- init '%s%eobserver_generator_%d.php' -->
33 <!-- init doSomething() -->
35 <!-- init getResults() -->
H A Dobserver_magic_01.phpt31 <!-- init '%s%eobserver_magic_01.php' -->
33 <!-- init MagicTest::foo() -->
37 <!-- init MagicTest::__call() -->
H A Dobserver_call_user_func_03.phpt29 <!-- init '%s%eobserver_call_user_func_%d.php' -->
31 <!-- init Test\MyClass::myMethod() -->
35 <!-- init Test\my_function() -->
H A Dobserver_call_user_func_01.phpt30 <!-- init '%s%eobserver_call_user_func_%d.php' -->
32 <!-- init Test\MyClass::myMethod() -->
36 <!-- init Test\my_function() -->
H A Dobserver_error_03.phpt27 <!-- init '%s%eobserver_error_%d.php' -->
29 <!-- init main() -->
31 <!-- init foo() -->
H A Dobserver_error_05.phpt25 <!-- init '%s%eobserver_error_%d.php' -->
27 <!-- init foo() -->
29 <!-- init {closure}() -->
H A Dobserver_call_user_func_04.phpt29 <!-- init '%s%eobserver_call_user_func_%d.php' -->
31 <!-- init Test\MyClass::myMethod() -->
35 <!-- init Test\my_function() -->
/PHP-8.0/ext/spl/tests/
H A Dbug65006.phpt7 public static function init() {
14 public static function init() {
20 first::init();
21 second::init();
/PHP-8.0/ext/mysqli/tests/
H A Dbug46109.phpt2 Bug #46109 (MySQLi::init - Memory leaks)
13 $mysqli->init();
14 $mysqli->init();
/PHP-8.0/ext/session/tests/
H A Dbug67694.phpt19 $_SESSION['init'] = $data;
38 var_dump(isset($_SESSION['init']) && $data == $_SESSION['init']);
/PHP-8.0/ext/curl/tests/
H A Dbug65458.phpt10 $init = memory_get_usage();
19 // $preclose - $init has a delta in the order of bytes, not megabytes. Given
22 var_dump(($preclose - $init) < 10000);
/PHP-8.0/ext/oci8/tests/
H A Dlob_018.phpt24 $init = "insert into lob_018_tab (mykey, lob_1) values(1, empty_clob()) returning lob_1 into :mylob…
25 $statement = oci_parse($c, $init);
33 $init = "insert into lob_018_tab (mykey, lob_1) values(2, empty_clob()) returning lob_1 into :mylob…
34 $statement = oci_parse($c, $init);
65 $init = "insert into lob_018_tab (mykey, lob_1) values(3, empty_clob()) returning lob_1 into :mylob…
66 $statement = oci_parse($c, $init);

Completed in 46 milliseconds

123456