Searched refs:_name (Results 1 – 7 of 7) sorted by relevance
/php-src/tests/classes/ |
H A D | dereferencing_001.phpt | 17 function __construct($_name, $_address) { 18 $this->name = new Name($_name);
|
/php-src/ext/openssl/ |
H A D | xp_ssl.c | 109 #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 D | openssl.c | 453 zend_argument_value_error((_arg_num), #_name" is too long"); \ 460 zend_value_error(#_name" is too long"); \ 465 #define PHP_OPENSSL_CHECK_SIZE_T_TO_INT(_var, _name, _arg_num) \ argument 470 #define PHP_OPENSSL_CHECK_SIZE_T_TO_UINT(_var, _name, _arg_num) \ argument 473 #define PHP_OPENSSL_CHECK_LONG_TO_INT(_var, _name, _arg_num) \ argument 475 #define PHP_OPENSSL_CHECK_LONG_TO_INT_NULL_RETURN(_var, _name) \ argument 3925 #define OPENSSL_PKEY_GET_BN(_type, _name) php_openssl_add_bn_to_array(&_type, _name, #_name) argument 3927 #define OPENSSL_PKEY_SET_BN(_data, _name) do { \ argument 3929 if ((bn = zend_hash_str_find(Z_ARRVAL_P(_data), #_name, sizeof(#_name)-1)) != NULL && \ 3931 _name = BN_bin2bn( \ [all …]
|
/php-src/ext/soap/ |
H A D | soap.stub.php | 478 public ?string $_name = null; variable in SoapFault
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_builder.h | 508 #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 D | lsapilib.c | 2260 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 D | zend_jit_ir.c | 153 #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 120 milliseconds