Home
last modified time | relevance | path

Searched refs:set (Results 126 – 150 of 643) sorted by relevance

12345678910>>...26

/PHP-5.6/tests/lang/
H A Dbug24573.phpt2 Bug #24573 (debug_backtrace() crashes if $this is set to null)
/PHP-5.6/ext/spl/tests/
H A Dspl_cachingiterator_setFlags_basic.phpt2 SPL: SplCachingIterator, Test method to set flags for caching iterator
H A DSplQueue_setIteratorMode.phpt2 Check that SplQueue can't be set to LIFO
H A DSplStack_setIteratorMode.phpt2 Check that SplStack can't be set to FIFO
/PHP-5.6/ext/curl/tests/
H A Dbug65646.phpt6 if (ini_get('open_basedir')) exit("skip open_basedir is set");
H A Dbug67643.phpt2 Bug #67643 (curl_multi_getcontent returns '' when RETURNTRANSFER isn't set)
/PHP-5.6/ext/mbstring/tests/
H A Dmb_ereg_variation6.phpt22 echo "Regex encoding set to utf-8\n";
24 echo "Could not set regex encoding to utf-8\n";
82 Regex encoding set to utf-8
/PHP-5.6/ext/standard/tests/strings/
H A Dsetlocale_variation4.phpt23 /*If locale is NULL, the locale names will be set from the values of environment variables with the…
44 echo "Checking new locale in the system, Expected : the locale names will be set from the values of…
155 Checking new locale in the system, Expected : the locale names will be set from the values of envir…
H A Dsetlocale_variation5.phpt23 /* If locale is empty string "", the locale names will be set from the values of environment variab…
48 echo "Checking new locale in the system, Expected : the locale names will be set from the values of…
159 Checking new locale in the system, Expected : the locale names will be set from the values of envir…
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_more_results.phpt53 …if (!preg_match('@Strict Standards: mysqli_next_result\(\): There is no next result set@ismU', $tm…
73 // you must fetch all rows before you can loop to the next result set!
85 …if (!preg_match('@Strict Standards: mysqli_next_result\(\): There is no next result set@ismU', $tm…
H A Dmysqli_next_result.phpt39 …if (!preg_match('@Strict Standards: mysqli_next_result\(\): There is no next result set@ismU', $tm…
55 …if (!preg_match('@Strict Standards: mysqli_next_result\(\): There is no next result set@ismU', $tm…
84 …if (!preg_match('@Strict Standards: mysqli_next_result\(\): There is no next result set@ismU', $tm…
H A Dlocal_infile_tools.inc12 return "Cannot check if Server variable 'local_infile' is set to 'ON'";
17 … return sprintf("Server variable 'local_infile' seems not set to 'ON', found '%s'", $row['Value']);
96 printf("[%03d] Cannot set infile handler to '%s'\n", $offset, $handler);
99 printf("Callback set to '%s'\n", $handler);
/PHP-5.6/sapi/aolserver/
H A Daolserver.c523 Ns_Set *set; in php_ns_config() local
526 set = Ns_ConfigGetSection(path); in php_ns_config()
528 for (i = 0; set && i < Ns_SetSize(set); i++) { in php_ns_config()
529 char *key = Ns_SetKey(set, i); in php_ns_config()
530 char *value = Ns_SetValue(set, i); in php_ns_config()
/PHP-5.6/ext/phar/tests/
H A Dphar_convert_again.phpt183 A Phar stub cannot be set in a plain zip archive
184 A Phar stub cannot be set in a plain zip archive
185 A Phar alias cannot be set in a plain zip archive
199 A Phar stub cannot be set in a plain tar archive
200 A Phar alias cannot be set in a plain tar archive
201 A Phar stub cannot be set in a plain tar archive
H A Dphar_offset_check.phpt72 Cannot set stub ".phar/stub.php" directly in phar "%sphar_offset_check.phar.php", use setStub
75 Cannot set alias ".phar/alias.txt" directly in phar "%sphar_offset_check.phar.php", use setAlias
/PHP-5.6/ext/intl/tests/
H A Dcalendar_get_basic.phpt13 $intlcal->set(IntlCalendar::FIELD_DAY_OF_MONTH, 4);
H A Dformatter_get_set_text_attribute.phpt10 * Get/set text attribute.
60 // Check if the new value has been set.
62 $res_str .= "ERROR: New $attr_name symbol value has not been set correctly.\n";
H A Dformatter_get_set_text_attribute_var2.phpt10 * Get/set text attribute.
60 // Check if the new value has been set.
62 $res_str .= "ERROR: New $attr_name symbol value has not been set correctly.\n";
H A Dcalendar_isSet_basic.phpt16 $intlcal->set(IntlCalendar::FIELD_MINUTE, 0);
/PHP-5.6/ext/date/tests/
H A Ddate_default_timezone_set-1.phpt25 …he timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to se…
27 …he timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to se…
H A Ddate_default_timezone_get-1-win32.phpt20 …the timezone identifier. We selected the timezone '%s' for now, but please set date.timezone to se…
23 …the timezone identifier. We selected the timezone '%s' for now, but please set date.timezone to se…
/PHP-5.6/ext/pdo_pgsql/tests/
H A Dconfig.inc3 # user set them from their shell
/PHP-5.6/ext/pcntl/tests/
H A Dpcntl_exec_2.phpt7 …UTABLE") || !is_executable(getenv("TEST_PHP_EXECUTABLE"))) die("skip TEST_PHP_EXECUTABLE not set");
/PHP-5.6/ext/snmp/tests/
H A Dreflection.phpt16 reflection::export(new reflectionmethod('snmp', 'set'));
81 Method [ <internal:snmp> public method set ] {
/PHP-5.6/ext/pcntl/
H A Dpcntl.c75 ZEND_ARG_INFO(0, set)
80 ZEND_ARG_INFO(0, set)
85 ZEND_ARG_INFO(0, set)
922 sigset_t set, oldset; in PHP_FUNCTION() local
943 if (sigaddset(&set, signo) != 0) { in PHP_FUNCTION()
951 if (sigprocmask(how, &set, &oldset) != 0) { in PHP_FUNCTION()
982 sigset_t set; in pcntl_sigwaitinfo() local
998 if (sigemptyset(&set) != 0) { in pcntl_sigwaitinfo()
1012 if (sigaddset(&set, signo) != 0) { in pcntl_sigwaitinfo()
1023 signo = sigtimedwait(&set, &siginfo, &timeout); in pcntl_sigwaitinfo()
[all …]

Completed in 145 milliseconds

12345678910>>...26