Home
last modified time | relevance | path

Searched refs:set (Results 301 – 325 of 682) sorted by relevance

1...<<11121314151617181920>>...28

/PHP-7.4/ext/gettext/tests/
H A Dgettext_bindtextdomain-cwd.phpt2 Test if bindtextdomain() returns string id if no directory path is set(if directory path is 'null')
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug50698_3.phpt2 …t should handle wsdls with some incompatiable endpoints -- EDGECASE: Large set of endpoints all in…
/PHP-7.4/ext/pdo/tests/
H A Dbug_34687.phpt18 $x = $db->query("UPDATE non_existent_pdo_test_table set foo = 'bar'");
/PHP-7.4/sapi/cli/tests/
H A Dbug74600.phpt5 if (!getenv("TEST_PHP_EXECUTABLE")) die("skip TEST_PHP_EXECUTABLE not set");
/PHP-7.4/ext/curl/tests/
H A Dcurl_copy_handle_variation1.phpt17 // set URL and other appropriate options
H A Dcurl_copy_handle_basic_004.phpt21 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_copy_handle_basic_001.phpt21 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
/PHP-7.4/azure/macos/
H A Dtest.yml18 --set-timeout 120 \
/PHP-7.4/ext/standard/tests/strings/
H A Dconvert_cyr_string_basic.phpt7 * Description: Convert from one Cyrillic character set to another
13 $str = "Convert from one Cyrillic character set to another.";
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc.phpt24 /* no result set, one output parameter */
68 // no result set, one output parameter
85 …printf("[025] Cannot get result set, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt…
105 // no result set, one input parameter, output parameter
143 // no result set, one input parameter, output parameter
H A Dmysqli_change_user_prepared_statements.phpt26 printf("Error code 2013, 1243 or similar should have been set\n");
/PHP-7.4/ext/pcntl/
H A Dpcntl.c90 ZEND_ARG_INFO(0, set)
97 ZEND_ARG_INFO(0, set)
102 ZEND_ARG_INFO(0, set)
1170 sigset_t set, oldset; in PHP_FUNCTION() local
1184 if (sigaddset(&set, signo) != 0) { in PHP_FUNCTION()
1191 if (sigprocmask(how, &set, &oldset) != 0) { in PHP_FUNCTION()
1222 sigset_t set; in pcntl_sigwaitinfo() local
1237 if (sigemptyset(&set) != 0) { in pcntl_sigwaitinfo()
1245 if (sigaddset(&set, signo) != 0) { in pcntl_sigwaitinfo()
1255 signo = sigtimedwait(&set, &siginfo, &timeout); in pcntl_sigwaitinfo()
[all …]
/PHP-7.4/ext/session/tests/
H A Dsession_cache_limiter_variation3.phpt12 * Description : Get and/or set the current cache limiter
H A Dsession_id_basic.phpt12 * Description : Get and/or set the current session id
H A Dsession_set_save_handler_class_014.phpt31 PHP Recoverable fatal error: PHP Startup: Cannot set 'user' save handler by ini_set() or session_m…
/PHP-7.4/ext/iconv/tests/
H A Dtranslit-failure.phpt15 // if at some point internal encoding changes, set correct one
/PHP-7.4/ext/standard/tests/assert/
H A Dassert_basic.phpt2 assert() - basic - check that assert runs when assert.active is set to 1.
/PHP-7.4/ext/mbstring/tests/
H A Dmb_internal_encoding_basic.phpt26 var_dump(mb_internal_encoding()); //check internal encoding is now set to UTF-8
/PHP-7.4/azure/i386/
H A Dtest.yml22 --set-timeout 120 \
/PHP-7.4/ext/simplexml/tests/
H A Dfeature55218.phpt37 echo "\n\nUsing new 'from_root' bool set to false:\n";
91 Using new 'from_root' bool set to false:
/PHP-7.4/ext/phar/tests/
H A Dpharfileinfo_compression.phpt83 Phar entry is a directory, cannot set compression
91 Phar entry is a directory, cannot set compression
/PHP-7.4/ext/oci8/tests/
H A Ddrcp_scope2.phpt81 Update done-- DEPT value has been set to NEWDEPT
88 Update done-- DEPT value has been set to NEWDEPT
H A Ddrcp_scope1.phpt82 Update done-- DEPT value has been set to NEWDEPT
89 Update done-- DEPT value has been set to NEWDEPT
/PHP-7.4/sapi/fpm/tests/
H A Dbug76601-reload-child-signals.phpt33 * for at least process_control_timeout that is set greater
36 * Alternative way is to set log_level=debug and filter result of
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp874_0.phpt18 #vim: set fileencoding=cp874
19 #vim: set encoding=cp874

Completed in 34 milliseconds

1...<<11121314151617181920>>...28