Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/mysqli/tests/
H A Dbug46109.phpt2 Bug #46109 (MySQLi::init - Memory leaks)
13 $mysqli->init();
14 $mysqli->init();
H A Dbug33263.phpt16 parent::init();
/PHP-5.5/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-5.5/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-5.5/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-5.5/scripts/dev/generate-phpt/src/
H A DgtAutoload.php4 gtAutoload::init();
28 public static function init() function in gtAutoload
/PHP-5.5/Zend/
H A Dzend_istdiostream.h31 istdiostream (FILE* __f) : istream(), _file(__f) { init(&_file); } in istdiostream()
/PHP-5.5/ext/enchant/tests/
H A Dbroker_free.phpt15 exit("init failed\n");
H A Dbroker_request_dict.phpt11 exit("init failed\n");
/PHP-5.5/tests/classes/
H A Dctor_dtor_inheritance.phpt32 $this->name = 'init';
73 [name] => init
/PHP-5.5/ext/mcrypt/tests/
H A Dbug35496.phpt2 Bug #35496 (Crash in mcrypt_generic()/mdecrypt_generic() without proper init).
/PHP-5.5/ext/interbase/
H A Dphp_ibase_udf.c128 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-5.5/ext/bcmath/libbcmath/src/
H A DMakefile.am8 init.c int2num.c nearzero.c neg.c num2long.c num2str.c output.c \
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_events.h35 int (*init)(int max_fd); member
/PHP-5.5/ext/bcmath/
H A Dconfig.w328 ADD_SOURCES("ext/bcmath/libbcmath/src", "add.c div.c init.c neg.c \
/PHP-5.5/ext/phar/tests/tar/
H A Dbadchecksum.phpt12 $a->init();
H A Dlinks2.phpt12 $a->init();
H A Dbignames_overflow.phpt16 $tar->init();
H A Dtar_004U.phpt20 $tar->init();
H A Drmdir.phpt15 $tar->init();
/PHP-5.5/ext/reflection/tests/
H A Dproperty_exists.phpt13 public $init = 1;
86 var_dump(property_exists('A','init'));
90 var_dump(property_exists(new A, 'init'));
/PHP-5.5/sapi/fpm/fpm/events/
H A Dselect.c46 .init = fpm_event_select_init,

Completed in 78 milliseconds

1234