Home
last modified time | relevance | path

Searched refs:r (Results 501 – 525 of 1958) sorted by relevance

1...<<21222324252627282930>>...79

/PHP-7.3/ext/standard/tests/file/
H A Dfwrite_variation1-win32.phpt2 Test fwrite() function : usage variations - r, rb & rt modes
26 Test fwrite with file opened in mode : r,rb,rt
30 $file_modes = array("r","rb","rt");
85 -- Opening file in r --
123 -- Opening file in r --
161 -- Opening file in r --
199 -- Opening file in r --
H A Dfwrite_variation1.phpt2 Test fwrite() function : usage variations - r, rb & rt modes
26 Test fwrite with file opened in mode : r,rb,rt
30 $file_modes = array("r","rb","rt");
83 -- Opening file in r --
121 -- Opening file in r --
159 -- Opening file in r --
197 -- Opening file in r --
/PHP-7.3/ext/standard/tests/mail/
H A Dmail_include.inc94 $msg = "From: foo@anywhere.com\r\n"
95 . "To: $users[0]@$domain\r\n"
96 . "Subject: test$i\r\n"
97 . "\r\n"
98 . "$i: this is a test message, please ignore\r\n";
/PHP-7.3/ext/dba/tests/
H A Ddba_handler.inc17 if (($db_file = dba_open($db_filename, 'r'.$lock_flag, $handler))===FALSE) {
43 if (($dba_reader = @dba_open($db_filename, 'r'.$lock_flag.'t', $handler))===false) {
68 if (($db_file = dba_open($db_filename, 'r'.$lock_flag, $handler))!==FALSE) {
84 if (($db_file = dba_popen($db_filename, 'r'.($lock_flag==''?'':'-'), $handler))!==FALSE) {
/PHP-7.3/ext/oci8/tests/
H A Ddrcp_privileged.phpt24 $r = @oci_execute($s);
25 if (!$r)
27 $r = oci_fetch_array($s);
28 if ($r['DBTYPE'] !== 'CDB$ROOT')
H A Dbug44206.phpt21 $r = oci_execute($s);
22 if (!$r) {
H A Dbug47281_tt.phpt32 $r = @oci_execute($s);
34 if (!$r) {
H A Dbug44008.phpt29 $r = $textLob->load();
30 echo "$r\n";
H A Dbug36403.phpt56 Warning: oci_fetch_array(): ORA-%r(24338|01002)%r: %sbug36403.php on line %d
/PHP-7.3/sapi/cli/tests/
H A D023.phpt25 0 => array("pipe", "r"),
30 $proc = proc_open("$php -c $ini_file -r 'echo ini_get(\"memory_limit\");'", $desc, $pipes);
/PHP-7.3/ext/sockets/tests/
H A Dsocket_abstract_path_sendmsg.phpt26 $r = socket_sendmsg($sends1, [
30 var_dump($r);
H A Dsocket_cmsg_credentials.phpt42 //$r = socket_sendmsg($sends1, [
45 $r = socket_sendto($sends1, $msg = "dread", strlen($msg), 0, $path);
46 var_dump($r);
/PHP-7.3/ext/standard/tests/strings/
H A Dstrrchr_variation7.phpt22 "\r",
23 "\r\n",
H A Dstripcslashes_basic.phpt7 * Description: Returns a string with backslashes stripped off. Recognizes C-like \n, \r ...,
14 var_dump(stripcslashes('Hello World\\r\\n'));
/PHP-7.3/ext/date/tests/
H A Dbug35499.phpt7 echo date(DATE_ISO8601, strtotime("11/20/2005 8:00 AM \r\n")) . "\n";
8 echo date(DATE_ISO8601, strtotime(" 11/20/2005 8:00 AM \r\n")) . "\n";
/PHP-7.3/ext/curl/tests/
H A Dcurl_setopt_basic002.phpt30 var_dump(preg_replace('/[\r\n]/', ' ', file_get_contents($temp_file)));
42 var_dump(preg_replace('/[\r\n]/', ' ', file_get_contents($temp_file)));
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_real_escape_string_nobackslash.phpt29 if ("\r" !== ($tmp = mysqli_real_escape_string($link, "\r")))
30 printf("[006] Expecting \\r, got %s\n", $tmp);
/PHP-7.3/Zend/tests/
H A Dsettype_resource.phpt6 $r = fopen(__FILE__, "r");
28 $r,
/PHP-7.3/ext/phar/tests/tar/files/bug67761.tar/
H A Dbug67761.phar509 �_�r���v&�6���hH��O���GBMB
/PHP-7.3/sapi/phpdbg/tests/
H A Dbasic_run.phpt4 r
H A Dwatch_005.phpt5 r
6 w r $a
/PHP-7.3/ext/hash/
H A Dhash_snefru.c154 size_t i = 0, r = (context->length + len) % 32; in PHP_SNEFRUUpdate() local
166 memcpy(context->buffer, input + i, r); in PHP_SNEFRUUpdate()
167 ZEND_SECURE_ZERO(&context->buffer[r], 32 - r); in PHP_SNEFRUUpdate()
168 context->length = (unsigned char)r; in PHP_SNEFRUUpdate()
/PHP-7.3/ext/zlib/tests/
H A Dgzopen_variation6.phpt29 $h = gzopen($absfile, "r");
34 $h = gzopen($relfile, "r");
/PHP-7.3/ext/pgsql/tests/
H A Dbug72028.phpt30 $r = pg_query("SELECT * FROM $table");
31 while (false !== ($i = pg_fetch_assoc($r))) {
/PHP-7.3/ext/xml/tests/
H A Dxml004.phpt12 $fp = fopen("xmltest.xml", "r");
20 $fp = fopen("xmltest.xml", "r");

Completed in 31 milliseconds

1...<<21222324252627282930>>...79