Searched refs:exists (Results 1 - 12 of 12) sorted by relevance
| /PHP_TRUNK/ext/spl/examples/ |
| H A D | dbaarray.inc | 77 * @return whether key $name exists.
|
| /PHP_TRUNK/ext/spl/internal/ |
| H A D | spldoublylinkedlist.inc | 193 /** @return whether a certain offset exists in the DLL
|
| /PHP_TRUNK/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...] |
| /PHP_TRUNK/ext/standard/tests/file/ |
| H A D | file.inc | 155 $file_path = dir path where file exists 432 Description: delete a given file if exists 438 // check if file exists 451 Description: Deletes given number of files if exists. 494 Description: Deletes given number of links if exists. Uses delete_files() function
|
| /PHP_TRUNK/scripts/ |
| H A D | phpize.in | 111 Make sure that the file exists and is executable and then rerun this script.
|
| /PHP_TRUNK/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) {
|
| H A D | zend_ini.h | 105 ZEND_API char *zend_ini_string_ex(char *name, uint name_length, int orig, zend_bool *exists);
|
| /PHP_TRUNK/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_TRUNK/ext/dba/ |
| H A D | php_dba.h | 81 int (*exists)(dba_info *, char *, int TSRMLS_DC); member in struct:dba_handler
|
| H A D | dba.c | 973 Checks, if the specified key exists */ 978 if(info->hnd->exists(info, key_str, key_len TSRMLS_CC) == SUCCESS) { 1126 If not inifile: Insert value as key, return false, if key exists already 1135 Inserts value as key, replaces key, if key exists already
|
| /PHP_TRUNK/ext/oci8/ |
| H A D | oci8_collection.c | 464 boolean exists; local 477 &exists, 490 if (exists == 0) {
|
| /PHP_TRUNK/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...] |
Completed in 114 milliseconds