Home
last modified time | relevance | path

Searched refs:from (Results 126 – 150 of 1434) sorted by relevance

12345678910>>...58

/PHP-5.5/Zend/RFCs/
H A D002.txt13 being written; from simple functions and classes to entire application
34 operator. It will be possible to "import" symbols from one namespace
111 as just "Form". Code executed from within other namespaces has to
123 It is possible to import symbols from another namespace into the
126 import * from HTML; // all symbols
128 import Form from HTML; // single symbols
130 import Form,Table from HTML; // multiple symbols
139 import class Form from HTML;
143 import constant * from HTML:Table;
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getStaticPropertyValue_001_2_4.phpt22 echo "Retrieving static values from A:\n";
30 echo "\nRetrieving static values from B:\n";
37 echo "\nRetrieving non-existent values from A with no default value:\n";
54 Retrieving static values from A:
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtr_variation1.phpt5 /* Prototype : string strtr(string $str, string $from[, string $to]);
13 * corresponding translation pair of chars for 'from', 'to' & 'replace_pairs' arguments
39 $from = "123abc";
50 var_dump( strtr($str, $from, $to) );
H A Dstrtr_variation2.phpt5 /* Prototype : string strtr(string $str, string $from[, string $to]);
13 * corresponding translation pair of chars for 'from', 'to' & 'replace_pairs' arguments
43 $from = "%#$*&@()";
54 var_dump( strtr($str, $from, $to) );
H A Dstrtr_error.phpt5 /* Prototype : string strtr(string str, string from[, string to])
12 $from = "string";
23 var_dump( strtr($str, $from, $to, $extra_arg) );
/PHP-5.5/ext/calendar/tests/
H A Dunixtojd.phpt24 // -if ommitted from easter_date.phpt, outputs DATE_TZ_ERRMSG warning
27 // -if ommitted from unixtojd.phpt, does NOT output DATE_TZ_ERRMSG
31 // but returns -1 day from expected because its input is -1 from expected
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt31 return 'Value from serialize()';
48 $db->exec("INSERT INTO test(myobj) VALUES ('Data fetched from DB to be given to unserialize()')");
77 myclass::unserialize('Value from serialize()')
82 myclass::unserialize('Data fetched from DB to be given to unserialize()')
85 myclass::unserialize('Data fetched from DB to be given to unserialize()')
90 myclass::unserialize('Data fetched from DB to be given to unserialize()')
/PHP-5.5/ext/phar/tests/zip/
H A Dcorrupt_006.phpt2 Phar: zip with file created from stdin
16 phar error: Cannot process zips created from stdin (zero-length filename) in zip-based phar "%sstdi…
/PHP-5.5/ext/oci8/tests/
H A Db47243_2.phpt15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
H A Db47243_1.phpt15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
H A Db47243_3.phpt15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
H A Ddrcp_cclass1.phpt13 …$s = oci_parse($c, "select nvl(sys_context('userenv', 'con_name'), 'notacdb') as dbtype from dual"…
39 $s = oci_parse($c, "select * from dual");
48 $s = oci_parse($c, "select * from dual");
55 $s = oci_parse($c, "select cclass_name from v\$cpool_cc_stats where cclass_name like '%.cc__$t' ord…
H A Dcursors_old.phpt2 fetching cursor from a statement
27 $sql = "select cursor(select * from cursors_old_tab) as curs from dual";
/PHP-5.5/tests/lang/
H A DforeachLoopObjects.004.phpt2 Foreach loop tests - Removing the current element from an iterated object.
14 echo "\nRemoving the current element from an iterated object.\n";
33 Removing the current element from an iterated object.
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dlarge_objects.phpt27 /* bind as LOB; the oid from the pgsql stream will be inserted instead
36 $stmt = $db->prepare("SELECT * from test");
47 $stmt = $db->prepare("SELECT * from test");
58 $stmt = $db->prepare("SELECT * from test");
75 /* Now to remove the large object from the database, so it doesn't
/PHP-5.5/ext/standard/tests/dir/
H A Dopendir_variation5.phpt26 * remove the execute permission from the parent dir and test opendir() on child dir
27 * 1) remove write & execute permission from the 1st parent and test opendir()
28 * 2) remove execute permission from 2nd parent and test opendir()
52 // remove the write and execute permisson from sub parent
59 // remove the execute permisson from parent dir, allowing all permission for sub dir
H A Dscandir_variation5.phpt26 * remove the execute permission from the parent dir and test scandir() on child dir
27 * 1. remove write & execute permission from the 1st parent and test scandir()
28 * 2. remove execute permission from 2nd parent and test scandir()
53 // remove the write and execute permisson from sub parent
59 // remove the execute permisson from parent dir, allowing all permission for sub dir
/PHP-5.5/ext/pcre/tests/
H A Dbug41638.phpt10 // these two are from Magnus Holmgren (extracted from a pcre-dev mailing list post)
/PHP-5.5/ext/intl/tests/
H A Dtransliterator_create_from_rule_error.phpt48 …(): transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error …
49 transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error after…
51 …(): transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error …
52 transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error at of…
/PHP-5.5/ext/date/tests/
H A DDateTime_clone_basic2.phpt2 Test clone of objects whoose class derived from DateTime class
19 echo "*** Testing clone on objects whoose class derived from DateTime class ***\n";
33 *** Testing clone on objects whoose class derived from DateTime class ***
H A DDateTimeZone_clone_basic2.phpt2 Testing clone on objects whoose class derived from DateTimeZone class
18 echo "*** Testing clone on objects whoose class derived from DateTimeZone class ***\n";
33 *** Testing clone on objects whoose class derived from DateTimeZone class ***
H A Dbug62561.phpt12 echo 'day from ts: '.$dayFromTs->format('Y-m-d H:i:s')."\n";
16 day from ts: 2012-07-02 04:00:00
/PHP-5.5/ext/xsl/tests/
H A Dxslt011.phpt35 $dom->loadXML("<root>this is from an external DomDocument</root>");
56 this is from an external DomDocument
57 from the Input Document
/PHP-5.5/ext/imap/tests/
H A Dbug45705_2.phpt13 'from' => 'John Doe <john@example.com>',
29 ["from"]=>
43 ["from"]=>
/PHP-5.5/ext/snmp/tests/
H A Dgeneric_timeout_error.phpt22 Warning: snmpget(): No response from %s in %s on line %d
25 Warning: snmpget(): No response from %s in %s on line %d

Completed in 58 milliseconds

12345678910>>...58