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/Zend/zend_vm.h | /*
+----------------------------------------------------------------------+
| Zend Engine |
+----------------------------------------------------------------------+
| Copyright (c) Zend Technologies Ltd. (http://www.zend.com) |
+---------... | 1,994 | 46.5 | 132 | h |
php-src | php-src-master/Zend/zend_vm_opcodes.h | /*
+----------------------------------------------------------------------+
| Zend Engine |
+----------------------------------------------------------------------+
| Copyright (c) Zend Technologies Ltd. (http://www.zend.com) |
+---------... | 12,719 | 42.412969 | 85 | h |
php-src | php-src-master/Zend/zend_vm_trace_handlers.h | /*
+----------------------------------------------------------------------+
| Zend Engine |
+----------------------------------------------------------------------+
| Copyright (c) Zend Technologies Ltd. (http://www.zend.com) |
+---------... | 3,216 | 27.469027 | 75 | h |
php-src | php-src-master/Zend/zend_vm_trace_lines.h | /*
+----------------------------------------------------------------------+
| Zend Engine |
+----------------------------------------------------------------------+
| Copyright (c) Zend Technologies Ltd. (http://www.zend.com) |
+---------... | 1,755 | 39.837209 | 91 | h |
php-src | php-src-master/Zend/zend_vm_trace_map.h | /*
+----------------------------------------------------------------------+
| Zend Engine |
+----------------------------------------------------------------------+
| Copyright (c) Zend Technologies Ltd. (http://www.zend.com) |
+---------... | 2,665 | 31.512195 | 103 | h |
php-src | php-src-master/Zend/Optimizer/compact_vars.c | /*
+----------------------------------------------------------------------+
| Zend Engine, Removing unused variables |
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+---------... | 4,393 | 34.435484 | 109 | c |
php-src | php-src-master/Zend/Optimizer/escape_analysis.c | /*
+----------------------------------------------------------------------+
| Zend OPcache, Escape Analysis |
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+---------... | 14,353 | 26.445507 | 124 | c |
php-src | php-src-master/Zend/Optimizer/nop_removal.c | /*
+----------------------------------------------------------------------+
| Zend OPcache |
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+---------... | 3,446 | 35.284211 | 100 | c |
php-src | php-src-master/Zend/Optimizer/optimize_func_calls.c | /*
+----------------------------------------------------------------------+
| Zend OPcache |
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+---------... | 11,190 | 32.207715 | 132 | c |
php-src | php-src-master/Zend/Optimizer/optimize_temp_vars_5.c | /*
+----------------------------------------------------------------------+
| Zend OPcache |
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+---------... | 5,962 | 32.5 | 106 | c |
php-src | php-src-master/Zend/Optimizer/pass3.c | /*
+----------------------------------------------------------------------+
| Zend OPcache |
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+---------... | 8,418 | 34.079167 | 104 | c |
php-src | php-src-master/Zend/Optimizer/scdf.c | /*
+----------------------------------------------------------------------+
| Zend Engine, Sparse Conditional Data Flow Propagation Framework |
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+---------... | 10,937 | 38.630435 | 127 | c |
php-src | php-src-master/Zend/Optimizer/scdf.h | /*
+----------------------------------------------------------------------+
| Zend Engine, Call Graph |
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+---------... | 3,584 | 34.85 | 96 | h |
php-src | php-src-master/Zend/Optimizer/ssa_integrity.c | /*
+----------------------------------------------------------------------+
| Zend Engine, SSA validation |
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+---------... | 13,862 | 33.314356 | 95 | c |
php-src | php-src-master/Zend/Optimizer/zend_func_info.c | /*
+----------------------------------------------------------------------+
| Zend Engine, Func Info |
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+---------... | 7,989 | 33.145299 | 130 | c |
php-src | php-src-master/Zend/Optimizer/zend_func_info.h | /*
+----------------------------------------------------------------------+
| Zend Engine, Func Info |
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+---------... | 3,049 | 41.957746 | 89 | h |
php-src | php-src-master/Zend/Optimizer/zend_optimizer.h | /*
+----------------------------------------------------------------------+
| Zend OPcache |
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+---------... | 4,957 | 46.673077 | 109 | h |
php-src | php-src-master/Zend/Optimizer/zend_optimizer_internal.h | /*
+----------------------------------------------------------------------+
| Zend OPcache |
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+---------... | 7,077 | 52.218045 | 128 | h |
php-src | php-src-master/Zend/Optimizer/zend_worklist.h | /*
+----------------------------------------------------------------------+
| Zend Engine |
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+---------... | 3,911 | 31.6 | 134 | h |
php-src | php-src-master/ext/bcmath/bcmath.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 15,120 | 22.298921 | 118 | c |
php-src | php-src-master/ext/bcmath/bcmath_arginfo.h | /* This is a generated file, edit the .stub.php file instead.
* Stub hash: f28dafc2a279f5421cd0d0e668fde0032e996ebc */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_bcadd, 0, 2, IS_STRING, 0)
ZEND_ARG_TYPE_INFO(0, num1, IS_STRING, 0)
ZEND_ARG_TYPE_INFO(0, num2, IS_STRING, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE... | 2,323 | 31.277778 | 77 | h |
php-src | php-src-master/ext/bcmath/php_bcmath.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,652 | 34.170213 | 75 | h |
php-src | php-src-master/ext/bcmath/libbcmath/src/add.c | /* add.c: bcmath library file. */
/*
Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 2000 Philip A. Nelson
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Fre... | 2,536 | 29.202381 | 81 | c |
php-src | php-src-master/ext/bcmath/libbcmath/src/bcmath.h | /* bcmath.h: bcmath library header. */
/*
Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 2000 Philip A. Nelson
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published b... | 4,163 | 27.520548 | 88 | h |
php-src | php-src-master/ext/bcmath/libbcmath/src/compare.c | /* compare.c: bcmath library file. */
/*
Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 2000 Philip A. Nelson
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the... | 3,819 | 23.645161 | 77 | c |
php-src | php-src-master/ext/bcmath/libbcmath/src/debug.c | /* debug.c: bcmath library file. */
/*
Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 2000 Philip A. Nelson
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the F... | 1,789 | 27.412698 | 77 | c |
php-src | php-src-master/ext/bcmath/libbcmath/src/div.c | /* div.c: bcmath library file. */
/*
Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 2000 Philip A. Nelson
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Fre... | 6,928 | 25.14717 | 86 | c |
php-src | php-src-master/ext/bcmath/libbcmath/src/divmod.c | /* divmod.c: bcmath library file. */
/*
Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 2000 Philip A. Nelson
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the ... | 2,437 | 28.02381 | 78 | c |
php-src | php-src-master/ext/bcmath/libbcmath/src/doaddsub.c | /* doaddsub.c: bcmath library file. */
/*
Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 2000 Philip A. Nelson
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by th... | 5,842 | 24.968889 | 77 | c |
php-src | php-src-master/ext/bcmath/libbcmath/src/init.c | /* init.c: bcmath library file. */
/*
Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 2000 Philip A. Nelson
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Fr... | 2,925 | 27.407767 | 81 | c |
php-src | php-src-master/ext/bcmath/libbcmath/src/int2num.c | /* int2num.c: bcmath library file. */
/*
Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 2000 Philip A. Nelson
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the... | 1,975 | 25.346667 | 77 | c |
php-src | php-src-master/ext/bcmath/libbcmath/src/nearzero.c | /* nearzero.c: bcmath library file. */
/*
Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 2000 Philip A. Nelson
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by th... | 1,853 | 29.9 | 77 | c |
php-src | php-src-master/ext/bcmath/libbcmath/src/neg.c | /* neg.c: bcmath library file. */
/*
Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 2000 Philip A. Nelson
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Fre... | 1,409 | 34.25 | 77 | c |
php-src | php-src-master/ext/bcmath/libbcmath/src/num2long.c | /* num2long.c: bcmath library file. */
/*
Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 2000 Philip A. Nelson
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by th... | 2,031 | 28.449275 | 77 | c |
php-src | php-src-master/ext/bcmath/libbcmath/src/num2str.c | /* num2str.c: bcmath library file. */
/*
Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 2000 Philip A. Nelson
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the... | 2,411 | 29.15 | 115 | c |
php-src | php-src-master/ext/bcmath/libbcmath/src/output.c | /* output.c: bcmath library file. */
/*
Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 2000 Philip A. Nelson
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the ... | 5,449 | 26.948718 | 82 | c |
php-src | php-src-master/ext/bcmath/libbcmath/src/private.h | /* private.h: bcmath library header. */
/*
Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 2000 Philip A. Nelson
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published ... | 1,554 | 36.926829 | 77 | h |
php-src | php-src-master/ext/bcmath/libbcmath/src/raise.c | /* raise.c: bcmath library file. */
/*
Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 2000 Philip A. Nelson
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the F... | 3,534 | 26.403101 | 77 | c |
php-src | php-src-master/ext/bcmath/libbcmath/src/raisemod.c | /* raisemod.c: bcmath library file. */
/*
Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 2000 Philip A. Nelson
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by th... | 3,512 | 29.815789 | 89 | c |
php-src | php-src-master/ext/bcmath/libbcmath/src/recmul.c | /* recmul.c: bcmath library file. */
/*
Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 2000 Philip A. Nelson
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the ... | 7,442 | 24.84375 | 77 | c |
php-src | php-src-master/ext/bcmath/libbcmath/src/rmzero.c | /* rmzero.c: bcmath library file. */
/*
Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 2000 Philip A. Nelson
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the ... | 1,679 | 34 | 77 | c |
php-src | php-src-master/ext/bcmath/libbcmath/src/sqrt.c | /* sqrt.c: bcmath library file. */
/*
Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 2000 Philip A. Nelson
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Fr... | 3,398 | 27.805085 | 77 | c |
php-src | php-src-master/ext/bcmath/libbcmath/src/str2num.c | /* str2num.c: bcmath library file. */
/*
Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 2000 Philip A. Nelson
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the... | 3,000 | 25.557522 | 77 | c |
php-src | php-src-master/ext/bcmath/libbcmath/src/sub.c | /* sub.c: bcmath library file. */
/*
Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 2000 Philip A. Nelson
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Fre... | 2,493 | 29.790123 | 77 | c |
php-src | php-src-master/ext/bcmath/libbcmath/src/zero.c | /* zero.c: bcmath library file. */
/*
Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 2000 Philip A. Nelson
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Fr... | 1,876 | 26.202899 | 77 | c |
php-src | php-src-master/ext/bz2/bz2_arginfo.h | /* This is a generated file, edit the .stub.php file instead.
* Stub hash: ebd3dc9902075c276828c17dc7a1c3bdc5401f8e */
ZEND_BEGIN_ARG_INFO_EX(arginfo_bzopen, 0, 0, 2)
ZEND_ARG_INFO(0, file)
ZEND_ARG_TYPE_INFO(0, mode, IS_STRING, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_bzread, 0, 1, M... | 2,492 | 32.24 | 107 | h |
php-src | php-src-master/ext/bz2/bz2_filter.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 12,341 | 29.176039 | 128 | c |
php-src | php-src-master/ext/calendar/cal_unix.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 2,384 | 31.671233 | 122 | c |
php-src | php-src-master/ext/calendar/calendar_arginfo.h | /* This is a generated file, edit the .stub.php file instead.
* Stub hash: f45116785b01842f56ff923a54f65ab839b3dd61 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_cal_days_in_month, 0, 3, IS_LONG, 0)
ZEND_ARG_TYPE_INFO(0, calendar, IS_LONG, 0)
ZEND_ARG_TYPE_INFO(0, month, IS_LONG, 0)
ZEND_ARG_TYPE_INFO(0, year... | 6,107 | 41.416667 | 104 | h |
php-src | php-src-master/ext/calendar/dow.c | /* $selId: dow.c,v 2.0 1995/10/24 01:13:06 lees Exp $
* Copyright 1993-1995, Scott E. Lee, all rights reserved.
* Permission granted to use, copy, modify, distribute and sell so long as
* the above copyright and this permission statement are retained in all
* copies. THERE IS NO WARRANTY - USE AT YOUR OWN RISK.
*... | 1,415 | 20.134328 | 76 | c |
php-src | php-src-master/ext/calendar/easter.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 4,162 | 30.778626 | 115 | c |
php-src | php-src-master/ext/calendar/french.c | /* $selId: french.c,v 2.0 1995/10/24 01:13:06 lees Exp $
* Copyright 1993-1995, Scott E. Lee, all rights reserved.
* Permission granted to use, copy, modify, distribute and sell so long as
* the above copyright and this permission statement are retained in all
* copies. THERE IS NO WARRANTY - USE AT YOUR OWN RISK.... | 4,696 | 30.10596 | 76 | c |
php-src | php-src-master/ext/calendar/gregor.c | /* $selId: gregor.c,v 2.0 1995/10/24 01:13:06 lees Exp $
* Copyright 1993-1995, Scott E. Lee, all rights reserved.
* Permission granted to use, copy, modify, distribute and sell so long as
* the above copyright and this permission statement are retained in all
* copies. THERE IS NO WARRANTY - USE AT YOUR OWN RISK.... | 7,631 | 27.162362 | 76 | c |
php-src | php-src-master/ext/calendar/julian.c | /* $selId: julian.c,v 2.0 1995/10/24 01:13:06 lees Exp $
* Copyright 1993-1995, Scott E. Lee, all rights reserved.
* Permission granted to use, copy, modify, distribute and sell so long as
* the above copyright and this permission statement are retained in all
* copies. THERE IS NO WARRANTY - USE AT YOUR OWN RISK.... | 8,041 | 30.537255 | 78 | c |
php-src | php-src-master/ext/calendar/php_calendar.h | #ifndef PHP_CALENDAR_H
#define PHP_CALENDAR_H
extern zend_module_entry calendar_module_entry;
#define calendar_module_ptr &calendar_module_entry
#include "php_version.h"
#define PHP_CALENDAR_VERSION PHP_VERSION
/* Functions */
PHP_MINIT_FUNCTION(calendar);
PHP_MINFO_FUNCTION(calendar);
#define phpext_calendar_ptr ... | 746 | 21.636364 | 65 | h |
php-src | php-src-master/ext/calendar/sdncal.h | #ifndef SDNCAL_H
#define SDNCAL_H
/*
* This code has been modified for use with PHP
* by Shane Caraveo shane@caraveo.com
* see below for more details
*
*/
/* $selId: sdncal.h,v 2.0 1995/10/24 01:13:06 lees Exp $
* Copyright 1993-1995, Scott E. Lee, all rights reserved.
* Permission granted to use, copy, modify,... | 4,196 | 39.747573 | 76 | h |
php-src | php-src-master/ext/com_dotnet/com_extension_arginfo.h | /* This is a generated file, edit the .stub.php file instead.
* Stub hash: b91206482b5119ce6d7c899e9599acfa2e06ec2a */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_variant_set, 0, 2, IS_VOID, 0)
ZEND_ARG_OBJ_INFO(0, variant, variant, 0)
ZEND_ARG_TYPE_INFO(0, value, IS_MIXED, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_AR... | 14,102 | 38.284123 | 98 | h |
php-src | php-src-master/ext/com_dotnet/com_iterator.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 6,328 | 24.727642 | 94 | c |
php-src | php-src-master/ext/com_dotnet/com_misc.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 4,197 | 28.356643 | 92 | c |
php-src | php-src-master/ext/com_dotnet/com_olechar.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 4,876 | 30.668831 | 109 | c |
php-src | php-src-master/ext/com_dotnet/com_persist_arginfo.h | /* This is a generated file, edit the .stub.php file instead.
* Stub hash: d14d30fb232f08da37ba0df0b9186eb8bac5e1a4 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_COMPersistHelper___construct, 0, 0, 0)
ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, variant, variant, 1, "null")
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_... | 2,987 | 44.272727 | 120 | h |
php-src | php-src-master/ext/com_dotnet/com_saproxy.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 14,062 | 24.202509 | 115 | c |
php-src | php-src-master/ext/com_dotnet/com_typeinfo.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 18,575 | 27.666667 | 117 | c |
php-src | php-src-master/ext/com_dotnet/com_wrapper.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 16,409 | 24.560748 | 121 | c |
php-src | php-src-master/ext/com_dotnet/php_com_dotnet.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 2,022 | 35.125 | 78 | h |
php-src | php-src-master/ext/com_dotnet/php_com_dotnet_internal.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 6,039 | 39 | 115 | h |
php-src | php-src-master/ext/ctype/ctype.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 4,439 | 23.666667 | 97 | c |
php-src | php-src-master/ext/ctype/ctype_arginfo.h | /* This is a generated file, edit the .stub.php file instead.
* Stub hash: 155783e1858a7f24dbc1c3e810d5cffee5468bf7 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ctype_alnum, 0, 1, _IS_BOOL, 0)
ZEND_ARG_TYPE_INFO(0, text, IS_MIXED, 0)
ZEND_END_ARG_INFO()
#define arginfo_ctype_alpha arginfo_ctype_alnum
#define... | 1,611 | 27.785714 | 79 | h |
php-src | php-src-master/ext/ctype/php_ctype.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,282 | 35.657143 | 75 | h |
php-src | php-src-master/ext/curl/curl_file.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 4,566 | 29.046053 | 128 | c |
php-src | php-src-master/ext/curl/curl_private.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 4,714 | 27.065476 | 75 | h |
php-src | php-src-master/ext/curl/php_curl.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,808 | 39.2 | 75 | h |
php-src | php-src-master/ext/curl/share.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 4,533 | 25.057471 | 112 | c |
php-src | php-src-master/ext/date/lib/astro.h | /*
* The MIT License (MIT)
*
* Copyright (c) 2015-2019 Derick Rethans
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* ... | 4,144 | 54.266667 | 94 | h |
php-src | php-src-master/ext/date/lib/dow.c | /*
* The MIT License (MIT)
*
* Copyright (c) 2015-2019 Derick Rethans
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* ... | 6,307 | 28.069124 | 126 | c |
php-src | php-src-master/ext/date/lib/fallbackmap.h | { "sst", 0, -660 * 60, "Pacific/Apia" },
{ "hst", 0, -600 * 60, "Pacific/Honolulu" },
{ "akst", 0, -540 * 60, "America/Anchorage" },
{ "akdt", 1, -480 * 60, "America/Anchorage" },
{ "pst", 0, -480 * 60, "America/Los_Angeles" },
{ "pdt", 1, -420 * 60, "America/Los_Angeles" },
{ "mst", 0, -420 * 60, "A... | 1,973 | 44.906977 | 50 | h |
php-src | php-src-master/ext/date/lib/parse_iso_intervals.c | /* Generated by re2c 0.15.3 on Wed Sep 14 16:32:05 2022 */
#line 1 "ext/date/lib/parse_iso_intervals.re"
/*
* The MIT License (MIT)
*
* Copyright (c) 2015-2019 Derick Rethans
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the... | 24,024 | 21.794118 | 128 | c |
php-src | php-src-master/ext/date/lib/parse_posix.c | /*
* The MIT License (MIT)
*
* Copyright (c) 2021 MongoDB, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use... | 13,283 | 22.387324 | 115 | c |
php-src | php-src-master/ext/date/lib/timelib.c | /*
* The MIT License (MIT)
*
* Copyright (c) 2015-2019 Derick Rethans
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* ... | 10,688 | 26.835938 | 112 | c |
php-src | php-src-master/ext/date/lib/timelib_private.h | /*
* The MIT License (MIT)
*
* Copyright (c) 2015-2019 Derick Rethans
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* ... | 4,584 | 24.758427 | 110 | h |
php-src | php-src-master/ext/date/lib/unixtime2tm.c | /*
* The MIT License (MIT)
*
* Copyright (c) 2015-2021 Derick Rethans
* Copyright (c) 2021 MongoDB
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including wit... | 6,581 | 26.539749 | 107 | c |
php-src | php-src-master/ext/dba/dba_arginfo.h | /* This is a generated file, edit the .stub.php file instead.
* Stub hash: 1a02eaf9da45edb40720620e3beef43fd19dd520 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_dba_popen, 0, 0, 2)
ZEND_ARG_TYPE_INFO(0, path, IS_STRING, 0)
ZEND_ARG_TYPE_INFO(0, mode, IS_STRING, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, handler, IS_STRING, ... | 3,676 | 32.733945 | 95 | h |
php-src | php-src-master/ext/dba/dba_cdb.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 7,289 | 20.826347 | 93 | c |
php-src | php-src-master/ext/dba/dba_db3.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 5,210 | 21.269231 | 85 | c |
php-src | php-src-master/ext/dba/dba_db4.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 6,910 | 22.749141 | 88 | c |
php-src | php-src-master/ext/dba/dba_flatfile.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 3,892 | 21.119318 | 89 | c |
php-src | php-src-master/ext/dba/dba_gdbm.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 4,494 | 21.70202 | 86 | c |
php-src | php-src-master/ext/dba/dba_inifile.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 4,406 | 21.6 | 95 | c |
php-src | php-src-master/ext/dba/dba_lmdb.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundl... | 7,969 | 20.598916 | 111 | c |
php-src | php-src-master/ext/dba/dba_qdbm.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundl... | 3,871 | 20.274725 | 116 | c |
php-src | php-src-master/ext/dba/dba_tcadb.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 4,350 | 20.539604 | 91 | c |
php-src | php-src-master/ext/dba/php_dba.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 4,464 | 31.591241 | 89 | h |
php-src | php-src-master/ext/dba/php_tcadb.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,111 | 37.344828 | 75 | h |
php-src | php-src-master/ext/dba/libcdb/cdb.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,999 | 36.037037 | 75 | h |
php-src | php-src-master/ext/dba/libcdb/cdb_make.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 5,621 | 22.135802 | 98 | c |
php-src | php-src-master/ext/dba/libcdb/cdb_make.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,965 | 31.229508 | 80 | h |
php-src | php-src-master/ext/dba/libcdb/uint32.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,604 | 33.891304 | 75 | c |
php-src | php-src-master/ext/dba/libcdb/uint32.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,433 | 38.833333 | 75 | h |
php-src | php-src-master/ext/dba/libflatfile/flatfile.c | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 7,330 | 24.81338 | 91 | c |
php-src | php-src-master/ext/dba/libflatfile/flatfile.h | /*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | 1,644 | 35.555556 | 80 | h |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.