Searched refs:called (Results 1 - 12 of 12) sorted by relevance
| /PHP_5_3/build/ |
| H A D | build2.mk | 35 SUPPRESS_WARNINGS ?= 2>&1 | (egrep -v '(AC_TRY_RUN called without default to allow cross compiling|AC_PROG_CXXCPP was called before AC_PROG_CXX|defined in acinclude.m4 but never used|AC_PROG_LEX invoked multiple times|AC_DECL_YYTEXT is expanded from...|the top level)'||true)
|
| /PHP_5_3/ext/spl/examples/ |
| H A D | keyfilter.inc | 30 * method is called.
|
| /PHP_5_3/ext/spl/internal/ |
| H A D | emptyiterator.inc | 35 /** This function must not be called. It throws an exception upon access. 44 /** This function must not be called. It throws an exception upon access.
|
| H A D | recursivearrayiterator.inc | 23 * class it is called from. That is you extend RecursiveFilterIterator and
|
| H A D | recursivefilteriterator.inc | 23 * class it is called from. That is you extend RecursiveFilterIterator and
|
| H A D | regexiterator.inc | 106 /** @return the key after accept has been called 113 /** @return the current value after accept has been called
|
| H A D | splfileobject.inc | 296 * This has the effect key() called on a read a new line will already
|
| /PHP_5_3/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 823 ** sqlite3_close() is called on a [database connection] that still has 1358 ** called. Because of the previous sentence, 1597 ** is not. The sqlite3_shutdown() interface must only be called from a 1611 ** ^The sqlite3_initialize() routine is called internally by many other 1615 ** initialized when [sqlite3_open()] is called if it has not be initialized 1637 ** interface is called automatically by sqlite3_initialize() and 1638 ** sqlite3_os_end() is called by sqlite3_shutdown(). Appropriate 1668 ** ^If sqlite3_config() is called after [sqlite3_initialize()] and before 1670 ** Note, however, that ^sqlite3_config() can be called as part of the 1760 ** xShutdown method is only called fro [all...] |
| /PHP_5_3/ext/ftp/tests/ |
| H A D | server.inc | 335 // called from outside this while loop
|
| /PHP_5_3/ext/standard/ |
| H A D | var_unserializer.re | 691 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Function %s() hasn't defined the class it was called for", user_func->value.str.val);
|
| /PHP_5_3/ext/pcre/pcrelib/ |
| H A D | pcre_compile.c | 681 /* This function is called during the second compiling phase, if the number of 718 /* This function is called when a '{' is encountered in a place where it might 753 /* This function is called when a \ has been encountered. It either returns a 1198 /* This function is called after \P or \p has been encountered, provided that 1295 /* Read an item of the form {n,m} and return the values. This is called only 1362 /* This recursive function is called only from find_parens() below. The 1370 This function was originally called only from the second pass, in which we know 1658 /* This is called by several functions that scan a compiled expression looking 1717 temporarily terminated with OP_END when this function is called. 1719 This function is called whe 6287 const pcre_uchar *called; local [all...] |
| /PHP_5_3/main/ |
| H A D | main.c | 663 /* php_verror is called from php_error_docref<n> functions. 1797 static int called = 0; local 1801 if (!called) { 1804 called = 1; 1815 called = 0;
|
Completed in 95 milliseconds