Searched refs:have (Results 251 – 275 of 541) sorted by relevance
1...<<11121314151617181920>>...22
/PHP-7.4/ext/pdo_dblib/tests/ |
H A D | config.inc | 8 // assume driver doesn't have this bug if not using FreeTDS
|
/PHP-7.4/Zend/tests/ |
H A D | bug48770_3.phpt | 51 Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'B' does not have…
|
/PHP-7.4/ext/libxml/tests/ |
H A D | libxml_set_external_entity_loader_error1.phpt | 28 …al_entity_loader() expects parameter 1 to be a valid callback, array must have exactly two members…
|
H A D | 004.phpt | 30 Warning: stream_context_create(): options should have the form ["wrappername"]["optionname"] = $val…
|
/PHP-7.4/ext/opcache/ |
H A D | config.m4 | 91 AC_DEFINE(HAVE_SHM_IPC, 1, [Define if you have SysV IPC SHM support]) 143 AC_DEFINE(HAVE_SHM_MMAP_ANON, 1, [Define if you have mmap(MAP_ANON) SHM support]) 213 AC_DEFINE(HAVE_SHM_MMAP_POSIX, 1, [Define if you have POSIX mmap() SHM support])
|
/PHP-7.4/ext/standard/tests/file/ |
H A D | bug27508.phpt | 2 Bug #27508 (userspace wrappers have bogus eof indicator)
|
/PHP-7.4/ext/mbstring/tests/ |
H A D | htmlent.phpt | 27 // and they do not have a named entity representaion.
|
/PHP-7.4/ext/standard/tests/array/ |
H A D | array_diff_key_error.phpt | 6 …* Description: Returns the entries of arr1 that have keys which are not present in any of the othe…
|
H A D | array_intersect_assoc_error.phpt | 6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
|
H A D | array_intersect_assoc_variation10.phpt | 6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
|
H A D | array_diff_ukey_variation5.phpt | 6 …* Description: Returns the entries of arr1 that have keys which are not present in any of the othe…
|
H A D | array_diff_assoc_error.phpt | 6 * Description: Returns the entries of arr1 that have values which are not present
|
H A D | array_diff_error.phpt | 6 * Description: Returns the entries of $arr1 that have values which are
|
H A D | array_filter.phpt | 85 Warning: array_filter() expects parameter 2 to be a valid callback, array must have exactly two mem…
|
H A D | array_intersect_key_error.phpt | 6 …* Description: Returns the entries of arr1 that have keys which are present in all the other argum…
|
/PHP-7.4/ext/phar/tests/tar/ |
H A D | require_hash.phpt | 48 tar-based phar "%srequire_hash.phar.tar" does not have a signature
|
/PHP-7.4/ext/posix/ |
H A D | config.m4 | 27 AC_DEFINE(HAVE_TTYNAME_R, 1, [Whether you have a working ttyname_r])
|
/PHP-7.4/ext/mysqli/tests/ |
H A D | mysqli_next_result_error.phpt | 65 You have an error in your SQL syntax; %s
|
H A D | bug35759.phpt | 25 /* SQL strict mode - [1101] BLOB/TEXT column 'a0' can't have a default value */
|
/PHP-7.4/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_exec.phpt | 103 // ignore it, we might not have sufficient permissions 140 // ignore it, we might not have sufficient permissions 182 Warning: PDO::exec(): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in … 183 [016] [42000] 42000 1064 You have an error in your SQL syntax; check the manual that corresponds to…
|
H A D | bug66141.phpt | 34 Warning: PDO::query(): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in…
|
/PHP-7.4/ext/simplexml/tests/ |
H A D | 006.phpt | 17 Here we have some text data.
|
/PHP-7.4/ext/session/ |
H A D | config.m4 | 42 AC_DEFINE(HAVE_LIBMM, 1, [Whether you have libmm])
|
/PHP-7.4/sapi/fpm/tests/ |
H A D | reload-uses-sigkill-as-last-measure.phpt | 43 // so we have to wait at least two seconds.
|
/PHP-7.4/docs/ |
H A D | streams.md | 7 You may have noticed a shed-load of issock parameters flying around the PHP 131 If you have an existing stream and need to be able to `seek()` it, you can use 148 function succeeds. When you have finished, remember to close the stream. 158 whole contents have been downloaded. 313 * **RULE #1**: when writing your own streams: make sure you have configured PHP 315 Some great great pains have been taken to hook into the Zend memory manager to 334 For structured state you might have this: 355 Once you have that part figured out, you can write your implementation and 367 /* in this special case, php_streams is asking if we have reached the
|
Completed in 110 milliseconds
1...<<11121314151617181920>>...22