repo stringlengths 1 152 ⌀ | file stringlengths 14 221 | code stringlengths 501 25k | file_length int64 501 25k | avg_line_length float64 20 99.5 | max_line_length int64 21 134 | extension_type stringclasses 2
values |
|---|---|---|---|---|---|---|
php-src | php-src-master/ext/standard/crypt_sha256.c | /* SHA256-based Unix crypt implementation.
Released into the Public Domain by Ulrich Drepper <drepper@redhat.com>. */
/* Windows VC++ port by Pierre Joye <pierre@php.net> */
#include "php.h"
#include "php_main.h"
#include <errno.h>
#include <limits.h>
#ifdef PHP_WIN32
# define __alignof__ __alignof
#else
# ifnde... | 22,617 | 28.878468 | 120 | c |
php-src | php-src-master/ext/standard/css.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,070 | 45.565217 | 75 | h |
php-src | php-src-master/ext/standard/datetime.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 3,359 | 30.698113 | 83 | c |
php-src | php-src-master/ext/standard/datetime.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,172 | 47.875 | 75 | h |
php-src | php-src-master/ext/standard/dir.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 13,837 | 23.277193 | 128 | c |
php-src | php-src-master/ext/standard/dl.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,497 | 45.8125 | 82 | h |
php-src | php-src-master/ext/standard/exec.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 13,094 | 21.577586 | 107 | c |
php-src | php-src-master/ext/standard/exec.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,304 | 45.607143 | 80 | h |
php-src | php-src-master/ext/standard/file.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 4,088 | 33.948718 | 132 | h |
php-src | php-src-master/ext/standard/file_arginfo.h | /* This is a generated file, edit the .stub.php file instead.
* Stub hash: e9a566d5ef96f781074027b1b3ff1824d0208b47 */
static void register_file_symbols(int module_number)
{
REGISTER_LONG_CONSTANT("SEEK_SET", SEEK_SET, CONST_PERSISTENT);
REGISTER_LONG_CONSTANT("SEEK_CUR", SEEK_CUR, CONST_PERSISTENT);
REGISTER_LO... | 8,613 | 66.296875 | 118 | h |
php-src | php-src-master/ext/standard/flock_compat.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 2,133 | 28.232877 | 75 | h |
php-src | php-src-master/ext/standard/fsock.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,247 | 43.571429 | 75 | h |
php-src | php-src-master/ext/standard/ftok.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,886 | 28.030769 | 75 | c |
php-src | php-src-master/ext/standard/head.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 11,298 | 27.460957 | 114 | c |
php-src | php-src-master/ext/standard/head.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,565 | 42.5 | 87 | h |
php-src | php-src-master/ext/standard/hrtime.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 2,533 | 34.690141 | 86 | c |
php-src | php-src-master/ext/standard/incomplete_class.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 5,069 | 33.026846 | 133 | c |
php-src | php-src-master/ext/standard/iptc.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 9,334 | 23.893333 | 98 | c |
php-src | php-src-master/ext/standard/link.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 5,591 | 23.207792 | 118 | c |
php-src | php-src-master/ext/standard/md5.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 10,911 | 27.051414 | 88 | c |
php-src | php-src-master/ext/standard/md5.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 2,065 | 39.509804 | 89 | h |
php-src | php-src-master/ext/standard/metaphone.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 12,823 | 25.550725 | 128 | c |
php-src | php-src-master/ext/standard/microtime.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 4,103 | 25.823529 | 100 | c |
php-src | php-src-master/ext/standard/net.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 9,242 | 28.436306 | 127 | c |
php-src | php-src-master/ext/standard/pack.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,073 | 45.695652 | 75 | h |
php-src | php-src-master/ext/standard/pageinfo.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,180 | 44.423077 | 75 | h |
php-src | php-src-master/ext/standard/password.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 19,390 | 27.432551 | 130 | c |
php-src | php-src-master/ext/standard/php_assert.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,382 | 36.378378 | 75 | h |
php-src | php-src-master/ext/standard/php_browscap.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,135 | 46.333333 | 75 | h |
php-src | php-src-master/ext/standard/php_crypt.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,493 | 47.193548 | 116 | h |
php-src | php-src-master/ext/standard/php_crypt_r.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 5,886 | 27.717073 | 79 | c |
php-src | php-src-master/ext/standard/php_crypt_r.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,679 | 41 | 106 | h |
php-src | php-src-master/ext/standard/php_dir.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,241 | 41.827586 | 75 | h |
php-src | php-src-master/ext/standard/php_ext_syslog.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,276 | 36.558824 | 75 | h |
php-src | php-src-master/ext/standard/php_filestat.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 2,155 | 30.705882 | 103 | h |
php-src | php-src-master/ext/standard/php_fopen_wrapper.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 11,756 | 25.302013 | 121 | c |
php-src | php-src-master/ext/standard/php_http.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,349 | 44 | 75 | h |
php-src | php-src-master/ext/standard/php_image.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 2,173 | 35.847458 | 83 | h |
php-src | php-src-master/ext/standard/php_incomplete_class.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 2,202 | 35.114754 | 86 | h |
php-src | php-src-master/ext/standard/php_mail.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 2,209 | 39.925926 | 129 | h |
php-src | php-src-master/ext/standard/php_net.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,163 | 43.769231 | 75 | h |
php-src | php-src-master/ext/standard/php_password.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 2,830 | 42.553846 | 108 | h |
php-src | php-src-master/ext/standard/php_smart_string.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,161 | 57.1 | 75 | h |
php-src | php-src-master/ext/standard/php_smart_string_public.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,168 | 57.45 | 75 | h |
php-src | php-src-master/ext/standard/php_standard.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,892 | 32.803571 | 75 | h |
php-src | php-src-master/ext/standard/php_string.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 4,489 | 48.340659 | 120 | h |
php-src | php-src-master/ext/standard/php_uuencode.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,205 | 49.25 | 75 | h |
php-src | php-src-master/ext/standard/php_versioning.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,210 | 45.576923 | 75 | h |
php-src | php-src-master/ext/standard/proc_open.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,939 | 35.603774 | 79 | h |
php-src | php-src-master/ext/standard/quot_print.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 7,169 | 24.884477 | 114 | c |
php-src | php-src-master/ext/standard/quot_print.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,255 | 51.333333 | 105 | h |
php-src | php-src-master/ext/standard/scanf.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,997 | 45.465116 | 83 | h |
php-src | php-src-master/ext/standard/sha1.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 11,431 | 28.61658 | 91 | c |
php-src | php-src-master/ext/standard/sha1.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,663 | 43.972973 | 80 | h |
php-src | php-src-master/ext/standard/soundex.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 3,014 | 29.15 | 75 | c |
php-src | php-src-master/ext/standard/streamsfuncs.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundl... | 1,137 | 53.190476 | 74 | h |
php-src | php-src-master/ext/standard/strnatcmp.c | /*
Modified for PHP by Andrei Zmievski <andrei@ispi.net>
strnatcmp.c -- Perform 'natural order' comparisons of strings in C.
Copyright (C) 2000 by Martin Pool <mbp@humbug.org.au>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any... | 4,400 | 24.439306 | 107 | c |
php-src | php-src-master/ext/standard/syslog.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 2,784 | 20.929134 | 75 | c |
php-src | php-src-master/ext/standard/type.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 11,086 | 23.367033 | 99 | c |
php-src | php-src-master/ext/standard/uniqid.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 2,677 | 28.755556 | 75 | c |
php-src | php-src-master/ext/standard/url.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 18,509 | 23.812332 | 129 | c |
php-src | php-src-master/ext/standard/url.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 2,135 | 38.555556 | 101 | h |
php-src | php-src-master/ext/standard/user_filters.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 15,254 | 27.042279 | 132 | c |
php-src | php-src-master/ext/standard/uuencode.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 6,506 | 26.807692 | 91 | c |
php-src | php-src-master/ext/standard/versioning.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 5,823 | 22.771429 | 124 | c |
php-src | php-src-master/ext/standard/winver.h | #ifndef _PHP_WINVER_H
#define _PHP_WINVER_H
#ifndef SM_TABLETPC
#define SM_TABLETPC 86
#endif
#ifndef SM_MEDIACENTER
#define SM_MEDIACENTER 87
#endif
#ifndef SM_STARTER
#define SM_STARTER 88
#endif
#ifndef SM_SERVERR2
#define SM_SERVERR2 89
#endif
#ifndef VER_SUITE_WH_SERVER
#define VER_SUITE_WH_SERVER 0x8000
#endif
... | 6,377 | 46.597015 | 62 | h |
php-src | php-src-master/ext/standard/libavifinfo/avifinfo.h | // Copyright (c) 2021, Alliance for Open Media. All rights reserved
//
// This source code is subject to the terms of the BSD 2 Clause License and
// the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
// was not distributed with this source code in the LICENSE file, you can
// obtain it at www.... | 4,427 | 46.612903 | 80 | h |
php-src | php-src-master/ext/sysvmsg/php_sysvmsg.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundl... | 1,521 | 39.052632 | 74 | h |
php-src | php-src-master/ext/sysvmsg/sysvmsg.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundl... | 11,735 | 26.293023 | 114 | c |
php-src | php-src-master/ext/sysvmsg/sysvmsg_arginfo.h | /* This is a generated file, edit the .stub.php file instead.
* Stub hash: ed5b1e4e5dda6a65ce336fc4daa975520c354f17 */
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_msg_get_queue, 0, 1, SysvMessageQueue, MAY_BE_FALSE)
ZEND_ARG_TYPE_INFO(0, key, IS_LONG, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, permissions,... | 3,480 | 37.252747 | 104 | h |
php-src | php-src-master/ext/sysvsem/php_sysvsem.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,654 | 33.479167 | 75 | h |
php-src | php-src-master/ext/sysvsem/sysvsem.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 11,360 | 27.331671 | 133 | c |
php-src | php-src-master/ext/sysvsem/sysvsem_arginfo.h | /* This is a generated file, edit the .stub.php file instead.
* Stub hash: 946ea9d0d2156ced1bac460d7d5fc3420e1934bb */
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_sem_get, 0, 1, SysvSemaphore, MAY_BE_FALSE)
ZEND_ARG_TYPE_INFO(0, key, IS_LONG, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, max_acquire, IS_LONG,... | 1,709 | 31.884615 | 98 | h |
php-src | php-src-master/ext/sysvshm/php_sysvshm.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 2,093 | 25.846154 | 75 | h |
php-src | php-src-master/ext/sysvshm/sysvshm_arginfo.h | /* This is a generated file, edit the .stub.php file instead.
* Stub hash: 93677b78d9aaa4d6dbb5d1dcf3e79a8418add5c0 */
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_shm_attach, 0, 1, SysvSharedMemory, MAY_BE_FALSE)
ZEND_ARG_TYPE_INFO(0, key, IS_LONG, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, size, IS_LONG, ... | 2,301 | 31.885714 | 101 | h |
php-src | php-src-master/ext/tidy/php_tidy.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundl... | 1,418 | 36.342105 | 74 | h |
php-src | php-src-master/ext/tokenizer/php_tokenizer.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,420 | 35.435897 | 75 | h |
php-src | php-src-master/ext/tokenizer/tokenizer.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 14,618 | 25.628415 | 117 | c |
php-src | php-src-master/ext/tokenizer/tokenizer_data.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 7,318 | 39.436464 | 101 | c |
php-src | php-src-master/ext/tokenizer/tokenizer_data_arginfo.h | /* This is a generated file, edit the .stub.php file instead.
* Stub hash: 1dd42ee5b5b818c5bd131b5c4bbb13c153d99499 */
static void register_tokenizer_data_symbols(int module_number)
{
REGISTER_LONG_CONSTANT("T_LNUMBER", T_LNUMBER, CONST_PERSISTENT);
REGISTER_LONG_CONSTANT("T_DNUMBER", T_DNUMBER, CONST_PERSISTENT)... | 10,593 | 66.910256 | 130 | h |
php-src | php-src-master/ext/xml/php_xml.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,829 | 31.678571 | 75 | h |
php-src | php-src-master/ext/xml/xml_arginfo.h | /* This is a generated file, edit the .stub.php file instead.
* Stub hash: cd199a8733c51c8bb5970f86b7797ca91e6e59c6 */
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_xml_parser_create, 0, 0, XMLParser, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, encoding, IS_STRING, 1, "null")
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WIT... | 9,122 | 49.126374 | 126 | h |
php-src | php-src-master/ext/xmlreader/php_xmlreader.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundl... | 2,164 | 34.491803 | 84 | h |
php-src | php-src-master/ext/xmlwriter/php_xmlwriter.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundl... | 1,814 | 36.040816 | 85 | h |
php-src | php-src-master/ext/xmlwriter/php_xmlwriter_arginfo.h | /* This is a generated file, edit the .stub.php file instead.
* Stub hash: 820ad2d68166b189b9163c2c3dfcc76806d41b7d */
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_xmlwriter_open_uri, 0, 1, XMLWriter, MAY_BE_FALSE)
ZEND_ARG_TYPE_INFO(0, uri, IS_STRING, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TY... | 23,977 | 49.268344 | 123 | h |
php-src | php-src-master/ext/xsl/php_xsl.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundl... | 6,399 | 25.337449 | 88 | c |
php-src | php-src-master/ext/xsl/php_xsl.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundl... | 2,953 | 31.822222 | 127 | h |
php-src | php-src-master/ext/zend_test/fiber.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundl... | 10,180 | 27.598315 | 112 | c |
php-src | php-src-master/ext/zend_test/fiber.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundl... | 1,401 | 34.948718 | 74 | h |
php-src | php-src-master/ext/zend_test/fiber_arginfo.h | /* This is a generated file, edit the .stub.php file instead.
* Stub hash: 8cd7626122b050585503ccebe370a61781ff83f2 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class__ZendTestFiber___construct, 0, 0, 1)
ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class__... | 1,942 | 38.653061 | 104 | h |
php-src | php-src-master/ext/zend_test/observer.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundl... | 1,301 | 49.076923 | 77 | h |
php-src | php-src-master/ext/zend_test/php_test.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundl... | 2,836 | 30.522222 | 78 | h |
php-src | php-src-master/ext/zip/zip_stream.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundl... | 8,951 | 21.778626 | 118 | c |
php-src | php-src-master/ext/zlib/zlib_arginfo.h | /* This is a generated file, edit the .stub.php file instead.
* Stub hash: 3660ad3239f93c84b6909c36ddfcc92dd0773c70 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_ob_gzhandler, 0, 2, MAY_BE_STRING|MAY_BE_FALSE)
ZEND_ARG_TYPE_INFO(0, data, IS_STRING, 0)
ZEND_ARG_TYPE_INFO(0, flags, IS_LONG, 0)
ZEND_END_ARG_INFO(... | 10,700 | 39.688213 | 103 | h |
php-src | php-src-master/ext/zlib/zlib_filter.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 13,056 | 29.867612 | 121 | c |
php-src | php-src-master/ext/zlib/zlib_fopen_wrapper.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 5,189 | 27.206522 | 123 | c |
php-src | php-src-master/main/explicit_bzero.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundl... | 1,585 | 32.744681 | 74 | c |
php-src | php-src-master/main/fastcgi.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 4,892 | 37.527559 | 120 | h |
php-src | php-src-master/main/http_status_codes.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 2,898 | 34.790123 | 113 | h |
php-src | php-src-master/main/internal_functions_win32.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled wi... | 4,087 | 23.926829 | 77 | c |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.