Home
last modified time | relevance | path

Searched refs:This (Results 101 – 125 of 767) sorted by relevance

12345678910>>...31

/PHP-5.3/ext/dom/tests/
H A DDOMNode_hasChildNodes_basic.phpt13 * <title>This is the title</title>
15 * Check for child nodes of the <book>, <title> and This is the title
27 $text = $doc->createTextNode('This is the title');
/PHP-5.3/Zend/tests/
H A Dbug48770.phpt28 print "This method shouldn't be called when using parent::func!\n";
49 $c->func('This should work!');
53 %unicode|string%(26) "A::func: This should work!"
H A Dnowdoc_012.phpt9 This is a nowdoc test.
20 This is a nowdoc test.
H A Dbug35017.phpt14 echo "This Exception should be catched\n";
21 This Exception should be catched
H A Dheredoc_005.phpt9 This is heredoc test #s $a, $b, $c['c'], and $d->d.
14 This is heredoc test #s $a, $b, $c['c'], and $d->d.
/PHP-5.3/ext/phar/tests/
H A Dopen_for_write_existing_b.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"; ?>';
44 This is b/c
H A Dopen_for_write_existing_b_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"; ?>';
42 This is b/c
/PHP-5.3/ext/phar/tests/tar/
H A Dopen_for_write_existing_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
H A Dopen_for_write_existing_c_5_2.phpt20 $files['a.php'] = '<?php echo "This is a\n"; ?>';
21 $files['b.php'] = '<?php echo "This is b\n"; ?>';
22 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
49 This is b/c
H A Dopen_for_write_existing_b.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"; ?>';
57 This is b/c
H A Dopen_for_write_existing_b_5_2.phpt20 $files['a.php'] = '<?php echo "This is a\n"; ?>';
21 $files['b.php'] = '<?php echo "This is b\n"; ?>';
22 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
55 This is b/c
/PHP-5.3/ext/phar/tests/zip/
H A Dopen_for_write_existing_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"; ?>';
48 This is b/c
H A Dopen_for_write_existing_c_5_2.phpt20 $files['a.php'] = '<?php echo "This is a\n"; ?>';
21 $files['b.php'] = '<?php echo "This is b\n"; ?>';
22 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
46 This is b/c
H A Dopen_for_write_existing_b.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"; ?>';
54 This is b/c
H A Dopen_for_write_existing_b_5_2.phpt20 $files['a.php'] = '<?php echo "This is a\n"; ?>';
21 $files['b.php'] = '<?php echo "This is b\n"; ?>';
22 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
52 This is b/c
/PHP-5.3/ext/dba/
H A DREADME4 This is a general abstraction layer for several file-based databases. As
6 by modern databases such as Sleepycat Software's DB2. (This is not to be
10 This extensions allows to work with the following databases:
23 db4 DB4 is Sleepycat Software's DB4. This is available since PHP 5.0.
31 flatfile This is available since PHP 4.3.0 for compatibility with the
35 inifile This is available since PHP 4.3.3 to be able to modify php.ini
43 qdbm This is available since PHP 5.0.0. The qdbm library can be loaded
50 This shows whether your combination of handlers works. Most problematic
/PHP-5.3/ext/com_dotnet/
H A Dcom_persist.c64 php_istream *stm = (php_istream*)This; \
69 IStream *This, in stm_queryinterface() argument
77 *ppvObject = This; in stm_queryinterface()
86 static ULONG STDMETHODCALLTYPE stm_addref(IStream *This) in stm_addref() argument
93 static ULONG STDMETHODCALLTYPE stm_release(IStream *This) in stm_release() argument
139 static HRESULT STDMETHODCALLTYPE stm_seek(IStream *This, LARGE_INTEGER dlibMove, in stm_seek() argument
207 static HRESULT STDMETHODCALLTYPE stm_revert(IStream *This) in stm_revert() argument
213 static HRESULT STDMETHODCALLTYPE stm_lock_region(IStream *This, in stm_lock_region() argument
219 static HRESULT STDMETHODCALLTYPE stm_unlock_region(IStream *This, in stm_unlock_region() argument
225 static HRESULT STDMETHODCALLTYPE stm_stat(IStream *This, in stm_stat() argument
[all …]
/PHP-5.3/tests/lang/
H A Dbug24652.phpt5 /* This works */
12 /* This doesn't */
/PHP-5.3/ext/oci8/tests/
H A Ddrcp_scope3.phpt25 echo "This is with a OCI_PCONNECT\n";
31 // This is the first scope for the script
39 // This is the second scope
54 This is with a OCI_PCONNECT
H A Ddrcp_scope4.phpt28 echo "This is with a OCI_PCONNECT\n";
34 // This is the first scope for the script
42 // This is the second scope
57 This is with a OCI_PCONNECT
H A Ddrcp_scope1.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
80 This is with a OCI_NEW_CONNECT
87 This is with a OCI_CONNECT
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
/PHP-5.3/ext/mbstring/tests/
H A Dmb_ereg_replace-compat-04.phpt11 $a="This is a nice and simple string";
12 echo mb_ereg_replace("^This","That",$a);
/PHP-5.3/ext/bz2/tests/
H A Dwith_files.phpt11 $str = "This is a test string.\n";
23 This is a test string.
/PHP-5.3/ext/ereg/tests/
H A D005.phpt4 <?php $a="This is a nice and simple string";
17 This is a nice and simple string

Completed in 40 milliseconds

12345678910>>...31