Home
last modified time | relevance | path

Searched refs:ov (Results 1 – 9 of 9) sorted by relevance

/PHP-7.1/ext/oci8/tests/
H A Dconnect_without_oracle_home_old.phpt9 $ov = preg_match('/Compile-time ORACLE_HOME/', $phpinfo);
10 if ($ov !== 1) {
H A Dpecl_bug16035.phpt9 $ov = preg_match('/Compile-time ORACLE_HOME/', $phpinfo);
10 if ($ov !== 1) {
H A Dconnect_without_oracle_home.phpt9 $ov = preg_match('/Compile-time ORACLE_HOME/', $phpinfo);
10 if ($ov !== 1) {
H A Dconnect_without_oracle_home_11.phpt9 $ov = preg_match('/Compile-time ORACLE_HOME/', $phpinfo);
10 if ($ov != 1) {
H A Dconnect_without_oracle_home_old_11.phpt9 $ov = preg_match('/Compile-time ORACLE_HOME/', $phpinfo);
10 if ($ov !== 1) {
/PHP-7.1/ext/imap/tests/
H A Dimap_fetch_overview_variation5.phpt35 foreach($overview as $ov) {
37 displayOverviewFields($ov);
/PHP-7.1/ext/sockets/
H A Dmulticast.c324 int ov; in php_do_setsockopt_ipv6_mcast() local
353 ov = (int) Z_TYPE_P(arg4) == IS_TRUE; in php_do_setsockopt_ipv6_mcast()
362 ov = (int) Z_LVAL_P(arg4); in php_do_setsockopt_ipv6_mcast()
364 opt_ptr = &ov; in php_do_setsockopt_ipv6_mcast()
365 optlen = sizeof(ov); in php_do_setsockopt_ipv6_mcast()
H A Dsockets.c2011 int ov, optlen, retval; local
2132 ov = Z_LVAL_P(arg4);
2134 optlen = sizeof(ov);
2135 opt_ptr = &ov;
/PHP-7.1/main/
H A Dfastcgi.c1369 OVERLAPPED ov; local
1382 ov.hEvent = CreateEvent(NULL, TRUE, FALSE, NULL);
1383 if (!ConnectNamedPipe(pipe, &ov)) {
1386 while (WaitForSingleObject(ov.hEvent, 1000) == WAIT_TIMEOUT) {
1388 CloseHandle(ov.hEvent);
1396 CloseHandle(ov.hEvent);

Completed in 26 milliseconds