Home
last modified time | relevance | path

Searched refs:_name (Results 1 – 7 of 7) sorted by relevance

/php-src/tests/classes/
H A Ddereferencing_001.phpt17 function __construct($_name, $_address) {
18 $this->name = new Name($_name);
/php-src/ext/openssl/
H A Dxp_ssl.c109 #define GET_VER_OPT(_name) \ argument
110 …stream) && (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "ssl", _name)) != NULL)
111 #define GET_VER_OPT_STRING(_name, _str) \ argument
113 if (GET_VER_OPT(_name)) { \
117 #define GET_VER_OPT_STRINGL(_name, _str, _len) \ argument
119 if (GET_VER_OPT(_name)) { \
126 #define GET_VER_OPT_LONG(_name, _num) \ argument
127 if (GET_VER_OPT(_name)) _num = zval_get_long(val)
H A Dopenssl.c435 zend_argument_value_error((_arg_num), #_name" is too long"); \
442 zend_value_error(#_name" is too long"); \
447 #define PHP_OPENSSL_CHECK_SIZE_T_TO_INT(_var, _name, _arg_num) \ argument
452 #define PHP_OPENSSL_CHECK_SIZE_T_TO_UINT(_var, _name, _arg_num) \ argument
455 #define PHP_OPENSSL_CHECK_LONG_TO_INT(_var, _name, _arg_num) \ argument
457 #define PHP_OPENSSL_CHECK_LONG_TO_INT_NULL_RETURN(_var, _name) \ argument
3857 #define OPENSSL_PKEY_GET_BN(_type, _name) php_openssl_add_bn_to_array(&_type, _name, #_name) argument
3859 #define OPENSSL_PKEY_SET_BN(_data, _name) do { \ argument
3861 if ((bn = zend_hash_str_find(Z_ARRVAL_P(_data), #_name, sizeof(#_name)-1)) != NULL && \
3863 _name = BN_bin2bn( \
[all …]
/php-src/ext/soap/
H A Dsoap.stub.php458 public ?string $_name = null; variable in SoapFault
/php-src/ext/opcache/jit/ir/
H A Dir_builder.h508 #define ir_PARAM(_type, _name, _num) _ir_PARAM(_ir_CTX, (_type), (_name), (_num)) argument
509 #define ir_VAR(_type, _name) _ir_VAR(_ir_CTX, (_type), (_name)) argument
/php-src/sapi/litespeed/
H A Dlsapilib.c2260 const char * _name; member
2297 headers[count]._name = HTTP_HEADERS[i]; in LSAPI_ForeachOrgHeader_r()
2324 headers[count]._name = pKey; in LSAPI_ForeachOrgHeader_r()
2341 ret = (*fn)( headers[i]._name, headers[i]._nameLen, in LSAPI_ForeachOrgHeader_r()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c153 #define ir_refs_init(_name, _n) _name = alloca(ir_refs_size(_n)); \ argument
154 do {_name->count = 0; _name->limit = (_n);} while (0)

Completed in 91 milliseconds