Home
last modified time | relevance | path

Searched refs:from (Results 201 – 225 of 1324) sorted by relevance

12345678910>>...53

/PHP-5.3/ext/tidy/tests/
H A D027.phpt8 // bug report from http://sf.net/tracker/?func=detail&atid=390963&aid=1641868&group_id=27659
29 $data = "awerawer"; // in my code, $data is downloaded from a site
/PHP-5.3/ext/oci8/tests/
H A Ddriver_name.phpt25 echo"\n***Test 1.2 - Get the values from different connections **************\n";
41 from v\$session_connect_info sci, v\$session s
56 ***Test 1.2 - Get the values from different connections **************
H A Dbug42841.phpt23 … open out_1 for select 11 from dual union all select 12 from dual union all select 13 from dual;
35 Open retCursor For 'select * from dual';
H A Dnull_byte_2.phpt20 $s = oci_parse($c, "select * \0from dual");
27 $s = oci_parse($c, "select * from dual where :bv = 1");
H A Dnull_byte_3.phpt17 $s = oci_parse($c, "select * from du\0al");
22 $s = oci_parse($c, "select * from dual where :bv = 'abc'");
H A Dcursor_bind_err.phpt27 $sql = "select cursor(select * from cursor_bind_err_tab) into :cursor from dual";
H A Dfetch_all4.phpt24 $s = oci_parse($c, "select * from fetch_all4_tab where 1 = 0");
33 $s = oci_parse($c, "select * from fetch_all4_tab where 1 = 0");
H A Dlob_038.phpt39 $s = oci_parse($c,"select clob from ".$schema.$table_name);
49 $s = oci_parse($c, "select clob from ".$schema.$table_name);
86 $s = oci_parse($c, "select blob from ".$schema.$table_name);
93 $s = oci_parse($c, "select blob from ".$schema.$table_name);
H A Drefcur_prefetch_3.phpt46 $sqlstmt = "select cursor(select * from nescurtest) curs1 from dual";
63 $sql_stmt = "select value from v\$mystat a,v\$statname c where
64 a.statistic#=c.statistic# and c.name='SQL*Net roundtrips to/from client'";
/PHP-5.3/ext/standard/tests/strings/
H A Dconvert_cyr_string_basic.phpt6 /* Prototype : string convert_cyr_string ( string $str , string $from , string $to )
7 * Description: Convert from one Cyrillic character set to another
13 $str = "Convert from one Cyrillic character set to another.";
H A Dsetlocale_variation5.phpt23 …y string "", the locale names will be set from the values of environment variables with the same n…
48 echo "Checking new locale in the system, Expected : the locale names will be set from the values of…
159 Checking new locale in the system, Expected : the locale names will be set from the values of envir…
/PHP-5.3/ext/shmop/
H A DREADME34 shmid - shmid from which to read
35 start - offset from which to start reading
42 shmid - shmid from which to read
44 offset - offset in shm to write from
/PHP-5.3/ext/iconv/tests/
H A Diconv_mime_decode_headers.phpt11 Received: from pb1.pair.com (pb1.pair.com [16.92.131.4]) by ***.example.com
14 (envelope-from
45from pb1.pair.com (pb1.pair.com [16.92.131.4]) by ***.example.com (8.12.10/8.12.10/1970-09-30) wit…
/PHP-5.3/ext/dba/
H A DREADME25 reading constant databases." It is from the author of qmail and
36 files from within PHP scripts. When working with ini files you
44 from http://qdbm.sourceforge.net.
48 from commandline:
53 other library. The configuration test only prevents you from configuring
/PHP-5.3/ext/spl/tests/
H A Darray_007.phpt2 SPL: ArrayObject/Iterator from IteratorAggregate
7 // since they cannot be accessed from the external object which iterates
/PHP-5.3/ext/standard/tests/file/
H A Dpopen_pclose_basic-win32.phpt20 echo "*** Testing popen(): reading from the pipe ***\n";
37 // remove variables_order= from PHP.ini (setting it in run-test's
63 *** Testing popen(): reading from the pipe ***
H A Dfscanf_variation1.phpt8 Description: Parses input from a file according to a format
28 // capturing the return value from fscanf() called without third argument
/PHP-5.3/ext/phar/
H A DLICENSE19 derived from this software without prior written permission. For
22 4. Products derived from this software may not be called "PHP", nor
24 from group@php.net. You may indicate that your software works in
29 license from time to time. Each version will be given a
41 "This product includes PHP software, freely available from
72 from libarchive, licensed with this license:
/PHP-5.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c140 convd->from = mbfl_no2encoding(from); in mbfl_buffer_converter_new()
1184 int from, in mbfl_substr() argument
1203 start = from; in mbfl_substr()
1309 pc.start = from; in mbfl_substr()
1342 int from, in mbfl_strcut() argument
1358 from = string->len; in mbfl_strcut()
1382 from &= -2; in mbfl_strcut()
1391 from &= -4; in mbfl_strcut()
1699 int from; member
1744 int from, in mbfl_strimwidth() argument
[all …]
/PHP-5.3/ext/filter/docs/
H A Dfilter.txt25 * Removed min_range and max_range flags from the float filter.
31 * Changed return value of filters which got invalid data from 'false' to
58 Returns the filtered variable *$name* from source *$source*. It uses the
195 quotes from being encoded as numerical HTML
197 * STRIP_LOW: excludes all characters < 0x20 from the
199 * STRIP_HIGH: excludes all characters >= 0x80 from
220 * STRIP_LOW: excludes all characters < 0x20 from the
222 * STRIP_HIGH: excludes all characters >= 0x80 from
239 * STRIP_HIGH: excludes all characters >= 0x80 from
245 XML/HTML being stripped from the input value.
[all …]
/PHP-5.3/tests/lang/
H A Dinclude_variation1.phpt2 include() a file from the current script directory
/PHP-5.3/ext/date/tests/
H A Ddate_default_timezone_get-2-win32.phpt13 …/* The behaviour on windows is to select an arbitrary timezone name from the current system settin…
15 from the multiple names like Europe/Berlin or Europe/Paris . For this reason the test is
/PHP-5.3/ext/dom/tests/
H A DDOMDocument_validate_on_parse_variation.phpt27 $Body = $dom->getElementsByTagName('from')->item(0);
44 Warning: DOMDocument::loadXML(): Element from was declared #PCDATA but contains non text nodes in E…
/PHP-5.3/tests/func/
H A D003.phpt19 echo "Counting from $i to $j\n";
64 echo "and now, from a function...\n";
104 Counting from 7 to 14
224 and now, from a function...
/PHP-5.3/ext/spl/
H A DTODO3 Implement the classes/interfaces from the .inc files in

Completed in 47 milliseconds

12345678910>>...53