/PHP-5.3/win32/ |
H A D | php5dllts.rc2 | 14 #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 D | php5ts.rc2 | 14 #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 D | php5ts_cli.rc2 | 14 #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-5.3/Zend/ |
H A D | zend_modules.h | 108 #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-5.3/sapi/caudium/ |
H A D | config.m4 | 28 …if $PIKE -e 'float v; int rel;sscanf(version(), "Pike v%f release %d", v, rel);v += rel/10000.0; i… 51 …PIKE_TEST_VER=`$PIKE -e 'string v; int rel;sscanf(version(), "Pike v%s release %d", v, rel); write… 84 …PIKE_VERSION=`$PIKE -e 'string v; int rel;sscanf(version(), "Pike v%s release %d", v, rel); write(…
|
/PHP-5.3/ext/date/tests/ |
H A D | bug51096.phpt | 18 $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-5.3/ext/com_dotnet/ |
H A D | com_saproxy.c | 437 php_com_saproxy *proxy, *rel = NULL; in php_com_saproxy_create() local 443 rel = SA_FETCH(com_object); in php_com_saproxy_create() 444 proxy->obj = rel->obj; in php_com_saproxy_create() 445 proxy->zobj = rel->zobj; in php_com_saproxy_create() 446 proxy->dimensions += rel->dimensions; in php_com_saproxy_create() 455 if (rel) { in php_com_saproxy_create() 456 clone_indices(proxy, rel, rel->dimensions); in php_com_saproxy_create()
|
/PHP-5.3/ext/date/lib/ |
H A D | timelib.c | 62 timelib_rel_time* timelib_rel_time_clone(timelib_rel_time *rel) in timelib_rel_time_clone() argument 65 memcpy(tmp, rel, sizeof(timelib_rel_time)); in timelib_rel_time_clone()
|
H A D | parse_date.re | 120 …_ADJUST_RELATIVE_WEEKDAY() if (in->time.have_weekday_relative && (in.rel.d > 0)) { in.rel.d -= 7; }
|
H A D | parse_date.c | 122 …_ADJUST_RELATIVE_WEEKDAY() if (in->time.have_weekday_relative && (in.rel.d > 0)) { in.rel.d -= 7; }
|
/PHP-5.3/win32/build/ |
H A D | projectgen.js | 301 rel = "..\\..\\"; 303 rel = "..\\"; 312 ldflags = ldflags.replace(/(\.\.\\)/g, rel + "$1");
|
/PHP-5.3/ext/reflection/ |
H A D | php_reflection.c | 1042 if (dep->rel) { in _extension_string() 1043 string_printf(str, " %s", dep->rel); in _extension_string() 5052 dep->rel ? " " : "", in ZEND_METHOD() 5053 dep->rel ? dep->rel : "", in ZEND_METHOD()
|
/PHP-5.3/ext/pcre/pcrelib/testdata/ |
H A D | testoutput1 | 853 1: rel 856 1: rel 859 1: rel
|
/PHP-5.3/ext/fileinfo/ |
H A D | libmagic.patch | 1599 - /* plus (rel) link */
|
/PHP-5.3/ext/fileinfo/tests/ |
H A D | magic | 11748 0 beshort 000610 Tower/XP rel 2 object 11753 0 beshort 000615 Tower/XP rel 2 object 11758 0 beshort 000620 Tower/XP rel 3 object 11763 0 beshort 000625 Tower/XP rel 3 object
|
/PHP-5.3/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1188 to the configure command. These options naturally require that the rel- 7628 and subjects are (by default) checked for validity on entry to the rel-
|