Home
last modified time | relevance | path

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

1234

/PHP-7.4/ext/mysqli/tests/
H A Dbug46109.phpt2 Bug #46109 (MySQLi::init - Memory leaks)
13 $mysqli->init();
14 $mysqli->init();
/PHP-7.4/ext/session/tests/
H A Dbug67694.phpt19 $_SESSION['init'] = $data;
38 var_dump(isset($_SESSION['init']) && $data == $_SESSION['init']);
/PHP-7.4/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-7.4/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);
H A Dlob_022.phpt21 $init = "INSERT INTO lob_test (mykey, lob_1) VALUES(1, EMPTY_CLOB()) RETURNING lob_1 INTO :mylob";
22 $statement = oci_parse($c, $init);
34 $init = "INSERT INTO lob_test (mykey, lob_1) VALUES(2, EMPTY_CLOB()) RETURNING lob_1 INTO :mylob";
35 $statement = oci_parse($c, $init);
H A Dlob_016.phpt21 $init = "INSERT INTO lob_test VALUES(EMPTY_BLOB(), EMPTY_BLOB())";
22 $statement = oci_parse($c, $init);
H A Dlob_017.phpt23 $init = "INSERT INTO lob_test VALUES(EMPTY_BLOB(), EMPTY_BLOB())";
24 $statement = oci_parse($c, $init);
/PHP-7.4/Zend/tests/
H A Dbug68262.phpt11 $first->p = 'init';
24 string(4) "init"
H A Dbug78921.phpt13 public static function init()
18 PrivateStatic::init();
H A Dbug69025.phpt11 A::init();
H A Dclosure_060.phpt17 $closure(); // init rt_cache
/PHP-7.4/ext/date/tests/
H A Dbug49059.phpt9 print "\$date1 at init: " . $date1->format("Y-m-d") . "\n";
10 print "\$date2 at init: " . $date2->format("Y-m-d") . "\n";
26 $date1 at init: 2009-03-27
27 $date2 at init: 2009-03-01
/PHP-7.4/ext/opcache/tests/opt/
H A Dsccp_027.phpt14 public function init($a) {
24 var_dump($x->init([1]));
/PHP-7.4/ext/xmlwriter/tests/
H A Dbug71536.phpt10 public static function init()
21 Test::init();
/PHP-7.4/ext/enchant/tests/
H A Dbroker_list_dicts.phpt15 echo "skip: Unable to init broker\n";
40 echo("init failed\n");
H A Dbroker_free.phpt18 exit("init failed\n");
H A Dbroker_free_01.phpt22 echo("init failed\n");
H A Dbroker_get_error.phpt23 echo("init failed\n");
/PHP-7.4/Zend/
H A Dzend_istdiostream.h29 istdiostream (FILE* __f) : istream(), _file(__f) { init(&_file); } in istdiostream()
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_011.phpt2 Test typed properties allow fetch reference for init array
/PHP-7.4/tests/classes/
H A Dctor_dtor_inheritance.phpt30 $this->name = 'init';
71 [name] => init
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.init.d2 # File: /etc/init.d/phpdbg #
26 . /etc/rc.d/init.d/functions
H A D.phpdbginit19 * This embedded PHP is executed at init time
23 * Functions defined and registered by init
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug71145.phpt2 Bug #71145: Multiple statements in init command triggers unbuffered query error
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_events.h33 int (*init)(int max_fd); member

Completed in 33 milliseconds

1234