Home
last modified time | relevance | path

Searched refs:exists (Results 176 – 191 of 191) sorted by relevance

12345678

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result.phpt300 /* Check that the function alias exists. It's a deprecated function,
H A Dmysqli_stmt_bind_param.phpt382 /* Check that the function alias exists. It's a deprecated function,
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt69 Returns *true* if the variable with the name *name* exists in *source*, or
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in9 ; Include one or more files. If glob(3) exists, it is used to include a bunch of
418 ; %Q: the '?' character if query string exists
/PHP-5.5/ext/standard/tests/array/
H A Darray_key_exists_variation8.phpt6 * Description: Checks if the given key or index exists in the array
/PHP-5.5/ext/odbc/
H A Dconfig.m4398 if test -x "$PKG_CONFIG" && $PKG_CONFIG --exists libiodbc ; then
/PHP-5.5/ext/dba/
H A Ddba.c994 if(info->hnd->exists(info, key_str, key_len TSRMLS_CC) == SUCCESS) { in PHP_FUNCTION()
/PHP-5.5/
H A DINSTALL1196 likely exists as /usr/bin/php. Open up the terminal, read the command
1613 If php-SAPI.ini exists (where SAPI is the SAPI in use, so, for example,
1621 it exists.
1994 exists' box when setting up the script mappings in the
2027 a directory PATH exists, then it's not being read, and you
H A Dconfigure.in577 dnl AC_STRUCT_ST_BLOCKS will screw QNX because fileblocks.o does not exists
H A DNEWS1951 still exists for backward compatibility but is doing nothing). (Pierrick)
2895 bug #61785 (Memory leak when access a non-exists file without router).
4156 . Fixed bug #54242 (dba_insert returns true if key already exists). (Felipe)
5597 - Fixed bug #48783 (make install will fail saying phar file exists). (Greg)
6556 - Fixed bug #46873 (extract($foo) crashes if $foo['foo'] exists). (Arnaud)
6949 - Fixed bug #44200 (A crash in PDO when no bound targets exists and yet bound parameters are presen…
7238 already exists). (Pierre)
9492 - Fixed bug #33427 (ext/odbc: check if unixODBC header file exists). (Jani)
9631 exists). (Dmitry)
10112 declared method __sleep() exists). E_NOTICE thrown when __sleep() returns
/PHP-5.5/Zend/tests/
H A D019.phpt12 Description: Returns TRUE if var exists; FALSE otherwise
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar502 * Check whether an option exists
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c44092 int exists;
44093 rc = sqlite3OsAccess(pVfs, zJournal, SQLITE_ACCESS_EXISTS, &exists);
44097 if( exists ){
46506 int exists = 1; /* True if a journal file is present */
46519 rc = sqlite3OsAccess(pVfs, pPager->zJournal, SQLITE_ACCESS_EXISTS, &exists);
46521 if( rc==SQLITE_OK && exists ){
76190 int exists;
76208 exists = sqlite3RowSetTest(pIn1->u.pRowSet, iSet, pIn3->u.i);
76209 VdbeBranchTaken(exists!=0,2);
76210 if( exists ) goto jump_to_p2;
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt904 tary option always exists as well, but as it specifies the default, it
8784 requirement for inspecting at least one character exists because an
9846 T (where "bool T::ParseFrom(const char*, int)" exists)
/PHP-5.5/build/
H A Dlibtool.m41961 AC_MSG_ERROR([tag name \"$tagname\" already exists])
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3735 >2 leshort &0x0008 \b, memo file exists
8797 # If more than one GPT protective MBR partition exists, don't print anything
10885 # Next, show thumbnail info, if it exists:

Completed in 450 milliseconds

12345678