Home
last modified time | relevance | path

Searched refs:val (Results 201 – 225 of 481) sorted by relevance

12345678910>>...20

/PHP-7.2/ext/json/
H A Dphp_json.h98 PHP_JSON_API int php_json_encode_ex(smart_str *buf, zval *val, int options, zend_long depth);
99 PHP_JSON_API int php_json_encode(smart_str *buf, zval *val, int options);
H A Djson_parser.y58 zval val; member
78 %destructor { zend_string_release($$.key); zval_dtor(&$$.val); } <pair>
140 if (parser->methods.object_update(parser, &$$, $1.key, &$1.val) == FAILURE) {
146 if (parser->methods.object_update(parser, &$1, $3.key, &$3.val) == FAILURE) {
161 ZVAL_COPY_VALUE(&$$.val, &$3);
/PHP-7.2/ext/spl/internal/
H A Dinfiniteiterator.inc27 foreach($limit as $val=>$key)
29 echo "$val=>$key\n";
/PHP-7.2/Zend/
H A Dzend_smart_str.h40 #define smart_str_append_long(dest, val) \ argument
41 smart_str_append_long_ex((dest), (val), 0)
42 #define smart_str_append_unsigned(dest, val) \ argument
43 smart_str_append_unsigned_ex((dest), (val), 0)
H A Dzend_variables.c69 i_zval_ptr_dtor(&ref->val ZEND_FILE_LINE_RELAY_CC); in _zval_dtor_func()
95 zval_internal_ptr_dtor(&ref->val); in _zval_internal_dtor()
126 zval_internal_ptr_dtor(&ref->val); in _zval_internal_dtor_for_ptr()
/PHP-7.2/ext/pdo/tests/
H A Dpdo_023.phpt63 $db->query('CREATE TABLE test(id INT NOT NULL PRIMARY KEY, val VARCHAR(10))');
68 $stmt = $db->query('SELECT val, id FROM test');
101 string(24) "SELECT val, id FROM test"
H A Dpdo_008.phpt17 $db->exec('CREATE TABLE test(id CHAR(1) NOT NULL PRIMARY KEY, val VARCHAR(10))');
22 $stmt = $db->prepare('SELECT val, id from test');
/PHP-7.2/ext/standard/tests/math/
H A Dround_variation1.phpt2 Test round() function : usage variations - different data types as $val argument
7 /* Prototype : float round ( float $val [, int $precision ] )
8 * Description: Returns the rounded value of val to specified precision (number of digits
/PHP-7.2/ext/standard/tests/array/
H A Darray_udiff_assoc_basic.phpt11 function __construct($val) {
12 $this->priv_member = $val;
H A Darray_uintersect_basic.phpt11 function __construct($val) {
12 $this->priv_member = $val;
H A Darray_udiff_uassoc_basic.phpt11 function __construct($val) {
12 $this->priv_member = $val;
H A Darray_uintersect_uassoc_basic.phpt11 function __construct($val) {
12 $this->priv_member = $val;
/PHP-7.2/build/
H A Dorder_by_dep.awk37 function do_deps(mod_idx, module_name, mod_name_len, dep, ext, val, depidx)
46 val = mod_deps[ext];
/PHP-7.2/ext/spl/tests/
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";
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dxml_to_dandarpc.c74 id = attr_iter->val; in xml_element_to_DANDARPC_REQUEST_worker()
77 type = attr_iter->val; in xml_element_to_DANDARPC_REQUEST_worker()
184 attr_type->val = 0; in DANDARPC_to_xml_element_worker()
194 attr_id->val = estrdup(id); in DANDARPC_to_xml_element_worker()
265 attr_type->val = estrdup(pAttrType); in DANDARPC_to_xml_element_worker()
284 version->val = estrdup(VAL_VERSION_0_9); in DANDARPC_REQUEST_to_xml_element()
/PHP-7.2/ext/bcmath/libbcmath/src/
H A Drecmul.c107 _bc_shift_addsub (bc_num accum, bc_num val, int shift, int sub) in _bc_shift_addsub() argument
112 count = val->n_len; in _bc_shift_addsub()
113 if (val->n_value[0] == 0) in _bc_shift_addsub()
120 valp = (signed char *)(val->n_value + val->n_len - 1); in _bc_shift_addsub()
H A Doutput.c61 bc_out_long (val, size, space, out_char) in bc_out_long() argument
62 long val; in bc_out_long()
74 snprintf(digits, sizeof(digits), "%ld", val);
/PHP-7.2/ext/soap/
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 …]
/PHP-7.2/ext/xmlwriter/tests/
H A D008.phpt15 xmlwriter_text($xw, "val");
34 <!ENTITY ent "val">
/PHP-7.2/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c278 p = string->val; in mbfl_buffer_converter_feed2()
496 p = string->val; in mbfl_encoding_detector_feed()
610 p = string->val; in mbfl_convert_encoding()
659 p = string->val; in mbfl_identify_encoding()
742 p = string->val; in mbfl_identify_encoding2()
833 p = string->val; in mbfl_strlen()
855 p = string->val; in mbfl_strlen()
961 p = string->val; in mbfl_oddlen()
1213 p = needle->val; in mbfl_substr_count()
1912 p = string->val; in mbfl_strimwidth()
[all …]
/PHP-7.2/ext/session/tests/
H A D004.phpt33 function write($key, $val)
35 print "WRITE: $key, $val\n";
36 $GLOBALS["hnd"]->data = $val;
H A D024.phpt34 function write($key, $val)
36 print "WRITE: $key, $val\n";
37 $GLOBALS["hnd"]->data = $val;
/PHP-7.2/ext/soap/tests/
H A Dclassmap004.phpt17 function __set($name, $val) {
18 $this->a[$name] = $val;
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_statistics.h32 #define MYSQLND_STAT_CALL_TRIGGER(s_array, statistic, val) \ argument
37 (s_array)->triggers[(statistic)]((s_array), (statistic), (val)); \
43 #define MYSQLND_STAT_CALL_TRIGGER(s_array, statistic, val) argument

Completed in 87 milliseconds

12345678910>>...20