Home
last modified time | relevance | path

Searched refs:value (Results 1876 – 1900 of 2016) sorted by relevance

1...<<7172737475767778798081

/PHP-7.4/ext/phar/
H A Dphar_object.c1407 zval *value; in phar_build() local
1423 value = iter->funcs->get_current_data(iter); in phar_build()
1429 if (!value) { in phar_build()
1435 switch (Z_TYPE_P(value)) { in phar_build()
1439 php_stream_from_zval_no_verify(fp, value); in phar_build()
1474 if (instanceof_function(Z_OBJCE_P(value), spl_ce_SplFileInfo)) { in phar_build()
1477 …spl_filesystem_object *intern = (spl_filesystem_object*)((char*)Z_OBJ_P(value) - Z_OBJ_P(value)->h… in phar_build()
1528 fname = Z_STRVAL_P(value); in phar_build()
1529 fname_len = Z_STRLEN_P(value); in phar_build()
5244 ZEND_ARG_INFO(0, value)
[all …]
/PHP-7.4/Zend/
H A Dzend_exceptions.c319 …pvalue = zend_read_property_ex(i_get_exception_base(object), (object), ZSTR_KNOWN(id), 1, &value);…
326 zval value, *pvalue; in ZEND_METHOD() local
334 …d_read_property(i_get_exception_base(object), object, "previous", sizeof("previous")-1, 1, &value); in ZEND_METHOD()
H A Dzend_inheritance.c1061 …if (UNEXPECTED((Z_ACCESS_FLAGS(c->value) & ZEND_ACC_PPP_MASK) > (Z_ACCESS_FLAGS(parent_const->valu… in do_inherit_class_constant()
1063 …ity_string(Z_ACCESS_FLAGS(parent_const->value)), ZSTR_VAL(ce->parent->name), (Z_ACCESS_FLAGS(paren… in do_inherit_class_constant()
1065 } else if (!(Z_ACCESS_FLAGS(parent_const->value) & ZEND_ACC_PRIVATE)) { in do_inherit_class_constant()
1066 if (Z_TYPE(parent_const->value) == IS_CONSTANT_AST) { in do_inherit_class_constant()
1370 if (Z_TYPE(c->value) == IS_CONSTANT_AST) { in do_inherit_iface_constant()
/PHP-7.4/ext/standard/tests/array/
H A Darray_unshift_variation4.phpt13 * The $var argument passed is a fixed value
H A Deach_variation1.phpt6 * Description: Return the currently pointed key..value pair in the passed array,
H A Darray_reverse_variation5.phpt2 Test array_reverse() function : usage variations - assoc. array with diff. value for 'array' argume…
/PHP-7.4/ext/standard/tests/strings/
H A Dstripos_variation2.phpt72 42, //needle as int(ASCII value of '*')
H A Dstrlen.phpt116 /* Here two different outputs, which depends on the rounding value
H A Dstr_repeat.phpt39 echo "\n\n*** Testing str_repeat() with various strings & multiplier value ***";
52 var_dump(str_repeat($str, chr(51))); // ASCII value of '3' given
133 *** Testing str_repeat() with various strings & multiplier value ***
H A Dstrripos_variation2.phpt62 42, //needle as int(ASCII value of '*')
/PHP-7.4/sapi/litespeed/
H A Dlscriu.c199 static int LSCRIU_Init_Global_Counter(int value) in LSCRIU_Init_Global_Counter() argument
/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation20.phpt12 when provided with default enclosure value
H A Dlstat_stat_basic.phpt70 // creating files and link, also dump the value of stats
/PHP-7.4/ext/fileinfo/libmagic/
H A Dder.c281 const char *s = m->value.s; in der_cmp()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_interface.phpt145 if (!stristr($content, 'Invalid value for resultmode'))
H A Dmysqli_expire_password.phpt22 die("SKIP Failed to query MariaDB @@disconnect_on_expired_password value");
/PHP-7.4/ext/soap/
H A Dphp_encoding.c2268 char *value, *end; in to_xml_array() local
2271 value = estrdup(ext->val); in to_xml_array()
2272 end = strrchr(value,'['); in to_xml_array()
2279 enc = get_encoder(SOAP_GLOBAL(sdl), ext->ns, value); in to_xml_array()
2280 get_type_str(xmlParam, ext->ns, value, &array_type); in to_xml_array()
2282 smart_str_appends(&array_type, value); in to_xml_array()
2309 efree(value); in to_xml_array()
2690 zval key, value; in to_zval_map() local
2714 ZVAL_NULL(&value); in to_zval_map()
2715 master_to_zval(&value, NULL, xmlValue); in to_zval_map()
[all …]
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_getcolumnmeta.phpt69 function test_meta(&$db, $offset, $sql_type, $value, $native_type, $pdo_type) {
79 if (!$db->exec(sprintf("INSERT INTO test(id, label) VALUES (1, '%s')", $value))) {
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgettype_settype_variation4.phpt126 -2147483648, // max -ne int value
131 0xF674593039, // a hex value > than max int
135 02224242434343152, // an octal value > than max int
/PHP-7.4/main/
H A Doutput.c1553 char *name, *value; in PHP_FUNCTION() local
1556 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss", &name, &name_len, &value, &value_len) == FAILURE)… in PHP_FUNCTION()
1560 if (php_url_scanner_add_var(name, name_len, value, value_len, 1) == SUCCESS) { in PHP_FUNCTION()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_optimizer.c44 void zend_optimizer_collect_constant(zend_optimizer_ctx *ctx, zval *name, zval* value) in zend_optimizer_collect_constant() argument
52 ZVAL_COPY(&val, value); in zend_optimizer_collect_constant()
173 int zend_optimizer_get_collected_constant(HashTable *constants, zval *name, zval* value) in zend_optimizer_get_collected_constant() argument
178 ZVAL_COPY(value, val); in zend_optimizer_get_collected_constant()
/PHP-7.4/ext/spl/
H A Dspl_directory.c2131 zval *value; in spl_filesystem_file_read_csv() local
2148 value = &intern->u.file.current_zval; in spl_filesystem_file_read_csv()
2149 ZVAL_COPY_DEREF(return_value, value); in spl_filesystem_file_read_csv()
2183 zval *value = &retval; in spl_filesystem_file_read_line_ex() local
2185 ZVAL_COPY_DEREF(&intern->u.file.current_zval, value); in spl_filesystem_file_read_line_ex()
2446 zval *value = &intern->u.file.current_zval; in SPL_METHOD() local
2448 ZVAL_COPY_DEREF(return_value, value); in SPL_METHOD()
/PHP-7.4/ext/session/tests/
H A Dsave_handler.inc125 // Return negative value for error. FALSE does not work because it's the same as 0.
/PHP-7.4/docs/
H A Dunix-build-system.md10 * adds PHP_DEFINE(what[, value]) which creates a single include-file per what.
/PHP-7.4/ext/com_dotnet/
H A Dcom_extension.c44 ZEND_ARG_INFO(0, value)

Completed in 126 milliseconds

1...<<7172737475767778798081