Home
last modified time | relevance | path

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

12345678910>>...19

/PHP-7.0/Zend/tests/generators/
H A Dget_return_types.phpt38 function gen5($val) {
39 return (int) $val; // TMP
/PHP-7.0/ext/standard/
H A Durl_scanner_ex.re76 char *val;
78 val = strchr(key, '=');
79 if (val) {
83 *val++ = '\0';
88 val is stored WITH NUL */
89 zend_hash_str_add_mem(ctx->tags, key, keylen, val, strlen(val)+1);
200 smart_str_append_smart_str(&ctx->result, &ctx->val);
253 …p = (char *)zend_memnstr(ZSTR_VAL(ctx->val.s), "://", sizeof("://") - 1, ZSTR_VAL(ctx->val.s) + ZS…
255 e = memchr(p, '/', (ZSTR_VAL(ctx->val.s) + ZSTR_LEN(ctx->val.s)) - p);
257 e = ZSTR_VAL(ctx->val.s) + ZSTR_LEN(ctx->val.s);
[all …]
H A Dassert.c152 int val; in PHP_FUNCTION() local
200 val = Z_TYPE(retval) == IS_TRUE; in PHP_FUNCTION()
202 val = zend_is_true(assertion); in PHP_FUNCTION()
205 if (val) { in PHP_FUNCTION()
363 zend_string *val = zval_get_string(value); in PHP_FUNCTION() local
364 zend_alter_ini_entry_ex(key, val, PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0); in PHP_FUNCTION()
365 zend_string_release(val); in PHP_FUNCTION()
H A Dphp_smart_string.h93 #define smart_string_append_long(dest, val) \ argument
94 smart_string_append_long_ex((dest), (val), 0)
95 #define smart_string_append_unsigned(dest, val) \ argument
96 smart_string_append_unsigned_ex((dest), (val), 0)
/PHP-7.0/Zend/
H A Dzend_smart_str.h39 #define smart_str_append_long(dest, val) \ argument
40 smart_str_append_long_ex((dest), (val), 0)
41 #define smart_str_append_unsigned(dest, val) \ argument
42 smart_str_append_unsigned_ex((dest), (val), 0)
/PHP-7.0/ext/pdo/tests/
H A Dpdo_014.phpt19 $db->exec('CREATE TABLE test(id int NOT NULL PRIMARY KEY, val VARCHAR(10), grp VARCHAR(10))');
22 $SELECT = 'SELECT val, grp FROM test';
75 ["val"]=>
82 ["val"]=>
H A Dpdo_015.phpt17 $db->exec('CREATE TABLE test(id int NOT NULL PRIMARY KEY, val VARCHAR(10), val2 VARCHAR(20))');
21 $select1 = $db->prepare('SELECT id, val, val2 FROM test');
22 $select2 = $db->prepare('SELECT val, val2 FROM test');
/PHP-7.0/ext/standard/tests/array/
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);
45 ["val"]=>
H A Darray_udiff_basic.phpt11 function __construct($val) {
12 $this->priv_member = $val;
H A Darray_uintersect_assoc_basic.phpt11 function __construct($val) {
12 $this->priv_member = $val;
/PHP-7.0/ext/dba/tests/
H A Ddba_db4_handlers.phpt34 foreach ($h as $key => $val) {
36 echo "$val\n";
/PHP-7.0/ext/standard/tests/math/
H A Dround_error.phpt5 /* Prototype : float round ( float $val [, int $precision ] )
6 * Description: Returns the rounded value of val to specified precision (number of digits
/PHP-7.0/ext/pdo/
H A Dpdo_stmt.c921 zval val; in do_fetch() local
940 zval_dtor(&val); in do_fetch()
1021 zval val; in do_fetch() local
1049 Z_ADDREF(val); in do_fetch()
1096 &val); in do_fetch()
1104 &val); in do_fetch()
1122 …value, ce, (unsigned char *)(Z_TYPE(val) == IS_STRING ? Z_STRVAL(val) : ""), Z_TYPE(val) == IS_STR… in do_fetch()
2572 zval val; in row_prop_exists() local
2575 res = check_empty ? i_zend_is_true(&val) : Z_TYPE(val) != IS_NULL; in row_prop_exists()
2576 zval_dtor(&val); in row_prop_exists()
[all …]
/PHP-7.0/main/
H A Dfastcgi.h82 typedef void (*fcgi_apply_func)(char *var, unsigned int var_len, char *val, unsigned int val_len, v…
114 char* fcgi_putenv(fcgi_request *req, char* var, int var_len, char* val);
116 …* fcgi_quick_putenv(fcgi_request *req, char* var, int var_len, unsigned int hash_value, char* val);
/PHP-7.0/ext/spl/tests/
H A DSplFileObject_fputcsv.phpt37 foreach($res as &$val)
39 $val = substr($val, 0, -1);
/PHP-7.0/ext/standard/tests/file/
H A Dfputcsv_variation15.phpt41 foreach($res as &$val)
43 $val = substr($val, 0, -1);
/PHP-7.0/ext/json/
H A Djson_parser.y50 zval val; member
70 %destructor { zend_string_release($$.key); zval_dtor(&$$.val); } <pair>
133 if (php_json_parser_object_update(parser, &$$, $1.key, &$1.val) == FAILURE)
138 if (php_json_parser_object_update(parser, &$1, $3.key, &$3.val) == FAILURE)
152 ZVAL_COPY_VALUE(&$$.val, &$3);
/PHP-7.0/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";
/PHP-7.0/ext/snmp/
H A Dsnmp.c544 zval val; in php_snmp_getvalue() local
599 ZVAL_STRINGL(&val, (char *)vars->val.bitstring, vars->val_len); in php_snmp_getvalue()
604 ZVAL_STRINGL(&val, (char *)vars->val.string, vars->val_len); in php_snmp_getvalue()
608 ZVAL_NULL(&val); in php_snmp_getvalue()
613 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
618 (vars->val.string)[0], (vars->val.string)[1], in php_snmp_getvalue()
619 (vars->val.string)[2], (vars->val.string)[3]); in php_snmp_getvalue()
621 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
670 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
680 zval_ptr_dtor(&val); in php_snmp_getvalue()
[all …]
/PHP-7.0/ext/mcrypt/tests/
H A Dbug37595.phpt34 foreach ($data as $val) {
36 $enc = mcrypt_generic($td, $val);
/PHP-7.0/tests/lang/
H A DpassByReference_003.phpt5 function passbyVal($val) {
7 var_dump($val);
/PHP-7.0/Zend/tests/
H A Dbug37212.phpt10 public function __construct($val)
12 $this->value = $val;
/PHP-7.0/ext/reflection/tests/
H A DReflectionParameter_003.phpt41 $val = 0;
43 $val = $parameter->getDefaultValue();
44 var_dump($val);
/PHP-7.0/ext/spl/internal/
H A Dinfiniteiterator.inc27 foreach($limit as $val=>$key)
29 echo "$val=>$key\n";

Completed in 47 milliseconds

12345678910>>...19