Home
last modified time | relevance | path

Searched refs:now (Results 126 – 150 of 200) sorted by relevance

12345678

/PHP-7.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_variable_columncount.phpt84 // And now without parameters... - this gives a different control flow inside PDO
H A Dpdo_mysql_stmt_unbuffered_2050.phpt55 And now the right side of the expression will be executed first:
H A Dpdo_mysql_stmt_nextrowset.phpt36 // TODO: should give a warning, but its PDO, let's ignore the missing warning for now
H A Dpdo_mysql_stmt_fetch_non_select.phpt67 // And now native PS
/PHP-7.0/ext/mysqli/tests/
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_reconnect.phpt87 // ... and now we try KILL
H A Dmysqli_multi_query.phpt156 [009] [2014] Commands out of sync; you can't run this command now
H A Dmysqli_stmt_get_result2.phpt173 [017] [2014] Commands out of sync; you can't run this command now
H A Dmysqli_stmt_get_result.phpt171 [038] [2014] [Commands out of sync; you can't run this command now]
H A Dmysqli_get_warnings.phpt54 …printf("[010] Properties have always been magic, hidden things - why are they visible now, a BC br…
/PHP-7.0/ext/date/tests/
H A DDateTime_construct_variation2.phpt5 /* Prototype : DateTime::__construct ([ string $time="now" [, DateTimeZone $timezone=NULL ]] )
/PHP-7.0/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt66 // make sure that error is cleared now
/PHP-7.0/ext/pdo_odbc/
H A Dconfig.m4154 dnl And now check for an ODBC 3.0 function to assert that they're
/PHP-7.0/ext/standard/tests/dir/
H A Ddir_variation3.phpt66 // create the dir now
/PHP-7.0/
H A DREADME.MAILINGLIST_RULES63 2. Consider taking a step back from a very active thread now and then. Maybe
H A DREADME.NEW-OUTPUT-API6 Everything now resides beneath the php_output namespace,
H A DREADME.UNIX-BUILD-SYSTEM48 are specified in the config.m4 now using the following macro:
/PHP-7.0/Zend/
H A DREADME.ZEND_VM28 same as in old zend_execute.c, but now it uses macros to access opcode operands
/PHP-7.0/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()
398 zend_off_t now; in phar_parse_zipfile() local
401 now = php_stream_tell(fp); in phar_parse_zipfile()
/PHP-7.0/ext/zlib/tests/
H A Dgzopen_variation4.phpt60 //should now read dir1 file
/PHP-7.0/ext/mbstring/
H A DREADME_PHP3-i18n-ja30 them to the appropriate mailing list. For now, the PHP-jp mailing list
186 now create php3
201 Ruby. With this addition, you can now use regex in EUC, SJIS and UTF-8
748 3) php3.ini-dist now uses PASS for http_output instead of SJIS
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregcomp.c4288 v1 = now->len; in select_opt_exact_info()
4295 copy_opt_exact_info(now, alt); in select_opt_exact_info()
4300 v2 = map_position_value(enc, now->s[0]); in select_opt_exact_info()
4303 if (now->len > 1) v1 += 5; in select_opt_exact_info()
4307 if (now->ignore_case == 0) v1 *= 2; in select_opt_exact_info()
4311 copy_opt_exact_info(now, alt); in select_opt_exact_info()
4380 select_opt_map_info(OptMapInfo* now, OptMapInfo* alt) in select_opt_map_info() argument
4387 if (now->value == 0) { in select_opt_map_info()
4388 copy_opt_map_info(now, alt); in select_opt_map_info()
4392 v1 = z / now->value; in select_opt_map_info()
[all …]
/PHP-7.0/ext/sockets/tests/
H A Dsocket_strerror.phpt140 string(25) "Operation now in progress"
/PHP-7.0/ext/standard/tests/file/
H A Dlstat_stat_basic.phpt43 // now new stat of the dir after file is created
/PHP-7.0/ext/openssl/
H A Dxp_ssl.c1050 struct timeval now; in limit_handshake_reneg() local
1055 gettimeofday(&now, NULL); in limit_handshake_reneg()
1059 sslsock->reneg->prev_handshake = now.tv_sec; in limit_handshake_reneg()
1063 elapsed_time = (now.tv_sec - sslsock->reneg->prev_handshake); in limit_handshake_reneg()
1064 sslsock->reneg->prev_handshake = now.tv_sec; in limit_handshake_reneg()

Completed in 81 milliseconds

12345678