Searched refs:when (Results 1 - 18 of 18) sorted by relevance
| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | regex.mak | 9 !MESSAGE You can specify a configuration when running NMAKE
|
| /PHP_TRUNK/ext/mysqli/tests/ |
| H A D | connect.inc | 49 HEAD and 5.3 have been in sync when 5.3.0 was released.
|
| /PHP_TRUNK/ext/spl/internal/ |
| H A D | cachingiterator.inc | 23 * flag CALL_TOSTRING to do the conversion when the actual element 129 * @throw exception when CALL_TOSTRING was not specified in constructor
|
| H A D | infiniteiterator.inc | 19 * rewinding it when its end is reached.
|
| H A D | iteratoriterator.inc | 115 /** The inner iterator must be private because when this class will be
|
| H A D | limititerator.inc | 54 * @throw exception when position is invalid
|
| H A D | recursivecachingiterator.inc | 30 * - CATCH_GET_CHILD (whether to catch exceptions when trying to get childs) 82 * already executed. Hence when flag CATCH_GET_CHILD was given in
|
| H A D | recursiveiteratoriterator.inc | 230 /** Called when the next element is available
|
| H A D | splfileobject.inc | 295 * @note fgetc() will increase the line number when reaing a new line char.
|
| /PHP_TRUNK/ext/standard/tests/file/ |
| H A D | file.inc | 531 Retuns: true when all of them match, false otherwise
|
| /PHP_TRUNK/ |
| H A D | ltmain.sh | 30 # is ksh but when the shell is invoked as "sh" and the current value of 204 # that is supplied when $file_magic_command is called. 265 # but not from the CC environment variable when configure was run. 1114 # FIXME: Unfortunately, there are problems with the above when trying 1117 # -no-undefined on the libtool link line when we can be certain 2298 $echo "*** I have the capability to make that library automatically link in when" 2867 $echo "*** I have the capability to make that library automatically link in when" 3063 # And here is the reason: when a library appears more 3452 # may have been created when compiling PIC objects. 3616 $echo "*** I have the capability to make that library automatically link in when" [all...] |
| /PHP_TRUNK/sapi/cli/tests/ |
| H A D | php_cli_server.inc | 38 // note: even when server prints 'Listening on localhost:8964...Press Ctrl-C to quit.'
|
| /PHP_TRUNK/ext/intl/calendar/ |
| H A D | calendar_class.cpp | 352 ZEND_ARG_INFO(0, when)
|
| H A D | calendar_methods.cpp | 578 double when; local 582 "Odl", &object, Calendar_ce_ptr, &when, &field) == FAILURE) { 596 int32_t result = co->ucal->fieldDifference((UDate)when,
|
| /PHP_TRUNK/ext/intl/ |
| H A D | php_intl.c | 579 ZEND_ARG_INFO( 0, when )
|
| /PHP_TRUNK/ext/session/ |
| H A D | session.c | 531 /* Do not output error when restoring ini options. */ 561 /* Do not output error when restoring ini options. */ 1021 static inline void strcpy_gmt(char *ubuf, time_t *when) /* {{{ */ argument 1027 res = php_gmtime_r(when, &tm); 2446 /* Do nothing when $_POST["PHP_SESSION_UPLOAD_PROGRESS"] is not set 2447 * or when we have no session id */
|
| /PHP_TRUNK/ext/pgsql/ |
| H A D | pgsql.c | 1496 Returns an array with client, protocol and server version (when available) */ 2620 /* pg_fetch_assoc() is added from PHP 4.3.0. It should raise error, when 5087 /* This is stupid way to do. I'll fix it when I decied how to support
|
| /PHP_TRUNK/ext/dba/tests/ |
| H A D | dba_handler.inc | 63 dba_close($db_writer); // when the writer is open at least db3 would fail because of buffered io.
|
Completed in 65 milliseconds