Home
last modified time | relevance | path

Searched refs:This (Results 126 – 150 of 788) sorted by relevance

12345678910>>...32

/PHP-7.0/ext/oci8/tests/
H A Ddrcp_scope2.phpt27 echo "This is with a OCI_NEW_CONNECT\n";
41 //This is the first scope for the script
57 // This is the second scope
79 This is with a OCI_NEW_CONNECT
86 This is with a OCI_CONNECT
H A Ddrcp_scope5.phpt28 echo "This is with a OCI_PCONNECT\n";
34 // This is the first scope for the script
42 // This is the second scope
58 This is with a OCI_PCONNECT
H A Dbug46994.phpt19 dbms_lob.writeappend(p1, 26, 'This should be the output.');
76 string(26) "This should be the output."
80 string(26) "This should be the output."
82 string(26) "This should be the output."
/PHP-7.0/ext/bz2/tests/
H A Dwith_files.phpt11 $str = "This is a test string.\n";
23 This is a test string.
H A Dbug51997.phpt11 $str = "This is a test string.\n";
24 This is a test string.
/PHP-7.0/ext/json/tests/
H A Dbug73113.phpt13 throw new \Exception('This error is expected');
24 This error is expected
/PHP-7.0/Zend/tests/
H A Dbug73350.phpt7 // This line cause problem :(
11 // This line show the clue (PHP Warning: ...).
H A Dbug48770_3.phpt44 $c->func('This should work!');
48 %unicode|string%(27) "B::func2: This should work!"
49 %unicode|string%(27) "B::func3: This should work!"
H A Dbug70805.phpt27 $array = array($c); //This is used to leave a room for $GLOBALS["a"]
37 unset($t); // This is used to trigger C::__destruct while doing gc_colloct_roots
40 unset($a); // This one can not be putted into roots buf because it's full, thus gc_colloct_roots wi…
/PHP-7.0/ext/zlib/tests/
H A Dzlib_filter_inflate2.phpt9 fwrite($a, b"This is quite the thing ain't it\n");
39 This is quite the thing ain't it
41 This is quite the thing ain't it
/PHP-7.0/ext/intl/tests/
H A Duconverter_oop_subst.phpt16 var_dump($c->convert("This is an ascii string"));
21 string(23) "This is an ascii string"
/PHP-7.0/ext/com_dotnet/
H A DREADME1 This is the new php5 COM module.
6 This module exposes 3 classes: variant, com and dotnet(*).
37 This implementation of COM takes a simpler approach than the PHP 4 version;
39 things as variants. This allows greater consistency of data when passing
43 types. This could be used as a replacement for the bcmath extension, for
61 $word->Selection->TypeText("This is a test...");
/PHP-7.0/ext/standard/tests/strings/
H A Dstrtok_basic.phpt17 $str = 'This testcase test strtok() function.';
38 "This testcase test strtok() function."
44 string(4) "This"
H A Dstr_split_variation6_64bit.phpt23 $str = 'This is a string with 123 & escape char \t';
144 string(42) "This is a string with 123 & escape char \t"
149 string(26) "This is a string with 123 "
156 string(42) "This is a string with 123 & escape char \t"
161 string(42) "This is a string with 123 & escape char \t"
H A Dsprintf_variation15.phpt16 This is string defined
353 string(37) "This is string defined
356 string(37) "This is string defined
359 string(38) " This is string defined
361 string(38) "This is string defined
363 string(38) " This is string defined
366 This is string defined
368 string(37) "This is string defined
370 string(37) "This is string defined
/PHP-7.0/ext/soap/tests/bugs/
H A Dbug38005.phpt10 return new SoapFault('Test', 'This is our fault: �');
41 This is our fault: �
43 …ult><env:Code><env:Value>Test</env:Value></env:Code><env:Reason><env:Text>This is our fault: Ä</en…
/PHP-7.0/ext/pcntl/
H A DREADME3 This module will attempt to implement all features related to process spawning and
4 control (fork(), waitpid(), signal(), WIF's, etc). This is extremely experimental,
/PHP-7.0/ext/phar/tests/
H A Dopen_for_write_newfile_c.phpt18 $files['a.php'] = '<?php echo "This is a\n"; ?>';
19 $files['b.php'] = '<?php echo "This is b\n"; ?>';
20 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
40 This is b/c
H A Dopen_for_write_newfile_c_5_2.phpt16 $files['a.php'] = '<?php echo "This is a\n"; ?>';
17 $files['b.php'] = '<?php echo "This is b\n"; ?>';
18 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
38 This is b/c
/PHP-7.0/ext/mbstring/tests/
H A Dmb_ereg-compat-02.phpt11 $a="This is a nice and simple string";
23 This is a nice and simple string
/PHP-7.0/ext/pdo_dblib/
H A DREADME1 This is the unified Sybase-DB style driver for PDO.
3 This extension register itself as:
18 This extension supports multiple versions of the TDS protocol. There are
/PHP-7.0/ext/bcmath/libbcmath/
H A DREADME1 This is bcmath, a library of arbitrary precision math routines.
5 This library is provided to make these routines useful in a
/PHP-7.0/ext/reflection/tests/
H A Dbug29986.phpt11 const STRING_CONSTANT = 'This is a string';
25 Constant [ string STRING_CONSTANT ] { This is a string }
/PHP-7.0/ext/dba/tests/
H A Ddba002.phpt13 dba_insert("key1", "This is a test insert", $db_file);
26 This is a test insert
/PHP-7.0/ext/phar/tests/tar/
H A Dopen_for_write_newfile_c.phpt22 $files['a.php'] = '<?php echo "This is a\n"; ?>';
23 $files['b.php'] = '<?php echo "This is b\n"; ?>';
24 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
51 This is b/c

Completed in 85 milliseconds

12345678910>>...32