Home
last modified time | relevance | path

Searched refs:have (Results 1 – 25 of 592) sorted by relevance

12345678910>>...24

/PHP-7.2/ext/dom/tests/
H A DDOMElement_hasAttributes_basic.phpt21 echo "Verify that we have a DOMElement object:\n";
24 echo "\nElement should have attributes:\n";
30 echo "\nVerify that we have a DOMElement object:\n";
33 echo "\nElement should have no attributes:\n";
39 Verify that we have a DOMElement object:
42 Element should have attributes:
45 Verify that we have a DOMElement object:
48 Element should have no attributes:
/PHP-7.2/ext/mbstring/libmbfl/
H A Dconfig.h.in3 /* Define to 1 if you have the <assert.h> header file. */
6 /* Define to 1 if you have the <dlfcn.h> header file. */
9 /* Define to 1 if you have the <inttypes.h> header file. */
16 /* Define to 1 if you have the <memory.h> header file. */
23 /* Define to 1 if you have the <stddef.h> header file. */
26 /* Define to 1 if you have the <stdint.h> header file. */
29 /* Define to 1 if you have the <stdlib.h> header file. */
32 /* Define to 1 if you have the `strcasecmp' function. */
35 /* Define to 1 if you have the `strchr' function. */
41 /* Define to 1 if you have the <string.h> header file. */
[all …]
/PHP-7.2/ext/bcmath/libbcmath/
H A Dconfig.h.in9 /* Define if you have the ANSI C header files. */
15 /* Define if you have the <lib.h> header file. */
18 /* Define if you have the <limits.h> header file. */
21 /* Define if you have the <stdarg.h> header file. */
24 /* Define if you have the <stddef.h> header file. */
27 /* Define if you have the <stdlib.h> header file. */
30 /* Define if you have the <string.h> header file. */
33 /* Define if you have the <unistd.h> header file. */
/PHP-7.2/ext/standard/tests/dir/
H A Dscandir_variation7.phpt40 /*3*/ 0444, // all have read only
41 0666, // all have rw only
43 /*5*/ 0400, // owner has read only, group and others have no permission
44 0600, // owner has rw only, group and others have no permission
46 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
49 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
50 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
H A Dopendir_variation7.phpt41 /*3*/ 0444, // all have read only
42 0666, // all have rw only
44 /*5*/ 0400, // owner has read only, group and others have no permission
45 0600, // owner has rw only, group and others have no permission
47 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
50 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
51 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
H A Dreaddir_variation5.phpt41 /*3*/ 0444, // all have read only
42 0666, // all have rw only
44 /*5*/ 0400, // owner has read only, group and others have no permission
45 0600, // owner has rw only, group and others have no permission
47 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
50 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
51 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
H A Ddir_variation3.phpt43 /*3*/ 0444, // all have read only
44 0666, // all have rw only
46 /*5*/ 0400, // owner has read only, group and others have no permission
47 0600, // owner has rw only, group and others have no permission
49 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
52 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
53 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
/PHP-7.2/Zend/tests/variadic/
H A Dno_default_error.phpt2 Variadic argument cannot have a default value
10 Fatal error: Variadic parameter cannot have a default value in %s on line %d
/PHP-7.2/ext/sqlite3/
H A Dconfig0.m451 AC_DEFINE(HAVE_SQLITE3_KEY, 1, [have commercial sqlite3 with crypto support])
54 AC_DEFINE(SQLITE_ENABLE_COLUMN_METADATA, 1, [have sqlite3 with column metadata enabled])
57 AC_DEFINE(HAVE_SQLITE3_ERRSTR, 1, [have sqlite3_errstr function])
62 [AC_DEFINE(SQLITE_OMIT_LOAD_EXTENSION, 1, [have sqlite3 with extension support])
83 dnl As long as intl is not shared we can have ICU support
88 AC_DEFINE(HAVE_SQLITE3_ERRSTR, 1, [have sqlite3_errstr function])
H A Dconfig.w3213 AC_DEFINE("HAVE_SQLITE3_ERRSTR", 1, "have sqlite3_errstr function")
14 AC_DEFINE("HAVE_SQLITE3_CLOSE_V2", 1, "have sqlite3_close_v2")
/PHP-7.2/tests/output/
H A Dob_start_basic_003.phpt7 return "I have stolen your output";
18 I have stolen your output
H A Dob_start_basic_006.phpt77 Warning: ob_start(): array must have exactly two members in %s on line 44
93 Warning: ob_start(): array must have exactly two members in %s on line 50
101 Warning: ob_start(): array must have exactly two members in %s on line 53
109 Warning: ob_start(): array must have exactly two members in %s on line 56
129 Warning: ob_start(): array must have exactly two members in %s on line 68
/PHP-7.2/ext/sockets/
H A Dconfig.m418 AC_DEFINE(HAVE_CMSGHDR,1,[Whether you have struct cmsghdr])
43 AC_DEFINE(HAVE_SA_SS_FAMILY,1,[Whether you have sockaddr_storage.ss_family])
56 AC_DEFINE(HAVE_AI_V4MAPPED,1,[Whether you have AI_V4MAPPED])
69 AC_DEFINE(HAVE_AI_ALL,1,[Whether you have AI_ALL])
82 AC_DEFINE(HAVE_AI_IDN,1,[Whether you have AI_IDN])
/PHP-7.2/Zend/tests/
H A Dbug50146.phpt2 Bug #50146 (property_exists: Closure object cannot have properties)
20 Fatal error: Uncaught Error: Closure object cannot have properties in %s:%d
H A Dbug61025.phpt23 Warning: The magic method __invoke() must have public visibility and cannot be static in %sbug61025…
25 Warning: The magic method __invoke() must have public visibility and cannot be static in %sbug61025…
/PHP-7.2/ext/mbstring/tests/
H A Dbug43301.phpt14 hello, I have got a cr*sh on you
25 #0 %sbug43301.php(%d): mb_ereg_replace('hello', '$1', 'hello, I have g...', 'e')
31 #0 %sbug43301.php(%d): mb_ereg_replace('hello', '$1', 'hello, I have g...', 'e')
/PHP-7.2/tests/classes/
H A Dautoload_008.phpt21 echo "In Exception catch block. Autoload should not have been triggered.\n";
25 In Exception catch block. Autoload should not have been triggered.
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_report_wo_ps.phpt59 printf("[009] select_db should have failed\n");
63 // Check that none of the above would have caused any error messages if MYSQL_REPORT_ERROR would
64 // not have been set. If that would be the case, the test would be broken.
107 Warning: mysqli_multi_query(): (%d/%d): You have an error in your SQL syntax; check the manual that…
109 Warning: mysqli_query(): (%d/%d): You have an error in your SQL syntax; check the manual that corre…
113 Warning: mysqli_kill(): processid should have positive value in %s on line %d
115 Warning: mysqli_real_query(): (%d/%d): You have an error in your SQL syntax; check the manual that …
117 Warning: mysqli_kill(): processid should have positive value in %s on line %d
/PHP-7.2/ext/mbstring/
H A DREADME.libmbfl8 If you need to modify the bundled libmbfl, the change also have to be applied for
11 If you have question about libmbfl, please ask to
/PHP-7.2/ext/simplexml/tests/
H A D005.phpt16 Here we have some text data.
37 string(28) "Here we have some text data."
/PHP-7.2/ext/spl/examples/
H A Drecursivedualiterator.inc33 /** @return whether both LHS and RHS have children
53 /** @return whether both inner iterators are valid, have same hasChildren()
62 /** @return whether both inner iterators are valid, have same hasChildren()
/PHP-7.2/ext/date/tests/
H A Dbug33415-2.phpt8 have a DST or timezone transition.\n";
24 appear to have a DST or timezone transition.\n";
33 not appear to have a DST or timezone transition.\n";
67 appear to have a DST or timezone transition.\n";
185 appear to have a DST or timezone transition.\n";
213 have a DST or timezone transition.
224 appear to have a DST or timezone transition.
230 not appear to have a DST or timezone transition.
241 not appear to have a DST or timezone transition.
252 appear to have a DST or timezone transition.
[all …]
/PHP-7.2/ext/oci8/tests/
H A Dcoll_018.phpt38 var_dump($coll1->getElem(3)); // this element should have gone
43 var_dump($coll1->getElem(1)); // this element should have gone
51 var_dump($coll1->getElem(0)); // this should have gone
/PHP-7.2/ext/standard/tests/file/
H A Dcopy_variation15.phpt24 /* Test copy(): Trying to create a copy of file in a dir which doesn't have write permissions */
28 echo "*** Test copy() function: Trying to create a copy of file in a dir which doesn't have write p…
57 *** Test copy() function: Trying to create a copy of file in a dir which doesn't have write permiss…
/PHP-7.2/ext/pgsql/tests/
H A DREADME6 For instance, if your login name is 'testuser', you should have PostgreSQL
10 If you have account and database, type "createdb test" from command prompt

Completed in 35 milliseconds

12345678910>>...24