Home
last modified time | relevance | path

Searched refs:tag (Results 101 – 119 of 119) sorted by relevance

12345

/PHP-8.0/build/
H A Dltmain.sh446 tag)
546 --tag)
548 prev=tag
551 --tag=*)
552 set tag "$optarg" ${1+"$@"}
554 prev=tag
H A Dlibtool.m41952 *) AC_MSG_ERROR([invalid tag name: $tagname])
1958 AC_MSG_ERROR([tag name \"$tagname\" already exists])
1963 echo appending configuration tag \"$tagname\" to $ofile
1977 AC_MSG_ERROR([Unsupported tag name: $tagname])
1981 # Append the new tag name to the list of available tags.
3728 # DT_RUNPATH tag from executables and libraries. But doing so
3822 dnl tag define a new lt_????_link_test_code variable,
/PHP-8.0/ext/standard/
H A Dstring.c88 int php_tag_find(char *tag, size_t len, const char *set);
4549 zend_string *tag; local
4552 tag = zval_get_string(tmp);
4554 smart_str_append(&tags_ss, tag);
4556 zend_string_release(tag);
4725 int php_tag_find(char *tag, size_t len, const char *set) { argument
4738 t = tag;
/PHP-8.0/ext/sodium/
H A Dlibsodium_arginfo.h276 …ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, tag, IS_LONG, 0, "SODIUM_CRYPTO_SECRETSTREAM_XCHACHA20POL…
/PHP-8.0/ext/intl/tests/
H A Dlocale_get_display_name5.phpt41 'i-enochian', //(example of a grandfathered tag)
H A Dlocale_get_display_name6.phpt41 'i-enochian', //(example of a grandfathered tag)
H A Dlocale_get_display_name7.phpt41 'i-enochian', //(example of a grandfathered tag)
H A Dlocale_get_display_name8.phpt40 'i-enochian', //(example of a grandfathered tag)
H A Dlocale_get_display_name2.phpt40 'i-enochian', //(example of a grandfathered tag)
H A Dlocale_get_display_name3.phpt40 'i-enochian', //(example of a grandfathered tag)
H A Dlocale_get_display_name4.phpt41 'i-enochian', //(example of a grandfathered tag)
/PHP-8.0/sapi/fpm/
H A Dwww.conf.in325 ; The strftime(3) format must be encapsuled in a %{<strftime_format>}t tag
330 ; The strftime(3) format must be encapsuled in a %{<strftime_format>}t tag
/PHP-8.0/
H A Dphp.ini-development192 ; Note that this directive does not control the <?= shorthand tag, which can be
197 ; http://php.net/short-open-tag
245 ; "form" tag is special tag. It will add hidden input tag to pass values.
1480 ; to URLs. <form> tag's action attribute URL will not be modified
H A Dphp.ini-production192 ; Note that this directive does not control the <?= shorthand tag, which can be
197 ; http://php.net/short-open-tag
245 ; "form" tag is special tag. It will add hidden input tag to pass values.
1482 ; to URLs. <form> tag's action attribute URL will not be modified
H A DCONTRIBUTING.md103 should be credited, the `Co-authored-by` tag in the commit message may be used.
H A Dconfigure.ac915 [Disable the short-form <? start tag by default])],
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2809 # tag size in bytes
2813 # tag checksum
5472 # Sender long tag
5488 # Long ReturnBatch tag
5501 # Long Sender tag
9078 # Length of tag
9080 # 1st tag name_
9082 # 2nd tag name
16023 # tag table
16034 # 1st tag
[all …]
H A Dmagic2809 # tag size in bytes
2813 # tag checksum
5472 # Sender long tag
5488 # Long ReturnBatch tag
5501 # Long Sender tag
9078 # Length of tag
9080 # 1st tag name_
9082 # 2nd tag name
16023 # tag table
16034 # 1st tag
[all …]
/PHP-8.0/ext/opcache/jit/dynasm/
H A Dminilua.c5892 static void tag_error(lua_State*L,int narg,int tag){
5893 luaL_typerror(L,narg,lua_typename(L,tag));

Completed in 218 milliseconds

12345