Home
last modified time | relevance | path

Searched refs:val (Results 226 – 250 of 425) sorted by relevance

12345678910>>...17

/PHP-5.6/Zend/tests/
H A Dforeach_unset_globals.phpt7 foreach ($arr as $key => $val) {
H A Dmagic_by_ref_002.phpt7 function __set($name, &$val) { }
H A Dmagic_by_ref_001.phpt7 function __set(&$name, $val) { }
H A Ddebug_info.phpt17 public $val = 123;
/PHP-5.6/ext/mysqli/
H A Dmysqli_api.c424 bind[ofs].buffer = stmt->result.buf[ofs].val; in mysqli_stmt_bind_result_do_bind()
436 bind[ofs].buffer = stmt->result.buf[ofs].val; in mysqli_stmt_bind_result_do_bind()
463 bind[ofs].buffer = stmt->result.buf[ofs].val; in mysqli_stmt_bind_result_do_bind()
476 bind[ofs].buffer = stmt->result.buf[ofs].val; in mysqli_stmt_bind_result_do_bind()
534 bind[ofs].buffer = stmt->result.buf[ofs].val; in mysqli_stmt_bind_result_do_bind()
552 if (stmt->result.buf[i].val) { in mysqli_stmt_bind_result_do_bind()
553 efree(stmt->result.buf[i].val); in mysqli_stmt_bind_result_do_bind()
1033 STR_FREE(stmt->result.vars[i]->value.str.val);
1042 uval= *(unsigned int *) stmt->result.buf[i].val;
1077 dval = *((double *)stmt->result.buf[i].val);
[all …]
/PHP-5.6/ext/pdo_mysql/
H A Dmysql_driver.c371 static int pdo_mysql_set_attribute(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC) in pdo_mysql_set_attribute()
378 convert_to_boolean(val); in pdo_mysql_set_attribute()
381 if (dbh->auto_commit ^ Z_BVAL_P(val)) { in pdo_mysql_set_attribute()
382 dbh->auto_commit = Z_BVAL_P(val); in pdo_mysql_set_attribute()
388 ((pdo_mysql_db_handle *)dbh->driver_data)->buffered = Z_BVAL_P(val); in pdo_mysql_set_attribute()
392 ((pdo_mysql_db_handle *)dbh->driver_data)->emulate_prepare = Z_BVAL_P(val); in pdo_mysql_set_attribute()
395 ((pdo_mysql_db_handle *)dbh->driver_data)->fetch_table_names = Z_BVAL_P(val); in pdo_mysql_set_attribute()
399 if (Z_LVAL_P(val) < 0) { in pdo_mysql_set_attribute()
404 ((pdo_mysql_db_handle *)dbh->driver_data)->max_buffer_size = Z_LVAL_P(val); in pdo_mysql_set_attribute()
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_main.c573 char *var, **val; in cgi_php_import_environment_variables() local
609 zend_hash_get_current_data_ex(request->env, (void **) &val, &pos) == SUCCESS; in cgi_php_import_environment_variables()
614 if (sapi_module.input_filter(filter_arg, var, val, strlen(*val), &new_val_len TSRMLS_CC)) { in cgi_php_import_environment_variables()
615 php_register_variable_safe(var, *val, new_val_len, array_ptr TSRMLS_CC); in cgi_php_import_environment_variables()
1672 char *val; local
1674 if ((val = strchr(php_optarg, '='))) {
1675 val++;
1676 if (!isalnum(*val) && *val != '"' && *val != '\'' && *val != '\0') {
1679 ini_entries_len += (val - php_optarg);
1682 memcpy(cgi_sapi_module.ini_entries + ini_entries_len, val, len - (val - php_optarg));
[all …]
/PHP-5.6/ext/standard/tests/array/
H A Dextract_error.phpt18 $val = 1;
19 var_dump( extract($val) );
H A Darray_fill_keys_variation3.phpt5 /* Prototype : proto array array_fill_keys(array keys, mixed val)
6 …ription: Create an array using the elements of the first parameter as keys each initialized to val
H A Darray_fill_keys_variation1.phpt5 /* Prototype : proto array array_fill_keys(array keys, mixed val)
6 …ription: Create an array using the elements of the first parameter as keys each initialized to val
H A Darray_fill_keys_variation2.phpt5 /* Prototype : proto array array_fill_keys(array keys, mixed val)
6 …ription: Create an array using the elements of the first parameter as keys each initialized to val
/PHP-5.6/ext/standard/tests/strings/
H A Dstrtok_error.phpt31 $str = 'string val';
54 string(10) "string val"
/PHP-5.6/ext/standard/
H A Dassert.c144 int val, description_len = 0; in PHP_FUNCTION() local
187 val = Z_LVAL(retval); in PHP_FUNCTION()
190 val = Z_LVAL_PP(assertion); in PHP_FUNCTION()
193 if (val) { in PHP_FUNCTION()
H A Dtype.c183 zval **val; in PHP_FUNCTION() local
185 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Z", &val) == FAILURE) { in PHP_FUNCTION()
189 RETURN_BOOL(zend_is_true(*val)); in PHP_FUNCTION()
H A Durl_scanner_ex.h40 smart_str val; /* read only */ member
/PHP-5.6/ext/session/tests/
H A D005.phpt34 function write($key, $val)
36 print "WRITE: $key, $val\n";
37 $GLOBALS["hnd"]->data = $val;
H A D025.phpt35 function write($key, $val)
37 print "WRITE: $key, $val\n";
38 $GLOBALS["hnd"]->data = $val;
/PHP-5.6/sapi/cli/
H A Dphp_cli.c1288 char *val; in WinMain() local
1290 if ((val = strchr(php_optarg, '='))) { in WinMain()
1291 val++; in WinMain()
1292 if (!isalnum(*val) && *val != '"' && *val != '\'' && *val != '\0') { in WinMain()
1294 memcpy(ini_entries + ini_entries_len, php_optarg, (val - php_optarg)); in WinMain()
1295 ini_entries_len += (val - php_optarg); in WinMain()
1298 memcpy(ini_entries + ini_entries_len, val, len - (val - php_optarg)); in WinMain()
1299 ini_entries_len += len - (val - php_optarg); in WinMain()
/PHP-5.6/ext/standard/tests/network/
H A Dinet.phpt33 foreach ($array as $val) {
34 var_dump(bin2hex($packed = inet_pton($val)));
/PHP-5.6/
H A DREADME.input_filter104 assert(*val != NULL);
133 Z_STRVAL(new_var) = estrndup(*val, val_len);
143 php_strip_tags(*val, val_len, NULL, NULL, 0);
145 *new_val_len = strlen(*val);
/PHP-5.6/ext/openssl/
H A Dopenssl.c642 subitem = val; in add_assoc_name_entry()
1387 if (!(Z_TYPE_PP(val) == IS_STRING || Z_TYPE_PP(val) == IS_OBJECT)) { in php_openssl_x509_from_zval()
1411 in = BIO_new_mem_buf(Z_STRVAL_PP(val), Z_STRLEN_PP(val)); in php_openssl_x509_from_zval()
2857 in = BIO_new_mem_buf(Z_STRVAL_PP(val), Z_STRLEN_PP(val)); in php_openssl_csr_from_zval()
3283 if (zend_hash_index_find(HASH_OF(*val), 0, (void **)&val) == FAILURE) { in php_openssl_evp_from_zval()
3334 if (!(Z_TYPE_PP(val) == IS_STRING || Z_TYPE_PP(val) == IS_OBJECT)) { in php_openssl_evp_from_zval()
3353 in = BIO_new_mem_buf(Z_STRVAL_PP(val), Z_STRLEN_PP(val)); in php_openssl_evp_from_zval()
3371 in = BIO_new_mem_buf(Z_STRVAL_PP(val), Z_STRLEN_PP(val)); in php_openssl_evp_from_zval()
4775 unsigned long val; in PHP_FUNCTION() local
4781 val = ERR_get_error(); in PHP_FUNCTION()
[all …]
/PHP-5.6/ext/com_dotnet/
H A Dcom_wrapper.c581 PHP_COM_DOTNET_API IDispatch *php_com_wrapper_export_as_sink(zval *val, GUID *sinkid, in php_com_wrapper_export_as_sink() argument
584 php_dispatchex *disp = disp_constructor(val TSRMLS_CC); in php_com_wrapper_export_as_sink()
620 PHP_COM_DOTNET_API IDispatch *php_com_wrapper_export(zval *val TSRMLS_DC) in php_com_wrapper_export()
624 if (Z_TYPE_P(val) != IS_OBJECT) { in php_com_wrapper_export()
628 if (php_com_is_valid_object(val TSRMLS_CC)) { in php_com_wrapper_export()
630 php_com_dotnet_object *obj = CDNO_FETCH(val); in php_com_wrapper_export()
643 disp = disp_constructor(val TSRMLS_CC); in php_com_wrapper_export()
/PHP-5.6/ext/spl/tests/
H A Diterator_071.phpt21 foreach ($recItIt as $key => $val) echo "$key\n";
/PHP-5.6/ext/dba/
H A Ddba_flatfile.c87 gval.dptr = (char *) val; in DBA_UPDATE_FUNC()
99 php_error_docref2(NULL TSRMLS_CC, key, val, E_WARNING, "Unknown return value"); in DBA_UPDATE_FUNC()
H A Ddba_qdbm.c100 if (dpput(dba->dbf, key, keylen, val, vallen, mode == 1 ? DP_DKEEP : DP_DOVER)) { in DBA_UPDATE_FUNC()
105 php_error_docref2(NULL TSRMLS_CC, key, val, E_WARNING, "%s", dperrmsg(dpecode)); in DBA_UPDATE_FUNC()

Completed in 122 milliseconds

12345678910>>...17