Searched refs:init (Results 1 – 25 of 97) sorted by relevance
1234
/PHP-7.1/ext/mysqli/tests/ |
H A D | bug46109.phpt | 2 Bug #46109 (MySQLi::init - Memory leaks) 13 $mysqli->init(); 14 $mysqli->init();
|
/PHP-7.1/ext/session/tests/ |
H A D | bug67694.phpt | 19 $_SESSION['init'] = $data; 38 var_dump(isset($_SESSION['init']) && $data == $_SESSION['init']);
|
/PHP-7.1/ext/oci8/tests/ |
H A D | lob_018.phpt | 24 $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 D | lob_022.phpt | 21 $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 D | lob_016.phpt | 21 $init = "INSERT INTO lob_test VALUES(EMPTY_BLOB(), EMPTY_BLOB())"; 22 $statement = oci_parse($c, $init);
|
H A D | lob_017.phpt | 23 $init = "INSERT INTO lob_test VALUES(EMPTY_BLOB(), EMPTY_BLOB())"; 24 $statement = oci_parse($c, $init);
|
/PHP-7.1/ext/curl/tests/ |
H A D | bug65458.phpt | 10 $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.1/ext/date/tests/ |
H A D | bug49059.phpt | 9 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.1/scripts/dev/generate-phpt/src/ |
H A D | gtAutoload.php | 4 gtAutoload::init(); 28 public static function init() function in gtAutoload
|
/PHP-7.1/Zend/tests/ |
H A D | bug68262.phpt | 11 $first->p = 'init'; 24 string(4) "init"
|
H A D | bug69025.phpt | 11 A::init();
|
H A D | closure_060.phpt | 17 $closure(); // init rt_cache
|
/PHP-7.1/Zend/ |
H A D | zend_istdiostream.h | 31 istdiostream (FILE* __f) : istream(), _file(__f) { init(&_file); } in istdiostream()
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg.init.d | 2 # File: /etc/init.d/phpdbg # 26 . /etc/rc.d/init.d/functions
|
H A D | .phpdbginit | 19 * This embedded PHP is executed at init time 23 * Functions defined and registered by init
|
/PHP-7.1/tests/classes/ |
H A D | ctor_dtor_inheritance.phpt | 32 $this->name = 'init'; 73 [name] => init
|
/PHP-7.1/ext/enchant/tests/ |
H A D | broker_free.phpt | 18 exit("init failed\n");
|
H A D | broker_free_01.phpt | 22 echo("init failed\n");
|
H A D | broker_get_error.phpt | 23 echo("init failed\n");
|
H A D | broker_list_dicts.phpt | 23 echo("init failed\n");
|
H A D | broker_set_ordering.phpt | 25 echo("init failed\n");
|
/PHP-7.1/ext/interbase/ |
H A D | php_ibase_udf.c | 128 static void __attribute__((constructor)) init() in init() function 143 void exec_php(BLOBCALLBACK b, PARAMDSC *res, ISC_SHORT *init) in exec_php() argument 154 switch (init && *init) { in exec_php()
|
/PHP-7.1/ext/bcmath/libbcmath/src/ |
H A D | Makefile.am | 8 init.c int2num.c nearzero.c neg.c num2long.c num2str.c output.c \
|
/PHP-7.1/sapi/fpm/fpm/ |
H A D | fpm_events.h | 34 int (*init)(int max_fd); member
|
/PHP-7.1/ext/bcmath/ |
H A D | config.w32 | 8 ADD_SOURCES("ext/bcmath/libbcmath/src", "add.c div.c init.c neg.c \
|
Completed in 28 milliseconds
1234