Home
last modified time | relevance | path

Searched refs:value (Results 1801 – 1825 of 2327) sorted by relevance

1...<<71727374757677787980>>...94

/PHP-8.3/ext/pdo/
H A Dpdo_stmt_arginfo.h22 ZEND_ARG_TYPE_INFO(0, value, IS_MIXED, 0)
79 ZEND_ARG_TYPE_INFO(0, value, IS_MIXED, 0)
/PHP-8.3/ext/spl/tests/
H A Dobserver_006.phpt28 foreach(array(1=>"foo",2=>42) as $key => $value)
30 $storage->attach(new TestClass($key), $value);
/PHP-8.3/Zend/Optimizer/
H A Dzend_optimizer_internal.h84 void zend_optimizer_collect_constant(zend_optimizer_ctx *ctx, zval *name, zval* value);
85 bool zend_optimizer_get_collected_constant(HashTable *constants, zval *name, zval* value);
/PHP-8.3/ext/xmlreader/
H A Dphp_xmlreader.c166 zval *xmlreader_write_property(zend_object *object, zend_string *name, zval *value, void **cache_sl… in xmlreader_write_property() argument
179 value = zend_std_write_property(object, name, value, cache_slot); in xmlreader_write_property()
182 return value; in xmlreader_write_property()
973 bool value; in PHP_METHOD() local
976 if (zend_parse_parameters(ZEND_NUM_ARGS(), "lb", &property, &value) == FAILURE) { in PHP_METHOD()
988 int retval = xmlTextReaderSetParserProp(intern->ptr,property, value); in PHP_METHOD()
/PHP-8.3/ext/intl/tests/
H A Ddateformat_format_parse_version2.phpt100 foreach( $localtime_entry as $key => $value){
101 $res_str .= "$key : '$value' , ";
120 foreach( $parsed_arr as $key => $value){
121 $res_str .= "$key : '$value' , ";
H A Ddateformat_format_parse_version_icu72-1.phpt99 foreach( $localtime_entry as $key => $value){
100 $res_str .= "$key : '$value' , ";
119 foreach( $parsed_arr as $key => $value){
120 $res_str .= "$key : '$value' , ";
H A Ddateformat___construct_bad_tz_cal.phpt34 Exception: IntlDateFormatter::__construct(): datefmt_create: Invalid value for calendar type; it mu…
/PHP-8.3/ext/xsl/tests/
H A Dxslt011.phpt25 return $id[0]->value . " - " . $secondArg;
H A Dbug69168.phpt15 <xsl:value-of select="php:function('getPath',uid)"/><br />
H A Dxsltprocessor_transformToXML.phpt31 <xsl:value-of
/PHP-8.3/ext/oci8/tests/
H A Ddrcp_pconn_close2.phpt29 // Query for the row updated. The new value should be returned
/PHP-8.3/ext/random/tests/03_randomizer/methods/
H A DnextInt.phpt33 if ($e->getMessage() !== 'Generated value exceeds size of int' || PHP_INT_SIZE !== 4) {
/PHP-8.3/ext/soap/tests/soap12/
H A DT61.phpt28 …nv:Reason><env:Text>SOAP-ERROR: Encoding: '*' may only be first arraySize value in list</env:Text>…
/PHP-8.3/ext/sockets/
H A Dconversions.h36 void *value; member
/PHP-8.3/ext/standard/tests/array/
H A Darray_filter_variation7.phpt6 * Passing different anonymous callback functions with passed by value and reference arguments
/PHP-8.3/Zend/tests/float_to_int/
H A Dno_warning_compatible_string_float_literals.phpt28 /* Float string array keys are never normalized to an integer value */
/PHP-8.3/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_class_012.phpt21 // This test was written for broken return value handling
/PHP-8.3/ext/soap/tests/schema/
H A Dschema050.phpt2 SOAP XML Schema 50: Array in complex type (maxOccurs > 1, one value)
H A Dschema052.phpt2 SOAP XML Schema 52: Array in complex type (maxOccurs > 1, array with one value)
/PHP-8.3/ext/ffi/tests/
H A Dbug80847.phpt8 … > 0)) die('xfail libffi doesn\'t properly support passing big structures by value on Windows/64');
/PHP-8.3/Zend/tests/
H A Ddim_assign_001.phpt5 /* We are going to store a value in an array, using the key "1"
/PHP-8.3/ext/standard/tests/strings/
H A Dchop_variation5.phpt13 …var_dump ( chop("chop test ", true) ); /* with boolean value as second Argu…
/PHP-8.3/ext/standard/tests/streams/
H A Dgh9590-001.phpt29 Warning: stream_select(): You MUST recompile PHP with a larger value of FD_SETSIZE.
/PHP-8.3/Zend/
H A Dzend_opcode.c258 if (c->ce == ce || (Z_CONSTANT_FLAGS(c->value) & CONST_OWNED)) { in zend_cleanup_mutable_class_data()
259 zval_ptr_dtor_nogc(&c->value); in zend_cleanup_mutable_class_data()
308 zval_ptr_dtor_nogc(&c->value); in destroy_zend_class()
402 if (c->ce == ce || (Z_CONSTANT_FLAGS(c->value) & CONST_OWNED)) { in destroy_zend_class()
403 zval_ptr_dtor_nogc(&c->value); in destroy_zend_class()
479 if (Z_TYPE(c->value) == IS_CONSTANT_AST) { in destroy_zend_class()
482 ZEND_ASSERT(Z_ASTVAL(c->value)->kind == ZEND_AST_CONST_ENUM_INIT); in destroy_zend_class()
483 free(Z_AST(c->value)); in destroy_zend_class()
485 zval_internal_ptr_dtor(&c->value); in destroy_zend_class()
/PHP-8.3/sapi/fpm/tests/
H A Dfcgi.inc574 * Build an FastCGI Name value pair
577 * @param string $value Value
578 * @return string FastCGI Name value pair
580 private function buildNvpair($name, $value)
583 $vlen = strlen($value);
601 return $nvpair . $name . $value;
605 * Read a set of FastCGI Name value pairs
790 foreach ($params as $key => $value) {
791 $paramsRequest .= $this->buildNvpair($key, $value, $id);
936 throw new \Exception('Role value not known [UNKNOWN_ROLE]');

Completed in 31 milliseconds

1...<<71727374757677787980>>...94