Home
last modified time | relevance | path

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

12345678

/PHP-7.4/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
H A Dpdo_mysql_begintransaction.phpt105 // now, lets check the server variables
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_type_juggling.phpt98 /* now, let's have two columns of different type and do type juggling */
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_stmt_get_result2.phpt173 [017] [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…
H A Dmysqli_stmt_get_result.phpt201 [040] [2014] [Commands out of sync; you can't run this command now]
/PHP-7.4/ext/pdo_odbc/
H A Dconfig.m4127 dnl And now check for an ODBC 3.0 function to assert that they're *good*
/PHP-7.4/ext/standard/tests/dir/
H A Ddir_variation3.phpt58 // create the dir now
/PHP-7.4/docs/
H A Dmailinglist-rules.md60 2. Consider taking a step back from a very active thread now and then. Maybe
H A Doutput-api.md3 Everything now resides beneath the php_output namespace, and there's an API call
H A Dunix-build-system.md40 the `config.m4` now using the following macro:
/PHP-7.4/ext/zlib/tests/
H A Dgzopen_variation4.phpt60 //should now read dir1 file
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt77 // make sure that error is cleared now
/PHP-7.4/Zend/
H A DREADME.md59 same as in old `zend_execute.c`, but now it uses macros to access opcode
/PHP-7.4/ext/sockets/tests/
H A Dsocket_strerror.phpt139 string(25) "Operation now in progress"
/PHP-7.4/ext/standard/tests/file/
H A Dlstat_stat_basic.phpt43 // now new stat of the dir after file is created
H A Duserstreams.phpt237 /* now compare the real stream with the user stream */
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c1074 struct timeval now; in php_openssl_limit_handshake_reneg() local
1079 gettimeofday(&now, NULL); in php_openssl_limit_handshake_reneg()
1083 sslsock->reneg->prev_handshake = now.tv_sec; in php_openssl_limit_handshake_reneg()
1087 elapsed_time = (now.tv_sec - sslsock->reneg->prev_handshake); in php_openssl_limit_handshake_reneg()
1088 sslsock->reneg->prev_handshake = now.tv_sec; in php_openssl_limit_handshake_reneg()
/PHP-7.4/ext/date/lib/
H A Dtimelib.h519 void timelib_fill_holes(timelib_time *parsed, timelib_time *now, int options);
/PHP-7.4/ext/standard/tests/array/
H A Deach.phpt50 list($key, $sub_array) = each($arrays); // now second element

Completed in 37 milliseconds

12345678