/PHP-5.3/ext/mysqli/tests/ |
H A D | bug46109.phpt | 2 Bug #46109 (MySQLi::init - Memory leaks) 13 $mysqli->init(); 14 $mysqli->init();
|
H A D | bug33263.phpt | 16 parent::init();
|
/PHP-5.3/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-5.3/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-5.3/scripts/dev/generate-phpt/src/ |
H A D | gtAutoload.php | 4 gtAutoload::init(); 28 public static function init() function in gtAutoload
|
/PHP-5.3/ext/sqlite/libsqlite/src/ |
H A D | main.c | 82 assert( db->init.busy ); in sqliteInitCallback() 83 db->init.iDb = atoi(argv[4]); in sqliteInitCallback() 84 assert( db->init.iDb>=0 && db->init.iDb<db->nDb ); in sqliteInitCallback() 85 db->init.newTnum = atoi(argv[2]); in sqliteInitCallback() 90 db->init.iDb = 0; in sqliteInitCallback() 320 assert( db->init.busy ); in sqliteInitOne() 382 if( db->init.busy ) return SQLITE_OK; in sqliteInit() 385 db->init.busy = 1; in sqliteInit() 405 db->init.busy = 0; in sqliteInit() 702 if( !db->init.busy ){ in sqlite_compile() [all …]
|
H A D | build.c | 440 if( db->init.iDb==1 ) isTemp = 1; in sqliteStartTable() 500 iDb = isTemp ? 1 : db->init.iDb; in sqliteStartTable() 911 if( db->init.busy ){ in sqliteEndTable() 912 p->tnum = db->init.newTnum; in sqliteEndTable() 922 if( !db->init.busy ){ in sqliteEndTable() 1025 if( !pParse->db->init.busy ){ in sqliteCreateView() 1491 if( db->init.busy in sqliteCreateIndex() 1537 if( pName && !db->init.busy ){ in sqliteCreateIndex() 1661 if( db->init.busy && pTable!=0 ){ in sqliteCreateIndex() 1662 pIndex->tnum = db->init.newTnum; in sqliteCreateIndex() [all …]
|
/PHP-5.3/Zend/ |
H A D | zend_istdiostream.h | 31 istdiostream (FILE* __f) : istream(), _file(__f) { init(&_file); } in istdiostream()
|
/PHP-5.3/ext/hash/ |
H A D | php_hash_salsa.h | 29 unsigned char init:1; member
|
/PHP-5.3/ext/enchant/tests/ |
H A D | broker_free.phpt | 15 exit("init failed\n");
|
H A D | broker_request_dict.phpt | 11 exit("init failed\n");
|
/PHP-5.3/tests/classes/ |
H A D | ctor_dtor_inheritance.phpt | 32 $this->name = 'init'; 73 [name] => init
|
/PHP-5.3/ext/mcrypt/tests/ |
H A D | bug35496.phpt | 2 Bug #35496 (Crash in mcrypt_generic()/mdecrypt_generic() without proper init).
|
/PHP-5.3/ext/interbase/ |
H A D | php_ibase_udf.c | 130 static void __attribute__((constructor)) init() in init() function 145 void exec_php(BLOBCALLBACK b, PARAMDSC *res, ISC_SHORT *init) in exec_php() argument 156 switch (init && *init) { in exec_php()
|
/PHP-5.3/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-5.3/sapi/fpm/fpm/ |
H A D | fpm_events.h | 35 int (*init)(int max_fd); member
|
/PHP-5.3/ext/bcmath/ |
H A D | config.w32 | 8 ADD_SOURCES("ext/bcmath/libbcmath/src", "add.c div.c init.c neg.c \
|
/PHP-5.3/ext/phar/tests/tar/ |
H A D | badchecksum.phpt | 12 $a->init();
|
H A D | links2.phpt | 12 $a->init();
|
H A D | bignames_overflow.phpt | 16 $tar->init();
|
H A D | tar_004U.phpt | 20 $tar->init();
|
/PHP-5.3/ext/reflection/tests/ |
H A D | property_exists.phpt | 13 public $init = 1; 86 var_dump(property_exists('A','init')); 90 var_dump(property_exists(new A, 'init'));
|