Home
last modified time | relevance | path

Searched refs:rel (Results 1 – 17 of 17) sorted by relevance

/PHP-7.1/win32/
H A Dphp7dllts.rc214 #define XSTRVER4(maj, min, rel, build) #maj "." #min "." #rel "." #build
15 #define XSTRVER3(maj, min, rel) #maj "." #min "." #rel
16 #define STRVER4(maj, min, rel, build) XSTRVER4(maj, min, rel, build)
17 #define STRVER3(maj, min, rel) XSTRVER3(maj, min, rel)
H A Dphp7ts.rc214 #define XSTRVER4(maj, min, rel, build) #maj "." #min "." #rel "." #build
15 #define XSTRVER3(maj, min, rel) #maj "." #min "." #rel
16 #define STRVER4(maj, min, rel, build) XSTRVER4(maj, min, rel, build)
17 #define STRVER3(maj, min, rel) XSTRVER3(maj, min, rel)
H A Dphp7ts_cli.rc214 #define XSTRVER4(maj, min, rel, build) #maj "." #min "." #rel "." #build
15 #define XSTRVER3(maj, min, rel) #maj "." #min "." #rel
16 #define STRVER4(maj, min, rel, build) XSTRVER4(maj, min, rel, build)
17 #define STRVER3(maj, min, rel) XSTRVER3(maj, min, rel)
/PHP-7.1/Zend/
H A Dzend_modules.h108 #define ZEND_MOD_REQUIRED_EX(name, rel, ver) { name, rel, ver, MODULE_DEP_REQUIRED }, argument
109 #define ZEND_MOD_CONFLICTS_EX(name, rel, ver) { name, rel, ver, MODULE_DEP_CONFLICTS }, argument
110 #define ZEND_MOD_OPTIONAL_EX(name, rel, ver) { name, rel, ver, MODULE_DEP_OPTIONAL }, argument
120 const char *rel; /* version relationship: NULL (exists), lt|le|eq|ge|gt (to given version) */ member
/PHP-7.1/ext/date/tests/
H A Dbug51096.phpt18 $rel = $result['relative'];
19 echo $test, "\n- month: ", $rel['month'], '; day: ', $rel['day'],
20 '; first-day-of: ', isset( $rel['first_day_of_month'] ) ? 'true' : 'false',
21 '; last-day-of: ', isset( $rel['last_day_of_month'] ) ? 'true' : 'false', "\n";
/PHP-7.1/ext/com_dotnet/
H A Dcom_saproxy.c426 php_com_saproxy *proxy, *rel = NULL; in php_com_saproxy_create() local
432 rel = SA_FETCH(com_object); in php_com_saproxy_create()
433 proxy->obj = rel->obj; in php_com_saproxy_create()
434 proxy->zobj = rel->zobj; in php_com_saproxy_create()
435 proxy->dimensions += rel->dimensions; in php_com_saproxy_create()
444 if (rel) { in php_com_saproxy_create()
445 clone_indices(proxy, rel, rel->dimensions); in php_com_saproxy_create()
/PHP-7.1/ext/date/lib/
H A Dtimelib.c85 timelib_rel_time* timelib_rel_time_clone(timelib_rel_time *rel) in timelib_rel_time_clone() argument
88 memcpy(tmp, rel, sizeof(timelib_rel_time)); in timelib_rel_time_clone()
H A Dparse_date.re127 …_ADJUST_RELATIVE_WEEKDAY() if (in->time.have_weekday_relative && (in.rel.d > 0)) { in.rel.d -= 7; }
H A Dparse_date.c129 …_ADJUST_RELATIVE_WEEKDAY() if (in->time.have_weekday_relative && (in.rel.d > 0)) { in.rel.d -= 7; }
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c1107 if (dep->rel) { in _extension_string()
1108 string_printf(str, " %s", dep->rel); in _extension_string()
6101 if (dep->rel) { in ZEND_METHOD()
6102 len += strlen(dep->rel) + 1; in ZEND_METHOD()
6112 dep->rel ? " " : "", in ZEND_METHOD()
6113 dep->rel ? dep->rel : "", in ZEND_METHOD()
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestoutput1855 1: rel
858 1: rel
861 1: rel
/PHP-7.1/ext/standard/tests/misc/
H A Duser_agents.txt51 Lynx/2.8.5rel.1 libwww-FM/2.15FC SSL-MM/1.4.1c OpenSSL/0.9.7e-dev
H A Dget_browser_variation3.phpt115 Agent Lynx/2.8.5rel.1 libwww-FM/2.15FC SSL-MM/1.4.1c OpenSSL/0.9.7e-dev
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch1934 - /* plus (rel) link */
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic15682 0 beshort 000610 Tower/XP rel 2 object
15687 0 beshort 000615 Tower/XP rel 2 object
15692 0 beshort 000620 Tower/XP rel 3 object
15697 0 beshort 000625 Tower/XP rel 3 object
H A Dmagic私はガラスを食べられます15682 0 beshort 000610 Tower/XP rel 2 object
15687 0 beshort 000615 Tower/XP rel 2 object
15692 0 beshort 000620 Tower/XP rel 3 object
15697 0 beshort 000625 Tower/XP rel 3 object
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt1222 to the configure command. These options naturally require that the rel-
8145 and subjects are (by default) checked for validity on entry to the rel-

Completed in 227 milliseconds