Home
last modified time | relevance | path

Searched refs:val (Results 126 – 150 of 481) sorted by last modified time

12345678910>>...20

/PHP-7.2/ext/spl/tests/
H A Diterator_020.phpt10 foreach($it as $key=>$val)
12 echo "$key=>$val\n";
19 foreach($it as $key=>$val)
21 echo "$key=>$val\n";
26 foreach($it as $key=>$val)
28 echo "$key=>$val\n";
35 foreach(new NoRewindIterator($it) as $key=>$val)
37 echo "$key=>$val\n";
42 foreach($it as $key=>$val)
44 echo "$key=>$val\n";
H A Ddit_002.phpt33 $val = $obj->current();
34 if (is_string($val)) {
37 var_dump($val);
H A Darray_003.phpt31 foreach($test as $key => $val)
33 echo "$key => $val\n";
H A Darray_007.phpt35 foreach($test as $key => $val)
37 echo "$key => $val\n";
H A Darray_012.phpt12 foreach($it as $key => $val)
14 echo "$key=>$val\n";
34 foreach($it as $key => $val)
36 echo "$key=>$val\n";
H A Darray_013.phpt16 foreach($it as $key => $val)
18 echo "$key=>$val\n";
26 foreach(new NoRewindIterator($it) as $key => $val)
28 echo "$key=>$val\n";
45 foreach($it as $key => $val)
47 echo "$key=>$val\n";
55 foreach(new NoRewindIterator($it) as $key => $val)
57 echo "$key=>$val\n";
H A DSplFileObject_fputcsv.phpt37 foreach($res as &$val)
39 $val = substr($val, 0, -1);
/PHP-7.2/ext/spl/examples/
H A Ddba_dump.php38 foreach($db as $key => $val) {
39 echo "'$key' => '$val'\n";
H A Ddbareader.inc22 private $val = false;
66 $this->val = dba_fetch($this->key, $this->db);
74 return $this->val;
/PHP-7.2/ext/spl/internal/
H A Dinfiniteiterator.inc27 foreach($limit as $val=>$key)
29 echo "$val=>$key\n";
/PHP-7.2/ext/sodium/
H A Dlibsodium.c679 unsigned char *val; in PHP_FUNCTION() local
694 val = (unsigned char *) Z_STRVAL(*val_zv); in PHP_FUNCTION()
696 sodium_increment(val, val_len); in PHP_FUNCTION()
702 unsigned char *val; in PHP_FUNCTION() local
719 val = (unsigned char *) Z_STRVAL(*val_zv); in PHP_FUNCTION()
725 sodium_add(val, addv, val_len); in PHP_FUNCTION()
/PHP-7.2/ext/sockets/
H A Dmulticast.c71 ind = if_nametoindex(val); in php_string_to_if_index()
93 if (Z_LVAL_P(val) < 0 || (zend_ulong)Z_LVAL_P(val) > UINT_MAX) { in php_get_if_index_from_zval()
99 *out = Z_LVAL_P(val); in php_get_if_index_from_zval()
104 Z_ADDREF_P(val); in php_get_if_index_from_zval()
108 zval_ptr_dtor(val); in php_get_if_index_from_zval()
119 zval *val; in php_get_if_index_from_array() local
132 zval *val; in php_get_address_from_array() local
138 if (Z_REFCOUNTED_P(val)) { in php_get_address_from_array()
139 Z_ADDREF_P(val); in php_get_address_from_array()
143 zval_ptr_dtor(val); in php_get_address_from_array()
[all …]
H A Dmulticast.h68 int php_string_to_if_index(const char *val, unsigned *out);
/PHP-7.2/ext/soap/tests/
H A Dclassmap004.phpt17 function __set($name, $val) {
18 $this->a[$name] = $val;
/PHP-7.2/ext/soap/tests/bugs/
H A Dbug30994.phpt30 <val xsi:type="xsd:string">123456</val>
/PHP-7.2/ext/soap/
H A Dphp_sdl.c1185 #define WSDL_CACHE_PUT_INT(val,buf) smart_str_appendc(buf,val & 0xff); \ argument
1186 smart_str_appendc(buf,(val >> 8) & 0xff); \
1187 smart_str_appendc(buf,(val >> 16) & 0xff); \
1188 smart_str_appendc(buf,(val >> 24) & 0xff);
1189 #define WSDL_CACHE_PUT_1(val,buf) smart_str_appendc(buf,val); argument
1190 #define WSDL_CACHE_PUT_N(val,n,buf) smart_str_appendl(buf,(char*)val,n); argument
1244 x->val = sdl_deserialize_string(in); in sdl_deserialize_attribute()
1856 sdl_serialize_string(tmp->val, out); in sdl_serialize_attribute()
2628 if (tmp->val) { in make_persistent_sdl_attribute()
2629 pextra->val = strdup(tmp->val); in make_persistent_sdl_attribute()
H A Dphp_sdl.h241 char *val; member
H A Dphp_xml.h28 …fine get_node_with_attribute(node, name, attr, val) get_node_with_attribute_ex(node, name, NULL, a… argument
29 …ith_attribute_recursive(node, name, attr, val) get_node_with_attribute_recursive_ex(node, name, NU… argument
H A Dsoap.c3100 char *val = NULL; local
3109 if (val == NULL) {
3304 xmlNodePtr val; local
3320 if (!val) {
4410 if (val == NULL) {
4414 val = &defval;
4417 val = &defval;
4700 char *end = strchr(ext->val, '[');
4703 len = strlen(ext->val);
4705 len = end - ext->val;
[all …]
H A Dphp_encoding.c1171 if (Z_REFCOUNTED_P(val)) Z_DELREF_P(val); in set_zval_property()
1236 ZVAL_NULL(&val); in model_to_zval_any()
1250 if (Z_TYPE(val) == IS_STRING && *Z_STRVAL(val) == '<') { in model_to_zval_any()
1261 concat_function(&val, &val, &val2); in model_to_zval_any()
1316 zval val; in model_to_zval_object() local
1319 ZVAL_NULL(&val); in model_to_zval_object()
1535 if (val && val->children && val->children->content) { in to_zval_object_ex()
1639 zval *val; in model_to_xml_object() local
1718 zval *val; in model_to_xml_object() local
1893 zval *val; in to_xml_object() local
[all …]
H A Dphp_http.c883 smart_str_appendl(&soap_headers, request->val, request->len); in make_http_soap_request()
1184 char *name, *val; in make_http_soap_request() local
1193 val = s; in make_http_soap_request()
1196 val = s; in make_http_soap_request()
1213 add_assoc_string(&digest, name, val); in make_http_soap_request()
1285 ZVAL_STRINGL(&params[0], http_body->val+10, http_body->len-10); in make_http_soap_request()
1452 int len_read = php_stream_read(stream, http_buf->val + http_buf_size, buf_size - len_size); in get_http_body()
1510 …int len_read = php_stream_read(stream, http_buf->val + http_buf_size, header_length - http_buf_siz… in get_http_body()
1524 len_read = php_stream_read(stream, http_buf->val + http_buf_size, 4096); in get_http_body()
1533 http_buf->val[http_buf_size] = '\0'; in get_http_body()
H A Dphp_packet_soap.c299 val = cur; in parse_packet_soap()
316 if (!val) { in parse_packet_soap()
339 xmlNodePtr val; in parse_packet_soap() local
340 val = resp->children; in parse_packet_soap()
342 while (val && val->type != XML_ELEMENT_NODE) { in parse_packet_soap()
343 val = val->next; in parse_packet_soap()
345 if (val != NULL) { in parse_packet_soap()
351 if (val->name) { in parse_packet_soap()
354 } else if (val->next && get_node(val->next, (char*)val->name)) { in parse_packet_soap()
368 val = val->next; in parse_packet_soap()
[all …]
H A Dphp_schema.c814 fixed = get_attribute(val->properties, "fixed"); in schema_restriction_var_int()
822 value = get_attribute(val->properties, "value"); in schema_restriction_var_int()
841 fixed = get_attribute(val->properties, "fixed"); in schema_restriction_var_char()
850 value = get_attribute(val->properties, "value"); in schema_restriction_var_char()
1870 ext->val = estrdup(value); in schema_attribute()
2063 if (new_attr->val) { in copy_extra_attribute()
2064 new_attr->val = estrdup(new_attr->val); in copy_extra_attribute()
2474 if (attr->val) { in delete_extra_attribute()
2475 efree(attr->val); in delete_extra_attribute()
2487 if (attr->val) { in delete_extra_attribute_persistent()
[all …]
/PHP-7.2/ext/soap/interop/
H A Dclient_round2_interop.php315 $val = $soapval->param_data->enc_value;
317 $val = $soapval->enc_value;
319 $val = $soapval;
321 if (is_array($val)) {
322 foreach($val as $k => $v) {
326 $val[$k] = $this->decodeSoapval($v);
330 return $val;
/PHP-7.2/ext/snmp/
H A Dsnmp.c534 zval val; in php_snmp_getvalue() local
579 ZVAL_STRINGL(&val, (char *)vars->val.bitstring, vars->val_len); in php_snmp_getvalue()
584 ZVAL_STRINGL(&val, (char *)vars->val.string, vars->val_len); in php_snmp_getvalue()
588 ZVAL_NULL(&val); in php_snmp_getvalue()
593 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
598 (vars->val.string)[0], (vars->val.string)[1], in php_snmp_getvalue()
599 (vars->val.string)[2], (vars->val.string)[3]); in php_snmp_getvalue()
601 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
650 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
660 zval_ptr_dtor(&val); in php_snmp_getvalue()
[all …]

Completed in 111 milliseconds

12345678910>>...20