Home
last modified time | relevance | path

Searched refs:flag (Results 101 – 125 of 223) sorted by relevance

123456789

/php-src/ext/pcntl/tests/
H A Dpcntl_rfork.phpt2 Test function pcntl_rfork() with no flag.
H A Dpcntl_unshare_01.phpt9 if (!defined("CLONE_NEWUSER")) die("skip flag unavailable");
H A Dpcntl_rfork_nowait.phpt2 Test function pcntl_rfork() with no wait flag.
H A Dpcntl_unshare_02.phpt9 if (!defined("CLONE_NEWPID")) die("skip flag unavailable");
/php-src/ext/standard/tests/array/
H A Dextract_variation10.phpt2 Test extract() function - ensure EXTR_REFS doesn't mess with isRef flag on COW references to array …
/php-src/ext/fileinfo/tests/
H A Dfinfo_apple_flag.phpt2 Test FILEINFO_APPLE flag
/php-src/ext/gd/tests/
H A Dbug77700.phpt2 Bug #77700 (Writing truecolor images as GIF ignores interlace flag)
/php-src/ext/spl/tests/
H A DSplPriorityQueue_setExtractFlags_zero.phpt11 Fatal error: Uncaught RuntimeException: Must specify at least one extract flag in %s:%d
H A Dspl_caching_iterator_constructor_flags.phpt2 SPL: CachingInterator constructor flag checks
/php-src/Zend/
H A Dzend_hash.c842 if (flag & HASH_LOOKUP) { in _zend_hash_add_or_update_i()
889 if (flag & HASH_LOOKUP) { in _zend_hash_add_or_update_i()
921 if (flag & HASH_LOOKUP) { in _zend_hash_str_add_or_update_i()
966 if (flag & HASH_LOOKUP) { in _zend_hash_str_add_or_update_i()
980 if (flag == HASH_ADD) { in zend_hash_add_or_update()
1019 if (flag == HASH_ADD) { in zend_hash_str_add_or_update()
1106 if (flag & HASH_ADD) { in _zend_hash_index_add_or_update_i()
1182 if (flag & HASH_LOOKUP) { in _zend_hash_index_add_or_update_i()
1193 if (flag == HASH_ADD) { in zend_hash_index_add_or_update()
3225 if (flag) { in zend_hash_minmax()
[all …]
/php-src/ext/tokenizer/tests/
H A Dbug76437.phpt2 Bug #76437 (token_get_all with TOKEN_PARSE flag fails to recognise close tag)
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c116 …if ((encoding->flag & (MBFL_ENCTYPE_SBCS | MBFL_ENCTYPE_WCS2 | MBFL_ENCTYPE_WCS4)) || encoding->mb… in mbfl_strcut()
122 if (encoding->flag & MBFL_ENCTYPE_WCS2) { in mbfl_strcut()
131 } else if (encoding->flag & MBFL_ENCTYPE_WCS4) { in mbfl_strcut()
140 } else if ((encoding->flag & MBFL_ENCTYPE_SBCS)) { in mbfl_strcut()
/php-src/ext/standard/tests/strings/
H A Dbug21730.phpt2 Bug #21730 (*scanf "%n" conversion flag gives string instead of integer)
H A Dhtmlentities20.phpt59 function test($flag) {
64 $a = htmlentities($test, $flag | ENT_DISALLOWED, "UTF-8");
65 $b = htmlspecialchars($test, $flag | ENT_DISALLOWED, "UTF-8");
/php-src/ext/json/tests/
H A Djson_decode_exceptions.phpt2 Test json_decode() function : JSON_THROW_ON_ERROR flag
/php-src/ext/zip/tests/
H A Dbug76524.phpt2 ZipArchive Bug #76524 (memory leak with ZipArchive::OVERWRITE flag and empty archive)
/php-src/Zend/tests/
H A Dgh10251.phpt2 GH-10251 (Assertion `(flag & (1<<3)) == 0' failed.)
/php-src/ext/date/tests/
H A Dbug62561.phpt2 Bug #62561 Unixtimestamp may take on local times DST flag (this test will only be valid during EDT)
/php-src/ext/standard/tests/streams/
H A Dbug60455_01.phpt7 //flag the first time. This is why we need to use sockets.
/php-src/ext/dom/tests/
H A Dxml_parsing_LIBXML_NO_XXE.phpt2 Test flag LIBXML_NO_XXE
H A Dbug55700.phpt2 Bug #55700 (XPath namespace prefix conflict, global registerNodeNS flag)
/php-src/ext/standard/
H A Dinfo.h56 PHPAPI void php_print_info(int flag);
/php-src/.github/actions/verify-generated-files/
H A Daction.yml15 # Use the -a flag for a bug in git 2.46.0, which doesn't consider changed -diff files.
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst165 flag in their ``gc->u.type_info`` field.
170 You may execute PHP with the ``-d opcache.protect_memory=1`` flag to mark the shared memory as
210 The ``GC_NOT_COLLECTABLE`` flag indicates that the value may not be involved in a reference cycle.
214 The ``GC_PROTECTED`` flag is used to protect against recursion in various internal functions. For
216 ``GC_PROTECTED`` flag. If the value is recursive, it prevents the same value from being visited
221 The ``GC_PERSISTENT`` flag indicates that the value was allocated using ``malloc``, instead of PHPs
226 The ``GC_PERSISTENT_LOCAL`` flag indicates that a ``GC_PERSISTENT`` value is only accessible in one
227 thread, and is thus still safe to modify. This flag is only used in debug builds to satisfy an
/php-src/TSRM/
H A Dthreads.m4100 for flag in -kthread -pthread -pthreads -mthreads -Kthread -threads -mt -qthreaded; do
102 CFLAGS="$CFLAGS $flag"
106 ac_cv_pthreads_cflags=$flag

Completed in 35 milliseconds

123456789