Home
last modified time | relevance | path

Searched refs:val (Results 151 – 175 of 469) sorted by relevance

12345678910>>...19

/PHP-7.1/ext/pdo/tests/
H A Dpdo_026.phpt58 $db->exec('CREATE TABLE test(id INT NOT NULL PRIMARY KEY, val VARCHAR(10), val2 VARCHAR(16))');
88 ["val"]=>
96 ["val"]=>
104 ["val"]=>
H A Dpdo_029.phpt64 $db->exec('CREATE TABLE test(id INT NOT NULL PRIMARY KEY, val VARCHAR(10), val2 VARCHAR(16))');
102 ["val"]=>
110 ["val"]=>
118 ["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.1/ext/hash/
H A Dhash_sha3.c50 static inline void store64(unsigned char* x, uint64_t val) { in store64() argument
53 x[i] = val & 0xFF; in store64()
54 val >>= 8; in store64()
57 static inline void xor64(unsigned char* x, uint64_t val) { in xor64() argument
60 x[i] ^= val & 0xFF; in xor64()
61 val >>= 8; in xor64()
/PHP-7.1/ext/pgsql/
H A Dpgsql.c5985 ZVAL_STRINGL(&new_val, Z_STRVAL_P(val), Z_STRLEN_P(val));
6135 ZVAL_STRINGL(&new_val, Z_STRVAL_P(val), Z_STRLEN_P(val));
6179 ZVAL_STRINGL(&new_val, Z_STRVAL_P(val), Z_STRLEN_P(val));
6243 ZVAL_STRINGL(&new_val, Z_STRVAL_P(val), Z_STRLEN_P(val));
6274 ZVAL_STRINGL(&new_val, Z_STRVAL_P(val), Z_STRLEN_P(val));
6317 if (php_pgsql_convert_match(Z_STRVAL_P(val), Z_STRLEN_P(val),
6432 ZVAL_STRINGL(&new_val, Z_STRVAL_P(val), Z_STRLEN_P(val));
6654 smart_str_appendl(&querystr, Z_STRVAL_P(val), Z_STRLEN_P(val));
6792 zval *val; local
6806 … (where_cond && (Z_TYPE_P(val) == IS_TRUE || Z_TYPE_P(val) == IS_FALSE || (Z_TYPE_P(val) == IS_STR…
[all …]
/PHP-7.1/ext/standard/tests/array/
H A Dbug30266.phpt9 function crash($val)
11 $this->b = $val;
H A Darray_fill_object.phpt2 Test array_fill() function : usage variations - various object values for 'val' argument
7 /* Prototype : array array_fill(int $start_key, int $num, mixed $val)
8 …tion: Create an array containing num elements starting with index start_key each initialized to val
13 * testing array_fill() by passing various object values for 'val' argument
176 //array of object values for 'val' argument
192 // loop through each element of the array for 'val' argument
194 echo "--- Testing array_fill() with different object values for 'val' argument ---\n";
199 $val = $objects[$index];
201 var_dump( array_fill($start_key,$num,$val) );
210 --- Testing array_fill() with different object values for 'val' argument ---
H A Darray_fill_object_2_4.phpt2 Test array_fill() function : usage variations - various object values for 'val' argument
7 /* Prototype : array array_fill(int $start_key, int $num, mixed $val)
8 …tion: Create an array containing num elements starting with index start_key each initialized to val
13 * testing array_fill() by passing various object values for 'val' argument
176 //array of object values for 'val' argument
192 // loop through each element of the array for 'val' argument
194 echo "--- Testing array_fill() with different object values for 'val' argument ---\n";
199 $val = $objects[$index];
201 var_dump( array_fill($start_key,$num,$val) );
210 --- Testing array_fill() with different object values for 'val' argument ---
H A Dcompact_basic.phpt20 $d=array("key"=>"val");
49 string(3) "val"
66 string(3) "val"
H A Darray_key_exists_basic.phpt18 $key2 = 'val';
19 $search = array('one', 'key' => 'value', 'val');
/PHP-7.1/tests/basic/
H A D022.phpt7 cookie1=val1 ; cookie2=val2%20; cookie3=val 3.; cookie 4= value 4 %3B; cookie1=bogus; %20cookie1=i…
19 string(6) "val 3."
/PHP-7.1/tests/classes/
H A D__set__get_004.phpt20 function __set($name, $val) {
21 $this->x[$name] = $val;
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_plugin.c169 zval *val; in mysqlnd_plugin_apply_with_argument() local
172 ZEND_HASH_FOREACH_VAL(&mysqlnd_registered_plugins, val) { in mysqlnd_plugin_apply_with_argument()
173 result = apply_func(val, argument); in mysqlnd_plugin_apply_with_argument()
/PHP-7.1/Zend/tests/
H A Dbug28444.phpt38 function __set($prop, $val)
40 echo __METHOD__ . "($prop,$val)\n";
41 $this->props[$prop] = $val;
/PHP-7.1/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.1/ext/intl/tests/
H A Dbug53512.phpt12 foreach ($badvals as $val) {
14 var_dump(numfmt_set_symbol($x, $val, ""));
H A Dcollator_get_set_attribute.phpt18 $val = ut_coll_get_attribute( $coll, Collator::NORMALIZATION_MODE );
19 return sprintf( "%s\n", ( $val == Collator::OFF ? "off" : "on" ) );
/PHP-7.1/ext/filter/tests/
H A D037.phpt9 function myfunc($val) {
10 return $val . '_callback';
/PHP-7.1/Zend/tests/generators/
H A Dgenerator_with_type_check_2.phpt13 foreach (gen(42) as $val) {
14 var_dump($val);
H A Dthrow_into_yield_from_array.phpt9 foreach($arr as $val) {
10 yield $val;
/PHP-7.1/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.1/ext/standard/
H A Dvar.c91 zval *val; in php_var_dump() local
132 php_array_element_dump(val, num, key, level); in php_var_dump()
161 zval *val; in php_var_dump() local
164 php_object_property_dump(val, num, key, level); in php_var_dump()
261 zval *val; in php_debug_zval_dump() local
448 zval *val; in php_var_export_ex() local
642 smart_str_append_long(buf, val); in php_var_serialize_long()
673 zval *val; in php_var_serialize_collect_names() local
679 ZEND_HASH_FOREACH_STR_KEY_VAL(src, key, val) { in php_var_serialize_collect_names()
683 if (Z_TYPE_P(val) != IS_STRING) { in php_var_serialize_collect_names()
[all …]
/PHP-7.1/ext/pdo_firebird/
H A Dfirebird_driver.c486 zend_bool bval = zval_get_long(val)? 1 : 0; in firebird_handle_set_attribute()
510 H->fetch_table_names = zval_get_long(val)? 1 : 0; in firebird_handle_set_attribute()
515 zend_string *str = zval_get_string(val); in firebird_handle_set_attribute()
526 zend_string *str = zval_get_string(val); in firebird_handle_set_attribute()
537 zend_string *str = zval_get_string(val); in firebird_handle_set_attribute()
571 ZVAL_LONG(val,dbh->auto_commit); in firebird_handle_get_attribute()
575 ZVAL_BOOL(val, !isc_version(&H->db, firebird_info_cb, NULL)); in firebird_handle_get_attribute()
593 ZVAL_STRING(val, tmp); in firebird_handle_get_attribute()
596 ZVAL_NULL(val); in firebird_handle_get_attribute()
606 ZVAL_STRING(val, tmp); in firebird_handle_get_attribute()
[all …]
/PHP-7.1/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h60 return strcmp("com", ce->name->val) == 0 || in php_com_is_valid_object()
61 strcmp("dotnet", ce->name->val) == 0 || in php_com_is_valid_object()
62 strcmp("variant", ce->name->val) == 0; in php_com_is_valid_object()
118 PHP_COM_DOTNET_API IDispatch *php_com_wrapper_export_as_sink(zval *val, GUID *sinkid, HashTable *id…
119 PHP_COM_DOTNET_API IDispatch *php_com_wrapper_export(zval *val);
/PHP-7.1/ext/standard/tests/file/
H A Dfputcsv.phpt39 foreach($res as &$val)
41 $val = substr($val, 0, -1);

Completed in 55 milliseconds

12345678910>>...19