Home
last modified time | relevance | path

Searched refs:implicit (Results 1 – 25 of 46) sorted by path

12

/PHP-5.5/
H A DNEWS2104 mysql_pconnect(), or through implicit connection: use MySQLi or PDO_MySQL
4920 Made implicit use of NULL IV a warning. (Sara)
7000 - Fixed bug #43450 (Memory leak on some functions with implicit object __toString() call). (David C…
H A DUPGRADING99 mysql_connect(), mysql_pconnect() or by establishing an implicit
H A Dacinclude.m42965 dnl The empty $ac_provsrc command stops an implicit circular dependency
/PHP-5.5/Zend/tests/
H A Dbug43450.phpt2 Bug #43450 (Memory leak on some functions with implicit object __toString() call)
/PHP-5.5/build/
H A Dlibtool.m43842 implicit none
/PHP-5.5/ext/mysql/tests/
H A Dsetupdefault.inc3 // copy variables from connect.inc into mysql default connection ini settings, so that implicit mys…
/PHP-5.5/ext/mysqli/
H A Dmysqli_libmysql.h40 #define mysqli_stmt_close(c, implicit) mysql_stmt_close((c)) argument
H A Dmysqli_mysqlnd.h41 #define mysqli_stmt_close(c, implicit) mysqlnd_stmt_close((c), (implicit)) argument
42 #define mysqli_free_result(r, implicit) mysqlnd_free_result((r), (implicit)) argument
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt300 print "Testing if implicit fetching and cleaning happens...\n";
1287 Testing if implicit fetching and cleaning happens...
H A Dmysqli_get_client_stats_skipped.phpt37 /* enforce implicit cleaning of the wire and skipping the last row */
H A Dmysqli_no_reconnect.phpt2 Trying implicit reconnect after wait_timeout and KILL using mysqli_ping()
H A Dmysqli_reconnect.phpt2 Trying implicit reconnect after wait_timeout and KILL using mysqli_ping()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.h248 #define mysqlnd_stmt_close(stmt, implicit) (stmt)->m->dtor((stmt), (implicit) TSRMLS_CC) argument
H A Dmysqlnd_ps.c2136 MYSQLND_METHOD_PRIVATE(mysqlnd_stmt, net_close)(MYSQLND_STMT * const s, zend_bool implicit TSRMLS_D… in MYSQLND_METHOD_PRIVATE()
2177 MYSQLND_INC_GLOBAL_STATISTIC(implicit == TRUE? STAT_FREE_RESULT_IMPLICIT: in MYSQLND_METHOD_PRIVATE()
2221 MYSQLND_METHOD(mysqlnd_stmt, dtor)(MYSQLND_STMT * const s, zend_bool implicit TSRMLS_DC) in MYSQLND_METHOD()
2231 MYSQLND_INC_GLOBAL_STATISTIC(implicit == TRUE? STAT_STMT_CLOSE_IMPLICIT: in MYSQLND_METHOD()
2234 ret = s->m->net_close(s, implicit TSRMLS_CC); in MYSQLND_METHOD()
H A Dmysqlnd_result.c1299 MYSQLND_METHOD(mysqlnd_res, free_result)(MYSQLND_RES * result, zend_bool implicit TSRMLS_DC) in MYSQLND_METHOD()
1305 implicit == TRUE? STAT_FREE_RESULT_IMPLICIT: in MYSQLND_METHOD()
H A Dmysqlnd_structs.h636 typedef enum_func_status (*func_mysqlnd_res__free_result)(MYSQLND_RES * result, zend_bool implicit
724 …us (*func_mysqlnd_stmt__net_close)(MYSQLND_STMT * const stmt, zend_bool implicit TSRMLS_DC); /* pr…
725 typedef enum_func_status (*func_mysqlnd_stmt__dtor)(MYSQLND_STMT * const stmt, zend_bool implicit T…
/PHP-5.5/ext/oci8/tests/
H A Dbug43497.phpt77 // Read all XML data using implicit LOB locator
H A Dbug43497_92.phpt81 // Read all XML data using implicit LOB locator
H A Dlob_041.phpt34 echo "\nTest 2 - implicit statement close\n";
71 Test 2 - implicit statement close
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog94 24. A conditional group with only one branch has an implicit empty alternative
2016 explicit and implicit when PCRE_UCP is set.
H A DHACKING150 of the item is either implicit in the opcode or contained in the data that
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt6359 Another case where implicit anchoring is not applied is when the lead-
/PHP-5.5/ext/pcre/tests/
H A D005.phpt15 /p2/var/php_gcov/PHP_4_4/ext/posix/posix.c:484: warning: implicit declaration of function `getpgid'
17 /p2/var/php_gcov/PHP_4_4/ext/posix/posix.c:506: warning: implicit declaration of function `getsid'
19 /p2/var/php_gcov/PHP_4_4/ext/session/mod_files.c:302: warning: implicit declaration of function `pr…
21 /p2/var/php_gcov/PHP_4_4/ext/session/mod_files.c:340: warning: implicit declaration of function `pw…
128 /p2/var/php_gcov/PHP_4_4/ext/posix/posix.c:484: warning: implicit declaration of function `getpgid'
137 [8] => implicit declaration of function `getpgid'
143 /p2/var/php_gcov/PHP_4_4/ext/posix/posix.c:506: warning: implicit declaration of function `getsid'
152 [8] => implicit declaration of function `getsid'
167 [8] => implicit declaration of function `pread'
182 [8] => implicit declaration of function `pwrite'
[all …]
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_commit.phpt23 // DDL will issue an implicit commit
H A Dpdo_mysql_rollback.phpt43 printf("[002] ROLLBACK should have no effect because of the implicit COMMIT

Completed in 156 milliseconds

12