Home
last modified time | relevance | path

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

12345678910>>...19

/PHP-7.4/Zend/tests/
H A Dbug39449.phpt7 public function & __get($val) {
8 return $this->keys[$val];
H A Dbug37212.phpt10 public function __construct($val)
12 $this->value = $val;
/PHP-7.4/Zend/tests/generators/
H A Dget_return_types.phpt38 function gen5($val) {
39 return (int) $val; // TMP
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_print.c273 if (func->type == ZEND_USER_FUNCTION && *rt_name->val == '\0') { in phpdbg_print_opcodes_function()
274 …en && !zend_binary_strcasecmp(function, len, func->op_array.function_name->val, func->op_array.fun… in phpdbg_print_opcodes_function()
275 phpdbg_print_opcodes_function(rt_name->val, rt_name->len); in phpdbg_print_opcodes_function()
291 phpdbg_out("function name: %s::%s (internal)\n", ce->name->val, function); in phpdbg_print_opcodes_method_ce()
299 phpdbg_out("function name: %s::%s\n", ce->name->val, function); in phpdbg_print_opcodes_method_ce()
309 if (ce->type == ZEND_USER_CLASS && *rt_name->val == '\0') { in phpdbg_print_opcodes_method()
310 … == strlen(class) && !zend_binary_strcasecmp(class, strlen(class), ce->name->val, ce->name->len)) { in phpdbg_print_opcodes_method()
367 if (ce->type == ZEND_USER_CLASS && *rt_name->val == '\0') { in phpdbg_print_opcodes_class()
368 … == strlen(class) && !zend_binary_strcasecmp(class, strlen(class), ce->name->val, ce->name->len)) { in phpdbg_print_opcodes_class()
/PHP-7.4/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-7.4/Zend/
H A Dzend_smart_string.h48 #define smart_string_append_long(str, val) \ argument
49 smart_string_append_long_ex((str), (val), 0)
50 #define smart_string_append_unsigned(str, val) \ argument
51 smart_string_append_unsigned_ex((str), (val), 0)
H A Dzend_gc.c767 zv = &end->val; in gc_scan_black()
777 zv = &p->val; in gc_scan_black()
791 zv = &p->val; in gc_scan_black()
898 zv = &p->val; in gc_mark_grey()
912 zv = &p->val; in gc_mark_grey()
1081 zv = &p->val; in gc_scan()
1094 zv = &p->val; in gc_scan()
1255 zv = &p->val; in gc_collect_white()
1269 zv = &p->val; in gc_collect_white()
1410 zv = &p->val; in gc_remove_nested_data_from_buffer()
[all …]
/PHP-7.4/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-7.4/ext/standard/tests/array/
H A Dcompact_basic.phpt20 $d=array("key"=>"val");
49 string(3) "val"
66 string(3) "val"
H A Dbug36975.phpt10 $val = array_pop($a);
11 $a[] = $val;
H A Darray_count_values_variation.phpt27 $arrays = array ("bobk" => "bobv", "val", 6 => "val6", $fp, $ob);
44 ["val"]=>
H A Darray_uintersect_assoc_basic.phpt11 function __construct($val) {
12 $this->priv_member = $val;
H A Darray_udiff_basic.phpt11 function __construct($val) {
12 $this->priv_member = $val;
/PHP-7.4/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-7.4/ext/dba/tests/
H A Ddba_db4_handlers.phpt34 foreach ($h as $key => $val) {
36 echo "$val\n";
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_driver.c448 zend_bool bval = zval_get_long(val)? 1 : 0; in firebird_handle_set_attribute()
472 H->fetch_table_names = zval_get_long(val)? 1 : 0; in firebird_handle_set_attribute()
477 zend_string *str = zval_try_get_string(val); in firebird_handle_set_attribute()
491 zend_string *str = zval_try_get_string(val); in firebird_handle_set_attribute()
505 zend_string *str = zval_try_get_string(val); in firebird_handle_set_attribute()
544 ZVAL_LONG(val,dbh->auto_commit); in firebird_handle_get_attribute()
548 ZVAL_BOOL(val, !isc_version(&H->db, firebird_info_cb, NULL)); in firebird_handle_get_attribute()
566 ZVAL_STRING(val, tmp); in firebird_handle_get_attribute()
569 ZVAL_NULL(val); in firebird_handle_get_attribute()
579 ZVAL_STRING(val, tmp); in firebird_handle_get_attribute()
[all …]
/PHP-7.4/ext/spl/tests/
H A DSplFileObject_fputcsv.phpt37 foreach($res as &$val)
39 $val = substr($val, 0, -1);
/PHP-7.4/main/
H A Dfastcgi.h80 typedef void (*fcgi_apply_func)(char *var, unsigned int var_len, char *val, unsigned int val_len, v…
112 char* fcgi_putenv(fcgi_request *req, char* var, int var_len, char* val);
114 …* fcgi_quick_putenv(fcgi_request *req, char* var, int var_len, unsigned int hash_value, char* val);
/PHP-7.4/ext/snmp/
H A Dsnmp.c528 zval val; in php_snmp_getvalue() local
573 ZVAL_STRINGL(&val, (char *)vars->val.bitstring, vars->val_len); in php_snmp_getvalue()
578 ZVAL_STRINGL(&val, (char *)vars->val.string, vars->val_len); in php_snmp_getvalue()
582 ZVAL_NULL(&val); in php_snmp_getvalue()
587 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
592 (vars->val.string)[0], (vars->val.string)[1], in php_snmp_getvalue()
593 (vars->val.string)[2], (vars->val.string)[3]); in php_snmp_getvalue()
595 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
644 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
654 zval_ptr_dtor(&val); in php_snmp_getvalue()
[all …]
/PHP-7.4/ext/standard/tests/serialize/
H A Dsleep_uninitialized_typed_prop.phpt15 public function __set($name, $val) {
16 $this->$name = $val;
/PHP-7.4/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h56 return strcmp("com", ce->name->val) == 0 || in php_com_is_valid_object()
57 strcmp("dotnet", ce->name->val) == 0 || in php_com_is_valid_object()
58 strcmp("variant", ce->name->val) == 0; in php_com_is_valid_object()
115 PHP_COM_DOTNET_API IDispatch *php_com_wrapper_export_as_sink(zval *val, GUID *sinkid, HashTable *id…
116 PHP_COM_DOTNET_API IDispatch *php_com_wrapper_export(zval *val);
/PHP-7.4/ext/hash/
H A Dhash_sha3.c53 static inline void store64(unsigned char* x, uint64_t val) { in store64() argument
56 x[i] = val & 0xFF; in store64()
57 val >>= 8; in store64()
60 static inline void xor64(unsigned char* x, uint64_t val) { in xor64() argument
63 x[i] ^= val & 0xFF; in xor64()
64 val >>= 8; in xor64()
/PHP-7.4/ext/oci8/tests/
H A Dconn_attr_4.phpt61 foreach($values_array as $val ) {
62 oci_set_module_name($c1,$val);
63 oci_set_client_identifier($c1,$val);
64 oci_set_client_info($c1,$val);
65 $r = oci_set_action($c1,$val);
67 echo "Values set successfully to $val\n";

Completed in 57 milliseconds

12345678910>>...19