Searched defs:exists (Results 1 - 6 of 6) sorted by relevance
| /PHP_5_4/Zend/ |
| H A D | zend_ini.c | 382 ZEND_API char *zend_ini_string_ex(char *name, uint name_length, int orig, zend_bool *exists) /* {{{ */ argument 388 if (exists) { 389 *exists = 1; 398 if (exists) { 399 *exists = 0; 408 zend_bool exists = 1; local 411 return_value = zend_ini_string_ex(name, name_length, orig, &exists); 412 if (!exists) {
|
| /PHP_5_4/ext/com_dotnet/ |
| H A D | com_typeinfo.c | 165 zval exists, results, value; local 198 if (zend_get_constant(c.name, c.name_len - 1, &exists TSRMLS_CC)) { 199 if (COMG(autoreg_verbose) && !compare_function(&results, &c.value, &exists TSRMLS_CC)) {
|
| /PHP_5_4/ext/dba/ |
| H A D | php_dba.h | 81 int (*exists)(dba_info *, char *, int TSRMLS_DC); member in struct:dba_handler
|
| /PHP_5_4/ext/oci8/ |
| H A D | oci8_collection.c | 464 boolean exists; local 477 &exists, 490 if (exists == 0) {
|
| /PHP_5_4/ext/simplexml/ |
| H A D | simplexml.c | 107 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Node no longer exists"); \ 741 int exists = 0; local 786 exists = 1; 796 exists = 1; 803 if (exists && check_empty == 1 && 806 exists = 0; 829 exists = 1; 833 exists = 0; 843 return exists; 1744 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Attribute already exists"); [all...] |
| /PHP_5_4/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 1167 ** if such a lock exists and false otherwise. 1413 ** be created, and that it is an error if it already exists. 1519 ** simply checks whether the file exists. 3120 ** parameter if it exists. If the parameter does not exist, this routine 5160 int *pNotNull, /* OUTPUT: True if NOT NULL constraint exists */ 5497 ** This superclass exists in order to define fields of the cursor that 5524 ** name and number of parameters exists. If no such function exists 6091 ** This interface is not for use by applications. It exists solely 11795 ** If the SQLITE_ENABLE IOTRACE exists the 39200 int exists; local 41383 int exists = 1; /* True if a journal file is present */ local 63226 int exists; member in struct:vdbeExecUnion::OP_RowSetTest_stack_vars [all...] |
Completed in 111 milliseconds