Home
last modified time | relevance | path

Searched refs:set (Results 451 – 475 of 618) sorted by relevance

1...<<11121314151617181920>>...25

/PHP-5.5/ext/standard/tests/array/
H A Dasort_variation3.phpt35 // set of possible flag values
H A Darsort_variation3.phpt35 // set of possible flag values
H A Dsort_variation3.phpt37 // set of possible flag values
/PHP-5.5/ext/mysql/tests/
H A Dbug55473.phpt35 if (!mysql_query("set wait_timeout=1", $conn))
H A Dmysql_query_load_data_openbasedir.phpt34 // run-tests, I love you for not allowing me to set ini settings dynamically
/PHP-5.5/Zend/
H A Dzend_object_handlers.h128 zend_object_set_t set; member
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c1253 fd_set set;
1256 FD_ZERO(&set);
1257 FD_SET(req->fd, &set);
1260 ret = select(req->fd + 1, &set, NULL, NULL, &tv) >= 0;
1262 if (ret > 0 && FD_ISSET(req->fd, &set)) {
H A DREADME.FastCGI115 the port that PHP is listening on. In addition, you can set the environment
127 be set before running the PHP binary:
/PHP-5.5/ext/date/tests/
H A DDateTime_data-spring-type2-type2.inc4 * Note: test names match method names in a set of PHPUnit tests
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_pam_sha256.phpt50 die(sprintf("skip Cannot set @@session.old_passwords=2 [%d] %s", $link->errno, $link->error));
H A Dmysqli_get_charset.phpt45 printf("[008] Cannot determine current character set and collation\n");
/PHP-5.5/ext/standard/tests/strings/
H A Dchunk_split_variation11.phpt13 * 'chunklen' is set to 6E0 for this testcase
H A Dget_html_translation_table_variation2.phpt14 //set locale to en_US.UTF-8
H A Dchunk_split_variation9.phpt13 * here 'chunklen' is set to 6.5
/PHP-5.5/ext/oci8/tests/
H A Dxmltype_02.phpt83 set warehouse_spec = XMLType(:clob)
/PHP-5.5/ext/standard/tests/file/
H A D005_variation2-win32.phpt27 Description: Attempts to set the access and modification times of the file
H A Dfscanf_variation53.phpt57 // set the file pointer to eof
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_methods.cpp452 co->ucal->set((UCalendarDateFields)arg1, (int32_t)arg2); in PHP_FUNCTION()
454 co->ucal->set((int32_t)arg1, (int32_t)arg2, (int32_t)arg3); in PHP_FUNCTION()
456 co->ucal->set((int32_t)arg1, (int32_t)arg2, (int32_t)arg3, (int32_t)arg4, (int32_t)arg5); in PHP_FUNCTION()
458 …co->ucal->set((int32_t)arg1, (int32_t)arg2, (int32_t)arg3, (int32_t)arg4, (int32_t)arg5, (int32_t)… in PHP_FUNCTION()
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS50 The first one that is set is used for the reference. Previously only the
55 . The character VT has been added to the set of characters that match \s and
75 [:punct:] when PCRE_UCP is set so as to include the same characters as Perl
249 . Recognize (*NO_START_OPT) at the start of a pattern to set the PCRE_NO_
414 compiled and run at "make" time by default. Instead, a default set of character
534 2. The extra_data structure can now be used to pass in a set of character
538 pattern is now set to NULL, which means that you don't need to do anything
656 systems, the value can be set in config.h.
H A DLICENCE13 included in the distribution is a set of C++ wrapper functions, and a
/PHP-5.5/ext/imap/tests/
H A Dimap_fetchbody_variation3.phpt24 $stream_id = setup_test_mailbox('', 1); // set up temp mailbox with 1 simple msg
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput161 /-- This set of tests is run only with the 8-bit library when Unicode property
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_variable_columncount.phpt52 // What will happen if a PS returns a differen number of result set column upon each execution?
/PHP-5.5/tests/lang/
H A DforeachLoop.016.phpt2 Ensure foreach splits the iterated entity from its cow reference set, for all sorts of iterated ent…
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgettype_settype_variation1.phpt23 set the type of the variable to "null type"
34 //set the error handler, this is required as

Completed in 47 milliseconds

1...<<11121314151617181920>>...25