Home
last modified time | relevance | path

Searched refs:value (Results 2001 – 2025 of 2100) sorted by relevance

1...<<81828384

/PHP-5.5/ext/standard/tests/strings/
H A Dstrcspn_variation7.phpt98 var_dump( strcspn($str,$mask,$start) ); // with default len value
H A Dexplode1.phpt22 TRUE, // boolean value
/PHP-5.5/ext/standard/tests/url/
H A Dparse_url_basic_003.phpt91 --> http://user:@pass@host/path?argument?value#etc : string(4) "host"
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated.phpt53 printf("[%03d] PDO::execute() should return a boolean value, got %s/%s\n",
230 array('id', 'label', 'value'));
H A Dpdo_mysql_exec.phpt59 // Don't rely on any return value!
/PHP-5.5/ext/standard/
H A Dvar_unserializer.c724 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "defined (%s) but not found", user_func->value.str.val… in php_var_unserialize()
746 …, E_WARNING, "Function %s() hasn't defined the class it was called for", user_func->value.str.val); in php_var_unserialize()
H A Dvar_unserializer.re783 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "defined (%s) but not found", user_func->value.str.val…
805 …, E_WARNING, "Function %s() hasn't defined the class it was called for", user_func->value.str.val);
/PHP-5.5/
H A Dacinclude.m477 dnl PHP_DEFINE(WHAT [, value[, directory]])
79 dnl Creates builddir/include/what.h and in there #define WHAT value
88 dnl Adds variable with it's value into Makefile, e.g.:
696 dnl Sets PHP_ARG_NAME either to the user value or to the default value.
721 dnl Sets PHP_ARG_NAME either to the user value or to the default value.
1066 dnl _PHP_CHECK_SIZEOF(type, cross-value, extra-headers [, found-action [, not-found-action]])
1112 dnl PHP_CHECK_SIZEOF(type, cross-value, extra-headers)
H A DREADME.namespaces81 In global namespace __NAMESPACE__ constant has the value of empty string.
/PHP-5.5/ext/soap/
H A Dsoap.c369 ZEND_ARG_INFO(0, value)
1178 …zend_hash_init(service->class_map, zend_hash_num_elements((*tmp)->value.ht), NULL, ZVAL_PTR_DTOR, … in PHP_METHOD()
1179 …zend_hash_copy(service->class_map, (*tmp)->value.ht, (copy_ctor_func_t) zval_add_ref, (void *) &zt… in PHP_METHOD()
1242 long value; in PHP_METHOD() local
1248 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &value) != FAILURE) { in PHP_METHOD()
1250 if (value == SOAP_PERSISTENCE_SESSION || in PHP_METHOD()
1251 value == SOAP_PERSISTENCE_REQUEST) { in PHP_METHOD()
1252 service->soap_class.persistance = value; in PHP_METHOD()
1254 …_error_docref(NULL TSRMLS_CC, E_WARNING, "Tried to set persistence with bogus value (%ld)", value); in PHP_METHOD()
2081 …zend_hash_find(PG(http_globals)[TRACK_VARS_SERVER]->value.ht, "HTTP_USER_AGENT", sizeof("HTTP_USER…
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dparse_ini_file.phpt65 ;These chars have a special meaning when used in the value,
H A Dbasename.phpt49 /* paths with binary value to check if the function is binary safe*/
/PHP-5.5/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt63 ;These chars have a special meaning when used in the value,
/PHP-5.5/sapi/apache/
H A Dphp_apache.c79 ZEND_ARG_INFO(0, value)
/PHP-5.5/ext/intl/locale/
H A Dlocale_methods.c1405 #define LOOKUP_CLEAN_RETURN(value) array_cleanup(cur_arr, cur_arr_len); return (value) argument
/PHP-5.5/ext/dba/
H A Ddba.c104 ZEND_ARG_INFO(0, value)
110 ZEND_ARG_INFO(0, value)
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1673 value_required( name, value );
1674 cgi_pattern = e_strdup( value );
1678 + value_required( name, value );
1679 + php_pattern = e_strdup( value );
1683 + value_required( name, value );
1684 + phps_pattern = e_strdup( value );
1688 value_required( name, value );
/PHP-5.5/ext/openssl/
H A Dopenssl.c780 if (OBJ_create(cnf->value, cnf->name, cnf->name) == NID_undef) { in add_oid_section()
781 …hp_error_docref(NULL TSRMLS_CC, E_WARNING, "problem creating object %s=%s", cnf->name, cnf->value); in add_oid_section()
1447 p = extension->value->data; in openssl_x509v3_subjectAltName()
1448 length = extension->value->length; in openssl_x509v3_subjectAltName()
2299 … if (!X509_NAME_add_entry_by_txt(subj, type, MBSTRING_UTF8, (unsigned char*)v->value, -1, -1, 0)) { in php_openssl_make_REQ()
2300 … php_error_docref(NULL TSRMLS_CC, E_WARNING, "add_entry_by_txt %s -> %s (failed)", type, v->value); in php_openssl_make_REQ()
2340 if (!X509_REQ_add1_attr_by_txt(csr, v->name, MBSTRING_UTF8, (unsigned char*)v->value, -1)) { in php_openssl_make_REQ()
2345 v->name, v->value); in php_openssl_make_REQ()
/PHP-5.5/ext/mysql/tests/
H A Dmysql_fetch_field.phpt98 /* Strict SQL mode - 1366, Incorrect integer value: 'true' for column 'label' at row 1 */
/PHP-5.5/ext/hash/
H A Dhash.c44 int value; member
796 …zend_register_long_constant(buf, len + 1, algorithm.value, CONST_CS | CONST_PERSISTENT, module_num… in mhash_init()
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c1688 char *value = pestrndup(at, length, 1); in php_cli_server_client_read_request_on_header_value() local
1689 if (!value) { in php_cli_server_client_read_request_on_header_value()
1697 …t->request.headers, lc_header_name, client->current_header_name_len + 1, &value, sizeof(char *), N… in php_cli_server_client_read_request_on_header_value()
1698 …rs_original_case, orig_header_name, client->current_header_name_len + 1, &value, sizeof(char *), N… in php_cli_server_client_read_request_on_header_value()
/PHP-5.5/ext/phar/phar/
H A Dclicommand.inc176 …self::error("Parameter value '$arg' not one of '" . join("', '", array_keys($cfg['select'])) . "'.…
/PHP-5.5/ext/dom/
H A Dxpath.c235 valuePush(ctxt, xmlXPathNewBoolean(retval->value.lval)); in dom_xpath_ext_function_php()
/PHP-5.5/ext/gd/libgd/
H A Dgd_jpeg.c260 #error IJG JPEG library BITS_IN_JSAMPLE value must be 8 or 12 in gdImageJpegCtx()
/PHP-5.5/Zend/
H A Dzend_closures.c209 static void zend_closure_write_property(zval *object, zval *member, zval *value, const zend_literal… in zend_closure_write_property() argument

Completed in 90 milliseconds

1...<<81828384