Home
last modified time | relevance | path

Searched refs:f (Results 226 – 250 of 903) sorted by relevance

12345678910>>...37

/PHP-5.5/Zend/tests/generators/finally/
H A Dreturn_yield.phpt5 function foo($f, $t) {
6 for ($i = $f; $i <= $t; $i++) {
H A Dyield_return.phpt5 function foo($f, $t) {
6 for ($i = $f; $i <= $t; $i++) {
/PHP-5.5/tests/lang/
H A DpassByReference_002.phpt6 function f(&$arg1)
11 f(2);
/PHP-5.5/ext/standard/tests/file/
H A Dbug45985.phpt7 $f = fopen($file, 'r');
9 fclose($f);
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput68 0: \x{7f}\x{c0}\x{30f}\x{660}\x{66c}\x{f01}\x{1680}<
37 \x{30f}
75 \x{09f}
76 0: \x{9f}
87 \x{09f}
95 \x{09f}
1330 \x{0}\x{09}\x{1f}\x{7f}\x{9f}
1331 0: \x{00}\x{09}\x{1f}\x{7f}
2253 \x{202f}\x{205f}
2254 0: \x{202f}\x{205f}
[all …]
/PHP-5.5/ext/spl/tests/
H A Dfixedarray_003.phpt35 $a[4] = "f";
45 $a[4] = "f";
57 4 => f
83 4 => f
/PHP-5.5/ext/intl/tests/
H A Dbug66921.phpt7 $f = new ReflectionFunction('intltz_from_date_time_zone');
8 var_dump($f->getParameters()[0]->getClass());
/PHP-5.5/Zend/tests/
H A Dbug43344_11.phpt5 function f($a=namespace\bar) {
8 echo f()."\n";
H A Dbug43344_12.phpt5 function f($a=array(namespace\bar)) {
8 echo f()."\n";
H A Dns_069.phpt9 static function f() {
16 Test::f();
H A Dclosure_051.phpt9 $f = static function() {
12 return $f();
H A Dclosure_052.phpt9 $f = function() {
12 return $f();
H A Dclosure_055.phpt9 $f = static function() {
12 return $f();
H A Dclosure_056.phpt9 $f = function() {
12 return $f();
H A Dbug43344_7.phpt6 function f($a=namespace\bar) {
9 echo f()."\n";
H A Dunset_cv04.phpt5 function f() {
11 f();
H A Dbug43344_13.phpt5 function f($a=array(namespace\bar=>0)) {
9 echo f()."\n";
H A Dbug43344_3.phpt6 function f($a=Foo::bar) {
9 echo f()."\n";
H A Dbug43344_8.phpt6 function f($a=array(namespace\bar)) {
9 echo f()."\n";
/PHP-5.5/ext/pdo_oci/
H A Dconfig.m49 if test -f $PDO_OCI_DIR/lib/libclntsh.$SHLIB_SUFFIX_NAME.$OCI_VER; then
92 if test -f $PDO_OCI_IC_PREFIX/include/oracle/$PDO_OCI_IC_VERS/$PDO_OCI_CLIENT_DIR/oci.h ; then
98 elif test -f $PDO_OCI_IC_PREFIX/sdk/include/oci.h ; then
101 elif test -f $PDO_OCI_IC_PREFIX/$PDO_OCI_CLIENT_DIR/include/oci.h ; then
109 elif test -f "$PDO_OCI_IC_PREFIX/$PDO_OCI_CLIENT_DIR/lib/libclntsh.$SHLIB_SUFFIX_NAME" ; then
111 elif test -f "$PDO_OCI_IC_PREFIX/libclntsh.$SHLIB_SUFFIX_NAME" ; then
141 if test -f "$PDO_OCI_LIB_DIR/sysliblist"; then
143 elif test -f "$PDO_OCI_DIR/rdbms/lib/sysliblist"; then
216 if test -f $abs_srcdir/include/php/ext/pdo/php_pdo_driver.h; then
218 elif test -f $abs_srcdir/ext/pdo/php_pdo_driver.h; then
[all …]
/PHP-5.5/ext/standard/tests/math/
H A Dlog10_basic.phpt50 log10 1 = float(%f)
52 log10 10 = float(%f)
54 log10 100 = float(%f)
/PHP-5.5/ext/soap/tests/
H A Dclassmap003.phpt24 function f(){
33 $this->server->addFunction("f");
47 print_r($client->f());
/PHP-5.5/ext/zlib/tests/
H A Dgzclose_basic.phpt14 $f = dirname(__FILE__)."/004.txt.gz";
15 $h = gzopen($f, 'r');
22 $h = gzopen($f, 'r');
/PHP-5.5/tests/classes/
H A Dinterface_optional_arg_003.phpt8 function f($a = 2) {
14 $c->f();
/PHP-5.5/ext/standard/tests/array/
H A Darray_next_error1.phpt5 function f() {
8 var_dump(next(f()));

Completed in 41 milliseconds

12345678910>>...37