Home
last modified time | relevance | path

Searched refs:r (Results 426 – 450 of 1819) sorted by relevance

1...<<11121314151617181920>>...73

/PHP-5.5/ext/reflection/tests/
H A Dstatic_properties_002.phpt45 $r = new ReflectionClass('derived');
46 echo 'Number of properties: '. count($r->getStaticProperties()) . "\n";
/PHP-5.5/ext/standard/tests/file/
H A Dbug26938.phpt9 exec($php . ' -n -r \''
16 exec($php . ' -n -r "'
H A Duserstreams_002.phpt23 $r = array($fd);
25 var_dump(stream_select($r, $w, $e, 0) !== false);
31 $fd = fopen("test://foo","r");
32 $fd2 = fopen("test2://foo","r");
/PHP-5.5/ext/bz2/
H A Dconfig.m49 if test -r $PHP_BZ2/include/bzlib.h; then
14 if test -r $i/include/bzlib.h; then
/PHP-5.5/ext/zlib/tests/
H A Dgzclose_basic.phpt15 $h = gzopen($f, 'r');
22 $h = gzopen($f, 'r');
H A Dgzread_basic.phpt15 $h = gzopen($f, 'r');
26 string(10) "When you'r"
H A Dgzrewind_basic.phpt12 $h = gzopen($f, 'r');
34 first 10 characters=When you'r
H A Dgzopen_variation6.phpt29 $h = gzopen($absfile, "r");
34 $h = gzopen($relfile, "r");
/PHP-5.5/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.($lock_flag ? 't' : ''), $handler))===fa…
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-5.5/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-5.5/Zend/tests/
H A Dsettype_resource.phpt6 $r = fopen(__FILE__, "r");
28 $r,
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_1.phpt26 while ($r = $s->fetch()) {
27 echo $r[0] . "\n";
/PHP-5.5/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-5.5/ext/sockets/tests/
H A Dsocket_abstract_path_sendmsg.phpt26 $r = socket_sendmsg($sends1, [
30 var_dump($r);
/PHP-5.5/ext/standard/tests/strings/
H A Dstrrchr_variation7.phpt22 "\r",
23 "\r\n",
H A Daddslashes_variation2.phpt33 "don't disturb u'r neighbours",
34 "don't disturb u'r neighbours''",
99 string(30) "don\'t disturb u\'r neighbours"
102 string(34) "don\'t disturb u\'r neighbours\'\'"
/PHP-5.5/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-5.5/ext/oci8/tests/
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";
/PHP-5.5/ext/hash/
H A Dhash_snefru.c156 size_t i = 0, r = (context->length + len) % 32; in PHP_SNEFRUUpdate() local
168 memcpy(context->buffer, input + i, r); in PHP_SNEFRUUpdate()
169 memset(&context->buffer[r], 0, 32 - r); in PHP_SNEFRUUpdate()
170 context->length = r; in PHP_SNEFRUUpdate()
/PHP-5.5/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h92 #define pdo_pgsql_sqlstate(r) PQresultErrorField(r, PG_DIAG_SQLSTATE) argument
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ext_plugin.h32 #define mysqlnd_plugin_get_plugin_result_data(r, p_id) _mysqlnd_plugin_get_plugin_result_data((r), … argument
/PHP-5.5/ext/mbstring/tests/
H A Dmb_preferred_mime_name.phpt43 $r = mb_preferred_mime_name('BAD_NAME');
44 ($r === FALSE) ? print("OK_BAD_NAME\n") : print("NG_BAD_NAME\n");
/PHP-5.5/ext/xml/tests/
H A Dxml004.phpt12 $fp = fopen("xmltest.xml", "r");
20 $fp = fopen("xmltest.xml", "r");

Completed in 50 milliseconds

1...<<11121314151617181920>>...73