Home
last modified time | relevance | path

Searched refs:set (Results 576 – 600 of 682) sorted by relevance

1...<<2122232425262728

/PHP-7.4/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-7.4/ext/oci8/tests/
H A Dbug41069.phpt20 "alter session set nls_date_format = 'MM/DD/YYYY'",
/PHP-7.4/TSRM/
H A Dthreads.m438 AC_MSG_ERROR(host_alias is not set. Make sure to run config.guess)
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_ini.phpt63 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");
H A Dmysqli_pam_sha256_public_key_option.phpt60 die(sprintf("skip Cannot set @@session.old_passwords=2 [%d] %s", $link->errno, $link->error));
H A Dmysqli_begin_transaction.phpt87 /* does it really set a flag? */
H A Dmysqli_options.phpt41 /* set it twice, checking if memory for the previous one is correctly freed */
H A Dmysqli_field_seek.phpt89 /* label column, result set charset */
H A Dmysqli_stmt_execute_stored_proc_next_result.phpt28 // one result set
H A Dbug42378.phpt81 printf("[%03d] Cannot store result set, [%d] %s\n",
/PHP-7.4/ext/standard/tests/file/
H A Dfgets_basic.phpt34 var_dump( feof($file_handle) ); // enusre if eof set
40 var_dump( feof($file_handle) ); // enusre if eof set
H A D005_error.phpt19 Description: Attempts to set the access and modification times of the file
H A Dfgetc_variation4.phpt41 var_dump( feof($file_handle) ); // check if end of file pointer is set
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgettype_settype_variation6.phpt23 set the type of the variable to array type
34 //set the error handler, this is required as
H A Dgettype_settype_variation8.phpt23 set the type of the variable to string type
34 //set the error handler, this is required as
/PHP-7.4/main/
H A Dfastcgi.c1451 fd_set set;
1454 FD_ZERO(&set);
1455 FD_SET(req->fd, &set);
1458 ret = select(req->fd + 1, &set, NULL, NULL, &tv) >= 0;
1460 if (ret > 0 && FD_ISSET(req->fd, &set)) {
/PHP-7.4/ext/standard/tests/strings/
H A Dlcfirst.phpt63 if (stristr($m, 'set')) {
H A Dchunk_split_variation10.phpt13 * 'chunklen' is set to 9.2 for this testcase
H A Dsubstr.phpt64 /* Testing to return empty string when start denotes the position beyond the truncation (set by neg…
/PHP-7.4/ext/pdo_oci/tests/
H A Dbug60994.phpt10 …'PDOTEST_DSN')), 'charset=al32utf8')) die('skip expected output valid for AL32UTF8 character set');
/PHP-7.4/ext/standard/tests/array/
H A Darray_column_basic.phpt13 /* Array representing a possible record set returned from a database */
/PHP-7.4/Zend/
H A Dzend_object_handlers.h167 zend_object_set_t set; /* optional */ member
/PHP-7.4/docs/
H A Doutput-api.md120 pass a int* pointer as second arg to receive the flags set for the output handler
/PHP-7.4/ext/ldap/tests/
H A DREADME.md60 Before running the LDAP-Tests you need to set some environment-variables:

Completed in 70 milliseconds

1...<<2122232425262728