Home
last modified time | relevance | path

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

12345678910>>...17

/PHP-5.6/sapi/aolserver/
H A Daolserver.c547 char *val; in php_ns_config()
549 val = strchr(value, ' '); in php_ns_config()
550 if (val) { in php_ns_config()
553 new_key = estrndup(value, val - value); in php_ns_config()
556 val++; in php_ns_config()
557 } while(*val == ' '); in php_ns_config()
559 Ns_Log(Debug, "PHP configuration option '%s=%s'", new_key, val); in php_ns_config()
560 zend_alter_ini_entry(new_key, strlen(new_key) + 1, val, in php_ns_config()
561 strlen(val) + 1, PHP_INI_SYSTEM, PHP_INI_STAGE_ACTIVATE); in php_ns_config()
/PHP-5.6/ext/reflection/tests/
H A DReflectionParameter_003.phpt41 $val = 0;
43 $val = $parameter->getDefaultValue();
44 var_dump($val);
/PHP-5.6/ext/pdo/tests/
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');
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');
/PHP-5.6/ext/standard/tests/array/
H A Darray_udiff_basic.phpt11 function cr($val) {
12 $this->priv_member = $val;
H A Darray_uintersect_assoc_basic.phpt11 function cr($val) {
12 $this->priv_member = $val;
H A Darray_udiff_assoc_basic.phpt11 function cr($val) {
12 $this->priv_member = $val;
H A Darray_uintersect_basic.phpt11 function cr($val) {
12 $this->priv_member = $val;
H A Darray_udiff_uassoc_basic.phpt11 function cr($val) {
12 $this->priv_member = $val;
H A Darray_uintersect_uassoc_basic.phpt11 function cr($val) {
12 $this->priv_member = $val;
/PHP-5.6/ext/spl/internal/
H A Dinfiniteiterator.inc27 foreach($limit as $val=>$key)
29 echo "$val=>$key\n";
/PHP-5.6/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-5.6/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-5.6/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()
/PHP-5.6/ext/spl/tests/
H A Darray_003.phpt31 foreach($test as $key => $val)
33 echo "$key => $val\n";
/PHP-5.6/Zend/
H A Dzend_ast.c31 ast->u.val = (zval*)(ast + 1); in zend_ast_create_constant()
32 INIT_PZVAL_COPY(ast->u.val, zv); in zend_ast_create_constant()
92 return !IS_CONSTANT_TYPE(Z_TYPE_P(ast->u.val)); in zend_ast_is_ct_constant()
256 if (IS_CONSTANT_TYPE(Z_TYPE_P(ast->u.val))) { in zend_ast_evaluate()
257 zval_update_constant_ex(&ast->u.val, 1, scope TSRMLS_CC); in zend_ast_evaluate()
259 *result = *ast->u.val; in zend_ast_evaluate()
262 *result = *ast->u.val; in zend_ast_evaluate()
355 zend_ast *copy = zend_ast_create_constant(ast->u.val); in zend_ast_copy()
356 zval_copy_ctor(copy->u.val); in zend_ast_copy()
376 zval_dtor(ast->u.val); in zend_ast_destroy()
/PHP-5.6/ext/session/
H A Dmod_files.c381 *val = STR_EMPTY_ALLOC(); in PS_READ_FUNC()
385 *val = emalloc(sbuf.st_size); in PS_READ_FUNC()
388 n = pread(data->fd, *val, sbuf.st_size, 0); in PS_READ_FUNC()
391 n = read(data->fd, *val, sbuf.st_size); in PS_READ_FUNC()
400 efree(*val); in PS_READ_FUNC()
424 n = pwrite(data->fd, val, vallen, 0); in PS_WRITE_FUNC()
427 n = write(data->fd, val, vallen); in PS_WRITE_FUNC()
/PHP-5.6/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-5.6/ext/xmlwriter/tests/
H A D008.phpt15 xmlwriter_text($xw, "val");
34 <!ENTITY ent "val">
/PHP-5.6/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-5.6/ext/fileinfo/libmagic/
H A Dapprentice.c729 val = 0; in apprentice_magic_strength()
737 val = 0; in apprentice_magic_strength()
741 val += MULT; in apprentice_magic_strength()
751 val -= MULT; in apprentice_magic_strength()
760 val = 1; in apprentice_magic_strength()
786 val++; in apprentice_magic_strength()
787 return val; in apprentice_magic_strength()
2344 int val; in getstr() local
2451 val = (val << 3) | (c - '0'); in getstr()
2454 val = (val << 3) | (c-'0'); in getstr()
[all …]
/PHP-5.6/ext/bcmath/libbcmath/src/
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-5.6/ext/soap/tests/
H A Dclassmap004.phpt17 function __set($name, $val) {
18 $this->a[$name] = $val;

Completed in 113 milliseconds

12345678910>>...17