Home
last modified time | relevance | path

Searched refs:here (Results 1 – 25 of 271) sorted by relevance

1234567891011

/PHP-5.5/ext/intl/tests/
H A Dresourcebundle.build7 $here = dirname(__FILE__);
9 $dir = new GlobIterator("$here/_files/*.txt", FilesystemIterator::KEY_AS_FILENAME);
12 passthru( ICU_DIR."genrb -s $here/_files/ -d $here/_files/resourcebundle ".$file->getFileName());
15 $dir = new GlobIterator("$here/_files/resourcebundle/*.res", FilesystemIterator::KEY_AS_FILENAME);
29 file_put_contents("$here/_files/res_index.txt", $res_index);
31 passthru( ICU_DIR."genrb -s $here/_files/ -d $here/_files/resourcebundle res_index.txt");
33 // passthru(ICU_DIR."icupkg -tl -a $here/rb.txt -s $here/_files -d $here/_files new $here/_files/re…
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug44295-win.phpt6 if (!extension_loaded("spl") || is_dir('c:\\not\\exists\\here')) die("skip");
10 $dir = 'c:\\not\\exists\\here';
28 in catch: DirectoryIterator::__construct(c:\not\exists\here,c:\not\exists\here): %s (code: 3)
/PHP-5.5/ext/ereg/regex/
H A Dregexec.c40 #define FWD(dst, src, n) ((dst) |= ((unsigned)(src)&(here)) << (n))
41 #define BACK(dst, src, n) ((dst) |= ((unsigned)(src)&(here)) >> (n))
42 #define ISSETBACK(v, n) ((v) & ((unsigned)here >> (n)))
89 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here])
90 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
91 #define ISSETBACK(v, n) ((v)[here - (n)])
/PHP-5.5/Zend/tests/
H A Dbug34062.phpt6 function f2() { echo "here\n"; }
16 f2(0, 0, 0); // Won't crash if less than 3 zeros here
22 here
H A Dbug38287.phpt12 // error occurs here: execution should never get inside the if condition because $not_there is NULL
14 // will print NULL (which is ok, but execution should never get here if the value is NULL)
H A Dclosure_011.phpt11 //early prototypes gave 3 here because $i was static in $lambda
H A Dbug63173.phpt6 // the important part here are the indexes 1 and 2
/PHP-5.5/tests/lang/
H A Dbug25922.phpt17 echo "Undefined index here: '{$data['HTTP_HEADER']}'\n";
23 Undefined index here: ''
/PHP-5.5/ext/oci8/tests/
H A Dlob_011.phpt26 var_dump($blob->write("some string here. string, I said"));
74 string(32) "some string here. string, I said"
77 string(32) "some string here. string, I said"
79 string(32) "some string here. string, I said"
/PHP-5.5/ext/filter/tests/
H A D024.phpt10 var_dump(filter_var(" text here ", FILTER_SANITIZE_ENCODED));
18 string(23) "%20%20text%20here%20%20"
H A D023.phpt10 var_dump(filter_var("white space here \ \ \" some more", FILTER_UNSAFE_RAW, FILTER_FLAG_ENCODE_AMP)…
19 string(32) "white space here \ \ " some more"
H A Dbug39846.phpt7 var_dump(filter_var('192.168.1.100random-text-here', FILTER_VALIDATE_IP));
/PHP-5.5/ext/phar/tests/
H A Dpharfileinfo_getcrc32.phpt19 $files['a/subdir/here'] = array('cont'=>'a','ulen'=>1,'clen'=>1);;
29 $b = new PharFileInfo($pname . '/a/subdir/here');
35 $a = file_get_contents($pname . '/a/subdir/here');
H A Dpharfileinfo_destruct.phpt13 $a['a/subdir/here'] = 'hi';
18 $b = new PharFileInfo($pname . '/a/subdir/here');
/PHP-5.5/ext/standard/tests/strings/
H A Ducwords_variation2.phpt16 // Null here doc string
25 // here doc with multiline string
32 // here doc with different whitespaces
39 // here doc with numeric values
H A Dstrip_tags_variation5.phpt19 // null here doc string
28 // here doc with multiline string
36 // here doc with different whitespaces
43 // here doc with numeric values
H A Dprint_basic.phpt55 This uses the "here document" syntax to output
57 that the here document terminator must appear on a
88 This uses the "here document" syntax to output
90 that the here document terminator must appear on a
H A Dstrncasecmp_variation9.phpt10 /* Test strncasecmp() function with here-doc strings for 'str1', 'str2' */
12 echo "*** Test strncasecmp() function: with here-doc strings ***\n";
77 *** Test strncasecmp() function: with here-doc strings ***
H A Dstrncasecmp_basic.phpt22 echo "-- Testing strncasecmp() with here-doc string --\n";
42 -- Testing strncasecmp\(\) with here-doc string --
H A Dstrncmp_basic.phpt22 echo "-- Testing strncmp() with here-doc string --\n";
42 -- Testing strncmp\(\) with here-doc string --
/PHP-5.5/ext/simplexml/tests/
H A D005.phpt18 And here some more.
38 string(19) "And here some more."
H A Dsxe_002.phpt22 And here some more.
62 string(19) "And here some more."
/PHP-5.5/ext/standard/tests/file/
H A Ddisk.phpt23 var_dump(disk_free_space("/some/path/here"));
24 var_dump(disk_total_space("/some/path/here"));
H A Dunlink_basic.phpt12 $filename = "$file_path/unlink_basic.tmp"; // temp file name used here
24 // temp file name used here
/PHP-5.5/ext/dom/tests/
H A Dbug52656.phpt14 string(5) "here!"

Completed in 124 milliseconds

1234567891011