Home
last modified time | relevance | path

Searched refs:val (Results 176 – 200 of 477) sorted by relevance

12345678910>>...20

/PHP-8.0/Zend/tests/
H A Dassign_ref_error_var_handling.phpt6 function val() {
19 var_dump($arr[] =& val());
H A Dbug37212.phpt10 public function __construct($val)
12 $this->value = $val;
/PHP-8.0/Zend/tests/generators/
H A Dget_return_types.phpt38 function gen5($val) {
39 return (int) $val; // TMP
/PHP-8.0/ext/snmp/
H A Dsnmp.c260 zval val; in php_snmp_getvalue() local
305 ZVAL_STRINGL(&val, (char *)vars->val.bitstring, vars->val_len); in php_snmp_getvalue()
310 ZVAL_STRINGL(&val, (char *)vars->val.string, vars->val_len); in php_snmp_getvalue()
314 ZVAL_NULL(&val); in php_snmp_getvalue()
319 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
324 (vars->val.string)[0], (vars->val.string)[1], in php_snmp_getvalue()
325 (vars->val.string)[2], (vars->val.string)[3]); in php_snmp_getvalue()
327 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
376 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
386 zval_ptr_dtor(&val); in php_snmp_getvalue()
[all …]
/PHP-8.0/ext/standard/
H A Dbase64.c91 const uint8x16_t field_a = vshrq_n_u8(x.val[0], 2); in neon_base64_encode()
95 vshlq_n_u8(x.val[0], 4), /* [aabb_0000] */ in neon_base64_encode()
96 vshrq_n_u8(x.val[1], 4)); /* [0000_bbbb] */ in neon_base64_encode()
100 vshlq_n_u8(x.val[1], 2), /* [bbcc_cc00] */ in neon_base64_encode()
101 vshrq_n_u8(x.val[2], 6)); /* [0000_00cc] */ in neon_base64_encode()
104 const uint8x16_t field_d = vandq_u8(x.val[2], vdupq_n_u8(0x3f)); in neon_base64_encode()
107 result.val[0] = encode_toascii(field_a, shift_LUT); in neon_base64_encode()
108 result.val[1] = encode_toascii(field_b, shift_LUT); in neon_base64_encode()
109 result.val[2] = encode_toascii(field_c, shift_LUT); in neon_base64_encode()
110 result.val[3] = encode_toascii(field_d, shift_LUT); in neon_base64_encode()
[all …]
/PHP-8.0/ext/pdo/tests/
H A Dpdo_014.phpt17 $db->exec('CREATE TABLE test(id int NOT NULL PRIMARY KEY, val VARCHAR(10), grp VARCHAR(10))');
20 $SELECT = 'SELECT val, grp FROM test';
73 ["val"]=>
80 ["val"]=>
H A Dpdo_030.phpt62 $db->exec('CREATE TABLE test(id INT NOT NULL PRIMARY KEY, val VARCHAR(10), val2 VARCHAR(16))');
116 ["val"]=>
124 ["val"]=>
132 ["val"]=>
/PHP-8.0/Zend/
H A Dzend_smart_string.h46 #define smart_string_append_long(str, val) \ argument
47 smart_string_append_long_ex((str), (val), 0)
48 #define smart_string_append_unsigned(str, val) \ argument
49 smart_string_append_unsigned_ex((str), (val), 0)
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_print.c271 if (func->type == ZEND_USER_FUNCTION && *rt_name->val == '\0') { in phpdbg_print_opcodes_function()
272 …en && !zend_binary_strcasecmp(function, len, func->op_array.function_name->val, func->op_array.fun… in phpdbg_print_opcodes_function()
273 phpdbg_print_opcodes_function(rt_name->val, rt_name->len); in phpdbg_print_opcodes_function()
289 phpdbg_out("function name: %s::%s (internal)\n", ce->name->val, function); in phpdbg_print_opcodes_method_ce()
297 phpdbg_out("function name: %s::%s\n", ce->name->val, function); in phpdbg_print_opcodes_method_ce()
307 if (ce->type == ZEND_USER_CLASS && *rt_name->val == '\0') { in phpdbg_print_opcodes_method()
308 … == strlen(class) && !zend_binary_strcasecmp(class, strlen(class), ce->name->val, ce->name->len)) { in phpdbg_print_opcodes_method()
365 if (ce->type == ZEND_USER_CLASS && *rt_name->val == '\0') { in phpdbg_print_opcodes_class()
366 … == strlen(class) && !zend_binary_strcasecmp(class, strlen(class), ce->name->val, ce->name->len)) { in phpdbg_print_opcodes_class()
/PHP-8.0/ext/standard/tests/array/
H A Dbug36975.phpt10 $val = array_pop($a);
11 $a[] = $val;
H A Darray_udiff_basic.phpt10 function __construct($val) {
11 $this->priv_member = $val;
H A Darray_uintersect_assoc_basic.phpt10 function __construct($val) {
11 $this->priv_member = $val;
H A Darray_udiff_assoc_basic.phpt10 function __construct($val) {
11 $this->priv_member = $val;
H A Darray_uintersect_basic.phpt10 function __construct($val) {
11 $this->priv_member = $val;
/PHP-8.0/ext/standard/tests/file/
H A Dfputcsv.phpt39 foreach($res as &$val)
41 $val = substr($val, 0, -1);
H A Dfputcsv_variation15.phpt41 foreach($res as &$val)
43 $val = substr($val, 0, -1);
/PHP-8.0/ext/spl/tests/
H A DSplFileObject_fputcsv.phpt37 foreach($res as &$val)
39 $val = substr($val, 0, -1);
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_fetch_array_large.phpt87 $val = trim($limit);
88 $last = strtolower($val[strlen($val)-1]);
93 $val *= 1024;
95 $val *= 1024;
97 $val *= 1024;
101 return $val;
/PHP-8.0/ext/sockets/
H A Dmulticast.c62 int php_string_to_if_index(const char *val, unsigned *out) in php_string_to_if_index() argument
67 ind = if_nametoindex(val); in php_string_to_if_index()
70 "No interface with name \"%s\" could be found", val); in php_string_to_if_index()
88 if (Z_TYPE_P(val) == IS_LONG) { in php_get_if_index_from_zval()
89 if (Z_LVAL_P(val) < 0 || (zend_ulong)Z_LVAL_P(val) > UINT_MAX) { in php_get_if_index_from_zval()
93 *out = Z_LVAL_P(val); in php_get_if_index_from_zval()
97 zend_string *str = zval_get_tmp_string(val, &tmp_str); in php_get_if_index_from_zval()
110 zval *val; in php_get_if_index_from_array() local
117 return php_get_if_index_from_zval(val, if_index); in php_get_if_index_from_array()
123 zval *val; in php_get_address_from_array() local
[all …]
/PHP-8.0/ext/dba/tests/
H A Ddba_db4_handlers.phpt34 foreach ($h as $key => $val) {
36 echo "$val\n";
/PHP-8.0/main/
H A Dfastcgi.h78 typedef void (*fcgi_apply_func)(const char *var, unsigned int var_len, char *val, unsigned int val_…
110 char* fcgi_putenv(fcgi_request *req, char* var, int var_len, char* val);
112 …* fcgi_quick_putenv(fcgi_request *req, char* var, int var_len, unsigned int hash_value, char* val);
/PHP-8.0/ext/standard/tests/network/
H A Dinet.phpt31 foreach ($array as $val) {
32 var_dump(bin2hex($packed = inet_pton($val)));
/PHP-8.0/ext/standard/tests/serialize/
H A Dsleep_uninitialized_typed_prop.phpt15 public function __set($name, $val) {
16 $this->$name = $val;
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.c882 zval val; in do_fetch() local
987 zval val; in do_fetch() local
1015 Z_TRY_ADDREF(val); in do_fetch()
1061 &val); in do_fetch()
1069 &val); in do_fetch()
1076 …value, ce, (unsigned char *)(Z_TYPE(val) == IS_STRING ? Z_STRVAL(val) : ""), Z_TYPE(val) == IS_STR… in do_fetch()
2438 zval val; in row_prop_exists() local
2441 res = check_empty ? i_zend_is_true(&val) : Z_TYPE(val) != IS_NULL; in row_prop_exists()
2478 zval val; in row_dim_exists() local
2481 res = check_empty ? i_zend_is_true(&val) : Z_TYPE(val) != IS_NULL; in row_dim_exists()
[all …]
/PHP-8.0/ext/oci8/tests/
H A Dconn_attr_4.phpt73 foreach($values_array as $val ) {
74 oci_set_module_name($c1,$val);
75 oci_set_client_identifier($c1,$val);
76 oci_set_client_info($c1,$val);
77 $r = oci_set_action($c1,$val);
79 echo "Values set successfully to $val\n";

Completed in 116 milliseconds

12345678910>>...20