Home
last modified time | relevance | path

Searched refs:ZSTR_INIT_LITERAL (Results 1 – 25 of 44) sorted by relevance

12

/php-src/ext/standard/
H A Dassert.c273 key = ZSTR_INIT_LITERAL("assert.active", 0); in PHP_FUNCTION()
289 key = ZSTR_INIT_LITERAL("assert.bail", 0); in PHP_FUNCTION()
305 key = ZSTR_INIT_LITERAL("assert.warning", 0); in PHP_FUNCTION()
340 key = ZSTR_INIT_LITERAL("assert.exception", 0); in PHP_FUNCTION()
H A Duser_filters.c116 zend_string *func_name = ZSTR_INIT_LITERAL("onclose", 0); in userfilter_dtor()
302 zend_string *func_name = ZSTR_INIT_LITERAL("oncreate", 0); in user_filter_factory_create()
H A Dbrowscap.c281 zend_string *key = ZSTR_INIT_LITERAL("browser_name_regex", 0); in browscap_entry_to_array()
287 key = ZSTR_INIT_LITERAL("browser_name_pattern", 0); in browscap_entry_to_array()
294 key = ZSTR_INIT_LITERAL("parent", 0); in browscap_entry_to_array()
H A Dpassword.c492 zend_string *n = ZSTR_INIT_LITERAL("argon2i", 0); in php_password_algo_find_zval()
499 zend_string *n = ZSTR_INIT_LITERAL("argon2id", 0); in php_password_algo_find_zval()
H A Dhttp_fopen_wrapper.c868 resource->path = ZSTR_INIT_LITERAL("/", 0); in php_stream_url_wrap_http_ex()
/php-src/sapi/fuzzer/
H A Dfuzzer-function-jit.c26 zend_string *jit_option = ZSTR_INIT_LITERAL("opcache.jit", 1); in LLVMFuzzerTestOneInput()
H A Dfuzzer-tracing-jit.c26 zend_string *jit_option = ZSTR_INIT_LITERAL("opcache.jit", 1); in LLVMFuzzerTestOneInput()
/php-src/ext/session/
H A Dsession.c238 zend_string *var_name = ZSTR_INIT_LITERAL("_SESSION", 0); in php_session_track_init()
951 zend_string *var_name = ZSTR_INIT_LITERAL("_SESSION", 0); in PS_SERIALIZER_DECODE_FUNC()
1866 ini_name = ZSTR_INIT_LITERAL("session.cookie_lifetime", 0); in PHP_FUNCTION()
1875 ini_name = ZSTR_INIT_LITERAL("session.cookie_path", 0); in PHP_FUNCTION()
1884 ini_name = ZSTR_INIT_LITERAL("session.cookie_domain", 0); in PHP_FUNCTION()
1893 ini_name = ZSTR_INIT_LITERAL("session.cookie_secure", 0); in PHP_FUNCTION()
1973 ini_name = ZSTR_INIT_LITERAL("session.name", 0); in PHP_FUNCTION()
2023 ini_name = ZSTR_INIT_LITERAL("session.save_handler", 0); in PHP_FUNCTION()
2047 ini_name = ZSTR_INIT_LITERAL("session.save_handler", 0); in set_user_save_handler_ini()
2284 ini_name = ZSTR_INIT_LITERAL("session.save_path", 0); in PHP_FUNCTION()
[all …]
/php-src/docs/source/core/data-structures/
H A Dzend_string.rst43 zend_string *string = ZSTR_INIT_LITERAL("Hello world!", /* persistent */ false);
49 ``ZSTR_INIT_LITERAL`` creates a ``zend_string`` from a string literal. It is just a wrapper around
178 ZSTR_INIT_LITERAL("MyClass", /* persistent */ false));
182 ZSTR_INIT_LITERAL("MyClass", /* persistent */ false));
/php-src/ext/sodium/
H A Dsodium_pwhash.c164 zend_string *argon2i = ZSTR_INIT_LITERAL("argon2i", 1); in PHP_MINIT_FUNCTION()
/php-src/ext/xsl/
H A Dphp_xsl.c133 zend_string *prop_name = ZSTR_INIT_LITERAL(php_name, false); \
H A Dxsltprocessor.c251 member = ZSTR_INIT_LITERAL("cloneDocument", 0); in PHP_METHOD()
351 member = ZSTR_INIT_LITERAL("doXInclude", 0); in php_xsl_apply_stylesheet()
/php-src/Zend/
H A Dzend_enum.c186 ce->interface_names[num_interfaces_before].lc_name = ZSTR_INIT_LITERAL("unitenum", 0); in zend_enum_add_interfaces()
190 ce->interface_names[num_interfaces_before + 1].lc_name = ZSTR_INIT_LITERAL("backedenum", 0); in zend_enum_add_interfaces()
H A Dzend_exceptions.c660 fname = ZSTR_INIT_LITERAL("gettraceasstring", 0); in ZEND_METHOD()
691 : ZSTR_INIT_LITERAL("#0 {main}\n", false); in ZEND_METHOD()
H A Dzend_string.h135 #define ZSTR_INIT_LITERAL(s, persistent) (zend_string_init((s), strlen(s), (persistent))) macro
/php-src/ext/pdo_dblib/
H A Ddblib_stmt.c246 col->name = ZSTR_INIT_LITERAL("computed", 0); in pdo_dblib_stmt_describe()
/php-src/ext/openssl/
H A Dopenssl_pwhash.c368 zend_string *argon2i = ZSTR_INIT_LITERAL("argon2i", 1); in PHP_MINIT_FUNCTION()
/php-src/ext/random/
H A Drandomizer.c49 mname = ZSTR_INIT_LITERAL("generate", 0); in randomizer_common_init()
/php-src/sapi/fpm/fpm/
H A Dfpm_status.c178 _GET_str = ZSTR_INIT_LITERAL("_GET", 0); in fpm_status_handle_request()
/php-src/ext/iconv/
H A Diconv.c2246 name = ZSTR_INIT_LITERAL("iconv.input_encoding", 0); in PHP_FUNCTION()
2248 name = ZSTR_INIT_LITERAL("iconv.output_encoding", 0); in PHP_FUNCTION()
2250 name = ZSTR_INIT_LITERAL("iconv.internal_encoding", 0); in PHP_FUNCTION()
/php-src/ext/dom/
H A Dhtml_document.c89 zend_string *implementation_str = ZSTR_INIT_LITERAL("implementation", false); in dom_modern_document_implementation_read()
1584 zend_string *href = ZSTR_INIT_LITERAL(DOM_SVG_NS_URI, false); in dom_html_document_title_write()
/php-src/ext/spl/
H A Dspl_iterators.c964 intern->prefix[1] = ZSTR_INIT_LITERAL("| ", 0); in spl_RecursiveIteratorIterator_new_ex()
965 intern->prefix[2] = ZSTR_INIT_LITERAL(" ", 0); in spl_RecursiveIteratorIterator_new_ex()
966 intern->prefix[3] = ZSTR_INIT_LITERAL("|-", 0); in spl_RecursiveIteratorIterator_new_ex()
967 intern->prefix[4] = ZSTR_INIT_LITERAL("\\-", 0); in spl_RecursiveIteratorIterator_new_ex()
H A Dspl_directory.c2070 file_name = ZSTR_INIT_LITERAL("php://memory", 0); in PHP_METHOD()
2074 file_name = ZSTR_INIT_LITERAL("php://temp", 0); in PHP_METHOD()
2077 intern->u.file.open_mode = ZSTR_INIT_LITERAL("wb", 0); in PHP_METHOD()
/php-src/ext/pdo_mysql/
H A Dmysql_driver.c361 command = ZSTR_INIT_LITERAL("START TRANSACTION", 0); in mysql_handle_begin()
/php-src/ext/pdo_firebird/
H A Dfirebird_driver.c800 return ZSTR_INIT_LITERAL("''", 0); in firebird_handle_quoter()

Completed in 110 milliseconds

12