Home
last modified time | relevance | path

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

12345678910>>...19

/PHP-7.1/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.1/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');
H A Dpdo_006.phpt17 $db->exec('CREATE TABLE test(id int NOT NULL PRIMARY KEY, val VARCHAR(10))');
22 $stmt = $db->prepare('SELECT val, id from test');
/PHP-7.1/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.1/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.1/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.1/ext/xmlrpc/libxmlrpc/
H A Dxml_to_dandarpc.c77 id = attr_iter->val; in xml_element_to_DANDARPC_REQUEST_worker()
80 type = attr_iter->val; in xml_element_to_DANDARPC_REQUEST_worker()
187 attr_type->val = 0; in DANDARPC_to_xml_element_worker()
197 attr_id->val = strdup(id); in DANDARPC_to_xml_element_worker()
268 attr_type->val = strdup(pAttrType); in DANDARPC_to_xml_element_worker()
287 version->val = strdup(VAL_VERSION_0_9); in DANDARPC_REQUEST_to_xml_element()
H A Dxmlrpc_introspection.c324 name = attr_iter->val; in xml_element_to_method_description()
327 type = attr_iter->val; in xml_element_to_method_description()
330 basetype = attr_iter->val; in xml_element_to_method_description()
333 desc = attr_iter->val; in xml_element_to_method_description()
336 if(attr_iter->val && !strcmp(attr_iter->val, "yes")) { in xml_element_to_method_description()
341 def = attr_iter->val; in xml_element_to_method_description()
/PHP-7.1/ext/soap/
H A Dphp_encoding.c1183 if (Z_REFCOUNTED_P(val)) Z_DELREF_P(val); in set_zval_property()
1248 ZVAL_NULL(&val); in model_to_zval_any()
1262 if (Z_TYPE(val) == IS_STRING && *Z_STRVAL(val) == '<') { in model_to_zval_any()
1273 concat_function(&val, &val, &val2); in model_to_zval_any()
1328 zval val; in model_to_zval_object() local
1331 ZVAL_NULL(&val); in model_to_zval_object()
1547 if (val && val->children && val->children->content) { in to_zval_object_ex()
1651 zval *val; in model_to_xml_object() local
1730 zval *val; in model_to_xml_object() local
1905 zval *val; in to_xml_object() local
[all …]
/PHP-7.1/ext/xmlwriter/tests/
H A D008.phpt15 xmlwriter_text($xw, "val");
34 <!ENTITY ent "val">
/PHP-7.1/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.1/ext/session/tests/
H A D004.phpt32 function write($key, $val)
34 print "WRITE: $key, $val\n";
35 $GLOBALS["hnd"]->data = $val;
H A D024.phpt33 function write($key, $val)
35 print "WRITE: $key, $val\n";
36 $GLOBALS["hnd"]->data = $val;
/PHP-7.1/ext/bcmath/libbcmath/src/
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);
H A Drecmul.c116 _bc_shift_addsub (bc_num accum, bc_num val, int shift, int sub) in _bc_shift_addsub() argument
121 count = val->n_len; in _bc_shift_addsub()
122 if (val->n_value[0] == 0) in _bc_shift_addsub()
129 valp = (signed char *)(val->n_value + val->n_len - 1); in _bc_shift_addsub()
/PHP-7.1/ext/soap/tests/
H A Dclassmap004.phpt17 function __set($name, $val) {
18 $this->a[$name] = $val;
/PHP-7.1/ext/fileinfo/libmagic/
H A Dapprentice.c809 val = 0; in apprentice_magic_strength()
813 val += MULT; in apprentice_magic_strength()
823 val -= MULT; in apprentice_magic_strength()
832 val = 1; in apprentice_magic_strength()
858 val++; in apprentice_magic_strength()
859 return val; in apprentice_magic_strength()
2529 int val; in getstr() local
2636 val = (val << 3) | (c - '0'); in getstr()
2639 val = (val << 3) | (c-'0'); in getstr()
2653 val = c; in getstr()
[all …]
/PHP-7.1/ext/json/
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.1/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
/PHP-7.1/Zend/
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()

Completed in 70 milliseconds

12345678910>>...19