Home
last modified time | relevance | path

Searched refs:value (Results 1851 – 1875 of 2016) sorted by relevance

1...<<7172737475767778798081

/PHP-7.4/ext/opcache/Optimizer/
H A Ddce.c235 zval *value = in may_have_side_effects() local
238 if (Z_TYPE_P(value) == IS_CONSTANT_AST) { in may_have_side_effects()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c1018 ic.value = zin; in phpdbg_register_file_handles()
1024 oc.value = zout; in phpdbg_register_file_handles()
1030 ec.value = zerr; in phpdbg_register_file_handles()
1112 #define INI_DEFAULT(name, value) \ argument
1113 ZVAL_NEW_STR(&tmp, zend_string_init(value, sizeof(value) - 1, 1)); \
/PHP-7.4/ext/standard/tests/array/
H A D005.phpt6 * Description: Shifts the first value of the array off and returns it.
H A Darray_unshift_variation5.phpt15 * The $var argument passed is a fixed value
H A Darray_unshift_variation9.phpt18 // heredoc with empty value
H A Dend.phpt12 Description: Advances internal pointer of array to last element, and returns its value.
H A Dend_64bit.phpt12 Description: Advances internal pointer of array to last element, and returns its value.
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_begin_transaction.phpt124 Warning: mysqli_begin_transaction(): Invalid value for parameter flags (-1) in %s on line %d
H A Dmysqli_stmt_send_long_data.phpt116 printf("[021] Blob value has not been stored properly!\n");
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgettype_settype_variation2.phpt122 -2147483648, // max -ne int value
127 0xF674593039, // a hex value > than max int
131 02224242434343152, // an octal value > than max int
H A Dgettype_settype_variation3.phpt118 -2147483648, // max -ne int value
123 0xF674593039, // a hex value > than max int
127 02224242434343152, // an octal value > than max int
H A Dis_numeric.phpt70 2.00000000000000000000001, // a float value with more precision points
H A Dis_callable_basic2.phpt34 public $value = 100;
48 /* function name having boolean value */
116 array( @$temp_class_obj->value, 100 ),
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_module.c131 ini_entry->value = zend_string_init_interned(new_new_value, 1, 1); in ZEND_INI_MH()
179 ini_entry->value = zend_string_init_interned(new_new_value, strlen(new_new_value), 1); in ZEND_INI_MH()
213 ini_entry->value = zend_string_init_interned(new_new_value, strlen(new_new_value), 1); in ZEND_INI_MH()
/PHP-7.4/
H A DNEWS225 . Fixed bug #80173 (Using return value of zend_assign_to_variable() is not
874 . Fixed bug #79657 ("yield from" hangs when invalid value encountered).
1364 . Fixed bug #78386 (fstat mode has unexpected value on PHP 7.4). (cmb)
1377 . Fixed bug #78535 (auto_detect_line_endings value not parsed as bool).
1644 . Fixed bug #78624 (session_gc return value for user defined session
1723 . Fixed bug #78641 (addGlob can modify given remove_path value). (cmb)
1766 . Fixed bug #78535 (auto_detect_line_endings value not parsed as bool).
1804 . Fixed bug #78624 (session_gc return value for user defined session
1816 . Fixed bug #78641 (addGlob can modify given remove_path value). (cmb)
2026 value). (Ignace Nyamagana Butera)
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation7.phpt2 Test fgetcsv() : usage variations - with default arguments value
10 /* Testing fgetcsv() to read from a file when provided with default value of arguments */
12 echo "*** Testing fgetcsv() : with default arguments value ***\n";
91 *** Testing fgetcsv() : with default arguments value ***
H A D005_error.phpt20 named in the filename parameter to the value given in time.
/PHP-7.4/ext/standard/tests/strings/
H A Dsubstr.phpt43 /* start value variations with length values */
H A Durl_t.phpt74 'http://user:@pass@host/path?argument?value#etc',
762 --> http://user:@pass@host/path?argument?value#etc: array(7) {
774 string(14) "argument?value"
/PHP-7.4/ext/snmp/tests/
H A Dsnmp-object-errno-errstr.phpt135 …able: OID='.iso.org.dod.internet.mgmt.mib-2.system.sysContact.0' type='q' value='blah': Bad variab…
/PHP-7.4/ext/standard/tests/serialize/
H A Dmax_depth.phpt51 // Reset ini setting to a large value,
/PHP-7.4/ext/intl/tests/
H A Ddateformat_format_variant2.phpt106 foreach( $localtime_entry as $key => $value){
107 $res_str .= "$key : '$value' , ";
/PHP-7.4/ext/standard/
H A Dcrypt_sha512.c43 # define UINT64_C(value) __CONCAT(value, ULL) argument
/PHP-7.4/build/
H A Dpkg.m4266 dnl Retrieves the value of the pkg-config variable for the given module.
269 AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c304 static SLJIT_INLINE void sljit_unaligned_store_s16(void *addr, sljit_s16 value) in sljit_unaligned_store_s16() argument
306 SLJIT_MEMCPY(addr, &value, sizeof(value)); in sljit_unaligned_store_s16()
309 static SLJIT_INLINE void sljit_unaligned_store_s32(void *addr, sljit_s32 value) in sljit_unaligned_store_s32() argument
311 SLJIT_MEMCPY(addr, &value, sizeof(value)); in sljit_unaligned_store_s32()
314 static SLJIT_INLINE void sljit_unaligned_store_sw(void *addr, sljit_sw value) in sljit_unaligned_store_sw() argument
316 SLJIT_MEMCPY(addr, &value, sizeof(value)); in sljit_unaligned_store_sw()

Completed in 71 milliseconds

1...<<7172737475767778798081