Home
last modified time | relevance | path

Searched refs:w (Results 826 – 850 of 1026) sorted by relevance

1...<<31323334353637383940>>...42

/PHP-7.2/ext/phar/tests/
H A Dfopen_edgecases.phpt27 $a = fopen($pname . '/hi', 'w');
31 $a = fopen($pname2 . '/hi', 'w');
/PHP-7.2/ext/snmp/tests/
H A Dsnmp2_set.phpt137 $z = snmp2_set($hostname, $communityWrite, array($oid1, $oid2), array('s', 'w'), array($newvalue1, …
245 Warning: snmp2_set(): Could not add variable: OID='%s' type='w' value='%s': Bad variable type ("w")…
H A Dsnmpset.phpt137 $z = snmpset($hostname, $communityWrite, array($oid1, $oid2), array('s', 'w'), array($newvalue1, $n…
245 Warning: snmpset(): Could not add variable: OID='%s' type='w' value='%s': Bad variable type ("w") i…
/PHP-7.2/
H A Dserver-tests.php119 $w = explode("\n", $wanted);
121 $w1 = array_diff_assoc($w,$o);
122 $o1 = array_diff_assoc($o,$w);
188 $w = null;
190 $n = @stream_select($r, $w, $e, 60);
/PHP-7.2/ext/standard/tests/file/
H A D001-win32.phpt20 fclose (fopen('test.file', 'w'));
H A Dfscanf_variation13.phpt19 $file_handle = fopen($filename, "w");
H A Dfscanf_variation16.phpt19 $file_handle = fopen($filename, "w");
H A Dfscanf_variation19.phpt19 $file_handle = fopen($filename, "w");
H A Dfscanf_variation38.phpt19 $file_handle = fopen($filename, "w");
H A Dfscanf_variation44.phpt19 $file_handle = fopen($filename, "w");
H A Dfscanf_variation50.phpt19 $file_handle = fopen($filename, "w");
H A Dfscanf_variation7.phpt19 $file_handle = fopen($filename, "w");
H A Dcopy_variation3.phpt22 $file_handle = fopen($src_file_name, "w");
H A Dcopy_variation5-win32.phpt22 $file_handle = fopen($src_file_name, "w");
H A Dfscanf_variation22.phpt19 $file_handle = fopen($filename, "w");
H A Dfscanf_variation32.phpt19 $file_handle = fopen($filename, "w");
H A Dsymlink_link_linkinfo_is_link_variation6.phpt17 $fp = fopen($filename, 'w');
H A Dfwrite_variation5.phpt106 $fp = fopen($filename,'w');
H A Dlstat_stat_variation18.phpt26 $fp = fopen("$file_path/lstat_stat_variation18.tmp", "w"); // temp file
/PHP-7.2/ext/shmop/
H A DREADME21 w for read & write access
/PHP-7.2/ext/hash/tests/
H A Dhash_hmac_file_basic.phpt19 if (($fp = fopen( $file, "w+")) == FALSE) {
/PHP-7.2/tests/output/
H A Dob_start_basic_004.phpt11 … 1 should not have any special behaviour (http://marc.info/?l=php-internals&m=123476465621346&w=2).
/PHP-7.2/ext/standard/tests/serialize/
H A Dserialization_objects_002.phpt45 function __construct( $w, $x, $y, $z ) {
46 $this->a = $w;
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_debug_append.phpt45 if (!$fp = fopen($trace_file, 'w')) {
H A Dmysqli_info.phpt64 if (!$fp = fopen($file, 'w'))

Completed in 33 milliseconds

1...<<31323334353637383940>>...42