/PHP-7.2/ext/dom/tests/ |
H A D | DOMElement_hasAttributes_basic.phpt | 21 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 D | config.h.in | 3 /* 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 D | config.h.in | 9 /* 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 D | scandir_variation7.phpt | 40 /*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 D | opendir_variation7.phpt | 41 /*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 D | readdir_variation5.phpt | 41 /*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 D | dir_variation3.phpt | 43 /*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 D | no_default_error.phpt | 2 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 D | config0.m4 | 51 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 D | config.w32 | 13 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 D | ob_start_basic_003.phpt | 7 return "I have stolen your output"; 18 I have stolen your output
|
H A D | ob_start_basic_006.phpt | 77 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 D | config.m4 | 18 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 D | bug50146.phpt | 2 Bug #50146 (property_exists: Closure object cannot have properties) 20 Fatal error: Uncaught Error: Closure object cannot have properties in %s:%d
|
H A D | bug61025.phpt | 23 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 D | bug43301.phpt | 14 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 D | autoload_008.phpt | 21 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 D | mysqli_report_wo_ps.phpt | 59 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 D | README.libmbfl | 8 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 D | 005.phpt | 16 Here we have some text data. 37 string(28) "Here we have some text data."
|
/PHP-7.2/ext/spl/examples/ |
H A D | recursivedualiterator.inc | 33 /** @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 D | bug33415-2.phpt | 8 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 D | coll_018.phpt | 38 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 D | copy_variation15.phpt | 24 /* 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 D | README | 6 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
|