Home
last modified time | relevance | path

Searched refs:now (Results 101 – 125 of 191) sorted by relevance

12345678

/PHP-5.4/ext/standard/tests/file/
H A Dfgetss_variation5-win32.phpt62 var_dump( fseek($file_handle,0,SEEK_END) ); // now file pointer at end
68 // now file is at the end try reading with length and allowable tags,expecting false
H A Dfgetss_variation5.phpt59 var_dump( fseek($file_handle,0,SEEK_END) ); // now file pointer at end
65 // now file is at the end try reading with length and allowable tags,expecting false
H A Dfopen_variation5.phpt81 //should now read dir1 file
H A Dfopen_variation8.phpt80 //should now read dir1 file
H A Dstat_basic-win32.phpt39 // now new stat of the dir after file is created
/PHP-5.4/ext/mysqli/tests/
H A D057.phpt32 /* now we should try mysqli_stmt_reset() */
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt67 TODO - we skip this part of the test for now, because of bugs.mysql.com/26824
H A Dmysqli_stmt_fetch.phpt95 [014] [%d] Commands out of sync; you can't run this command now
H A Dmysqli_stmt_bind_param_type_juggling.phpt98 /* now, let's have two columns of different type and do type juggling */
H A Dmysqli_reconnect.phpt87 // ... and now we try KILL
H A Dbug52891.phpt51 …/* now try values that don't fit in long, on 32bit, new types should be sent or 0 will be inserted…
H A Dmysqli_multi_query.phpt156 [009] [2014] Commands out of sync; you can't run this command now
/PHP-5.4/ext/pdo/
H A DTODO18 Right now, the handling of driver attributes is a bit sloppy.
/PHP-5.4/main/
H A Dalloca.c287 long now; /* Current total stack size. */ member
/PHP-5.4/ext/date/lib/
H A Dtimelib.h73 void timelib_fill_holes(timelib_time *parsed, timelib_time *now, int options);
/PHP-5.4/sapi/thttpd/
H A Dthttpd_patch249 - time_t now;
267 - now = time( (time_t*) 0 );
269 - mod = now;
854 - time_t now;
864 - now = nowP->tv_sec;
866 - now = time( (time_t*) 0 );
870 - t = localtime( &now );
1319 time_t now;
1330 m->reftime = now;
1339 m->reftime = now;
[all …]
/PHP-5.4/win32/build/
H A Dphpize.js.in69 // now we need the extension name out of this thing
169 // now we are left with modules that have dependencies on other modules
/PHP-5.4/ext/pspell/
H A DREADME40 It is now possible to have personalized dictionaries with pspell. This is
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_pconnect.phpt53 // but now I want to see some error...
H A Dpdo_mysql_stmt_variable_columncount.phpt82 // And now without parameters... - this gives a different control flow inside PDO
/PHP-5.4/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt52 # And now using emulator prepares
/PHP-5.4/Zend/
H A DZEND_CHANGES654 * Member variables of classes can now be initialized.
709 may now have default values.
1041 of PHP to access their functionality. Right now, no use is made
1045 * include() and eval() are now functions, and not statements.
1074 * true and false are now constants of type boolean.
1084 This complex name has a simple explanation - you can now call
1098 A variable or element that is unset(), is now sent to oblivion
1126 You can now, for example, override a parent function with a
/PHP-5.4/ext/phar/
H A Dzip.c127 time_t now; in phar_zip_d2u_time() local
129 now = time(NULL); in phar_zip_d2u_time()
130 tm = php_localtime_r(&now, &tmbuf); in phar_zip_d2u_time()
408 off_t now; in phar_parse_zipfile() local
411 now = php_stream_tell(fp); in phar_parse_zipfile()
/PHP-5.4/ext/standard/tests/dir/
H A Ddir_variation3.phpt66 // create the dir now
/PHP-5.4/ext/pdo_odbc/
H A Dconfig.m4154 dnl And now check for an ODBC 3.0 function to assert that they're

Completed in 57 milliseconds

12345678