Home
last modified time | relevance | path

Searched refs:newval (Results 1 – 25 of 27) sorted by relevance

12

/PHP-7.0/ext/dom/
H A Ddom_properties.h28 int dom_attr_value_write(dom_object *obj, zval *newval);
34 int dom_characterdata_data_write(dom_object *obj, zval *newval);
44 int dom_document_encoding_write(dom_object *obj, zval *newval);
46 int dom_document_standalone_write(dom_object *obj, zval *newval);
48 int dom_document_version_write(dom_object *obj, zval *newval);
63 int dom_document_recover_write(dom_object *obj, zval *newval);
107 int dom_entity_encoding_write(dom_object *obj, zval *newval);
109 int dom_entity_version_write(dom_object *obj, zval *newval);
120 int dom_node_node_value_write(dom_object *obj, zval *newval);
132 int dom_node_prefix_write(dom_object *obj, zval *newval);
[all …]
H A Dentity.c131 int dom_entity_actual_encoding_write(dom_object *obj, zval *newval) in dom_entity_actual_encoding_write() argument
149 int dom_entity_encoding_write(dom_object *obj, zval *newval) in dom_entity_encoding_write() argument
167 int dom_entity_version_write(dom_object *obj, zval *newval) in dom_entity_version_write() argument
H A Dprocessinginstruction.c134 int dom_processinginstruction_data_write(dom_object *obj, zval *newval) in dom_processinginstruction_data_write() argument
144 str = zval_get_string(newval); in dom_processinginstruction_data_write()
H A Ddocument.c342 str = zval_get_string(newval); in dom_document_encoding_write()
392 standalone = zval_get_long(newval); in dom_document_standalone_write()
440 str = zval_get_string(newval); in dom_document_version_write()
471 doc_prop->stricterror = zend_is_true(newval); in dom_document_strict_error_checking_write()
497 doc_prop->formatoutput = zend_is_true(newval); in dom_document_format_output_write()
522 doc_prop->validateonparse = zend_is_true(newval); in dom_document_validate_on_parse_write()
547 doc_prop->resolveexternals = zend_is_true(newval); in dom_document_resolve_externals_write()
572 doc_prop->preservewhitespace = zend_is_true(newval); in dom_document_preserve_whitespace_write()
597 doc_prop->recover = zend_is_true(newval); in dom_document_recover_write()
622 doc_prop->substituteentities = zend_is_true(newval); in dom_document_substitue_entities_write()
[all …]
H A Dattr.c156 int dom_attr_value_write(dom_object *obj, zval *newval) in dom_attr_value_write() argument
170 str = zval_get_string(newval); in dom_attr_value_write()
H A Dcharacterdata.c99 int dom_characterdata_data_write(dom_object *obj, zval *newval) in dom_characterdata_data_write() argument
109 str = zval_get_string(newval); in dom_characterdata_data_write()
H A Dnode.c325 int dom_node_node_value_write(dom_object *obj, zval *newval) in dom_node_node_value_write() argument
348 zend_string *str = zval_get_string(newval); in dom_node_node_value_write()
701 int dom_node_prefix_write(dom_object *obj, zval *newval) in dom_node_prefix_write() argument
726 str = zval_get_string(newval); in dom_node_prefix_write()
849 int dom_node_text_content_write(dom_object *obj, zval *newval) in dom_node_text_content_write() argument
867 str = zval_get_string(newval); in dom_node_text_content_write()
H A Dphp_dom.c107 typedef int (*dom_write_t)(dom_object *obj, zval *newval);
295 static int dom_write_na(dom_object *obj, zval *newval) in dom_write_na() argument
/PHP-7.0/tests/classes/
H A Darray_access_003.phpt27 function offsetSet($index, $newval) {
28 echo __METHOD__ . "($index,$newval)\n";
30 $this->cnt = $newval;
32 return $this->a[$index] = $newval;
H A Darray_access_004.phpt25 function offsetSet($index, $newval) {
26 echo __METHOD__ . "($index,$newval)\n";
28 $this->cnt = $newval;
30 return $this->a[$index] = $newval;
H A Darray_access_001.phpt17 function offsetSet($index, $newval) {
18 echo __METHOD__ . "($index,$newval)\n";
19 return $this->a[$index] = $newval;
H A Darray_access_002.phpt17 function offsetSet($index, $newval) {
18 echo __METHOD__ . "($index,$newval)\n";
19 /*return*/ $this->a[$index] = $newval;
/PHP-7.0/ext/spl/tests/
H A Dbug32134.phpt22 public function offsetSet($index, $newval)
24 echo __METHOD__ . "($index,$newval)\n";
25 return parent::offsetSet($index, $newval);
/PHP-7.0/ext/dom/tests/
H A Dbug37456.phpt14 $attr = $root->setAttribute('bar', 'newval');
21 newval
/PHP-7.0/ext/snmp/
H A Dsnmp.c2182 ztmp = *newval; in php_snmp_write_max_oids()
2185 newval = &ztmp; in php_snmp_write_max_oids()
2194 if (newval == &ztmp) { in php_snmp_write_max_oids()
2195 zval_dtor(newval); in php_snmp_write_max_oids()
2209 ztmp = *newval; in php_snmp_write_valueretrieval()
2212 newval = &ztmp; in php_snmp_write_valueretrieval()
2222 if (newval == &ztmp) { in php_snmp_write_valueretrieval()
2223 zval_dtor(newval); in php_snmp_write_valueretrieval()
2236 newval = &ztmp; \
2255 newval = &ztmp; in PHP_SNMP_BOOL_PROPERTY_WRITER_FUNCTION()
[all …]
H A Dphp_snmp.h108 typedef int (*php_snmp_write_t)(php_snmp_object *snmp_object, zval *newval);
/PHP-7.0/ext/spl/
H A Dspl.php693 function offsetSet($index, $newval) {/**/} argument
805 function offsetSet($index, $newval) {/**/} argument
H A Dspl_fixedarray.c1071 ZEND_ARG_INFO(0, newval)
H A Dspl_dllist.c1340 ZEND_ARG_INFO(0, newval)
/PHP-7.0/ext/ldap/
H A Dldap.c2209 zval *link, *newval; in PHP_FUNCTION() local
2243 convert_to_long_ex(newval); in PHP_FUNCTION()
2244 val = Z_LVAL_P(newval); in PHP_FUNCTION()
2254 convert_to_long_ex(newval); in PHP_FUNCTION()
2266 convert_to_long_ex(newval); in PHP_FUNCTION()
2278 convert_to_long_ex(newval); in PHP_FUNCTION()
2302 convert_to_string_ex(newval); in PHP_FUNCTION()
2303 val = Z_STRVAL_P(newval); in PHP_FUNCTION()
2315 convert_to_boolean_ex(newval); in PHP_FUNCTION()
2331 … if ((Z_TYPE_P(newval) != IS_ARRAY) || !(ncontrols = zend_hash_num_elements(Z_ARRVAL_P(newval)))) { in PHP_FUNCTION()
[all …]
/PHP-7.0/Zend/tests/
H A Dobject_handlers.phpt25 function offsetSet($index, $newval) {
/PHP-7.0/ext/standard/
H A Dstreamsfuncs.c518 MAKE_STD_ZVAL(newval); in PHP_FUNCTION()
519 array_init(newval); in PHP_FUNCTION()
522 add_next_index_string(newval, (char *)filter->fops->label); in PHP_FUNCTION()
525 add_assoc_zval(return_value, "filters", newval); in PHP_FUNCTION()
/PHP-7.0/ext/mysqli/
H A Dmysqli.c74 typedef int (*mysqli_write_t)(mysqli_object *obj, zval *newval);
291 static int mysqli_write_na(mysqli_object *obj, zval *newval) in mysqli_write_na() argument
/PHP-7.0/ext/xmlreader/
H A Dphp_xmlreader.c46 typedef int (*xmlreader_write_t)(xmlreader_object *obj, zval *newval);
/PHP-7.0/Zend/
H A DZEND_CHANGES916 function offsetSet($index, $newval) {
917 return $this->a[$index] = $newval;

Completed in 120 milliseconds

12