| /PHP_5_5/ext/date/lib/ |
| H A D | timezonemap.h | 1937 { "a", 0, 3600, NULL }, 1938 { "b", 0, 7200, NULL }, 1939 { "c", 0, 10800, NULL }, 1940 { "d", 0, 14400, NULL }, 1941 { "e", 0, 18000, NULL }, 1942 { "f", 0, 21600, NULL }, 1943 { "g", 0, 25200, NULL }, 1944 { "h", 0, 28800, NULL }, 1945 { "i", 0, 32400, NULL }, 1946 { "k", 0, 36000, NULL }, [all...] |
| /PHP_5_5/ext/ereg/regex/ |
| H A D | cclass.h | 29 {NULL, 0, ""}
|
| /PHP_5_5/ext/zip/lib/ |
| H A D | zip_fdopen.c | 53 return NULL; 56 if ((fp=fdopen(fd, "rb")) == NULL) { 59 return NULL; 63 return _zip_open(NULL, fp, flags, ZIP_AFL_RDONLY, zep);
|
| H A D | zip_get_archive_comment.c | 48 if (lenp != NULL) 53 if (lenp != NULL) 55 return NULL; 59 if (lenp != NULL)
|
| H A D | zip_get_num_entries.c | 45 if (za == NULL) 49 if (za->cdir == NULL)
|
| H A D | zip_get_num_files.c | 45 if (za == NULL)
|
| H A D | zip_new.c | 56 return NULL; 59 za->zn = NULL; 60 za->zp = NULL; 62 za->cdir = NULL; 63 za->ch_comment = NULL; 66 za->entry = NULL; 68 za->file = NULL; 70 za->default_password = NULL;
|
| H A D | zip_source_file.c | 49 if (za == NULL) 50 return NULL; 52 if (fname == NULL || len < -1) { 54 return NULL; 57 return _zip_source_file_or_p(za, fname, NULL, start, len, 1, NULL);
|
| H A D | zip_source_function.c | 49 if (za == NULL) 50 return NULL; 52 if ((zs=_zip_source_new(za)) == NULL) 53 return NULL; 69 if ((src=(struct zip_source *)malloc(sizeof(*src))) == NULL) { 71 return NULL; 74 src->src = NULL; 75 src->cb.f = NULL; 76 src->ud = NULL;
|
| H A D | zip_source_pop.c | 49 if (src == NULL) 50 return NULL; 54 if (lower == NULL) 58 (void)src->cb.l(src, src->ud, NULL, 0, ZIP_SOURCE_CLOSE); 59 (void)src->cb.l(src, src->ud, NULL, 0, ZIP_SOURCE_FREE);
|
| /PHP_5_5/ext/mbstring/libmbfl/filters/ |
| H A D | html_entities.c | 290 {NULL, -1} /* mark end of table */
|
| /PHP_5_5/ext/mbstring/libmbfl/mbfl/ |
| H A D | mbfilter_8bit.c | 41 static const char *mbfl_encoding_8bit_aliases[] = {"binary", NULL}; 48 NULL,
|
| H A D | mbfilter_wchar.c | 44 NULL, 45 NULL, 46 NULL,
|
| H A D | mbfl_language.c | 85 NULL 95 if (name == NULL) { 96 return NULL; 100 while ((language = mbfl_language_ptr_table[i++]) != NULL){ 107 while ((language = mbfl_language_ptr_table[i++]) != NULL){ 115 while ((language = mbfl_language_ptr_table[i++]) != NULL) { 116 if (language->aliases != NULL) { 118 while ((*language->aliases)[j] != NULL) { 127 return NULL; 137 while ((language = mbfl_language_ptr_table[i++]) != NULL){ [all...] |
| /PHP_5_5/Zend/ |
| H A D | zend_extensions.h | 106 #define STANDARD_ZEND_EXTENSION_PROPERTIES NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, -1 107 #define COMPAT_ZEND_EXTENSION_PROPERTIES NULL, NUL [all...] |
| H A D | zend_iterators.c | 29 NULL, /* prop read */ 30 NULL, /* prop write */ 31 NULL, /* read dim */ 32 NULL, /* write dim */ 33 NULL, 34 NULL, /* get */ 35 NULL, /* set */ 36 NULL, /* has prop */ 37 NULL, /* unset prop */ 38 NULL, /* ha [all...] |
| /PHP_5_5/ext/pdo_oci/ |
| H A D | pdo_oci.c | 50 STANDARD_MODULE_HEADER_EX, NULL, 59 NULL, 60 NULL, 87 OCIEnv *pdo_oci_Env = NULL; 96 OCIEnvCreate(&pdo_oci_Env, PDO_OCI_INIT_MODE, NULL, NULL, NULL, NULL, 0, NULL); 98 OCIInitialize(PDO_OCI_INIT_MODE, NULL, NUL [all...] |
| /PHP_5_5/ext/soap/ |
| H A D | php_packet_soap.c | 27 char* envelope_ns = NULL; 33 HashTable *hdrs = NULL; 46 add_soap_fault(this_ptr, "Client", "looks like we got no XML document", NULL, NULL TSRMLS_CC); 49 if (xmlGetIntSubset(response) != NULL) { 50 add_soap_fault(this_ptr, "Client", "DTD are not supported by SOAP", NULL, NULL TSRMLS_CC); 56 env = NULL; 58 while (trav != NULL) { 60 if (env == NULL [all...] |
| /PHP_5_5/ext/spl/ |
| H A D | spl_exceptions.c | 55 REGISTER_SPL_SUB_CLASS_EX(LogicException, Exception, NULL, NULL); 56 REGISTER_SPL_SUB_CLASS_EX(BadFunctionCallException, LogicException, NULL, NULL); 57 REGISTER_SPL_SUB_CLASS_EX(BadMethodCallException, BadFunctionCallException, NULL, NULL); 58 REGISTER_SPL_SUB_CLASS_EX(DomainException, LogicException, NULL, NULL); 59 REGISTER_SPL_SUB_CLASS_EX(InvalidArgumentException, LogicException, NULL, NULL); [all...] |
| /PHP_5_5/ext/standard/ |
| H A D | html_tables.h | 77 { NULL } 473 NULL, 1098 * the table and the default entity (maybe NULL) and the rest being 1118 const char *entity; /* may be NULL */ 1160 { {01, NULL , 0} }, 1398 { {01, NULL , 0} }, 1408 {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, [all...] |
| H A D | php_http.h | 32 #define php_url_encode_hash(ht, formstr) php_url_encode_hash_ex((ht), (formstr), NULL, 0, NULL, 0, NULL, 0, NULL TSRMLS_CC)
|
| /PHP_5_5/sapi/apache2handler/ |
| H A D | mod_php5.c | 32 NULL, /* create per-server config structure */ 33 NULL, /* merge per-server config structures */
|
| /PHP_5_5/ext/mysqlnd/ |
| H A D | mysqlnd_charset.c | 448 { 3, "dec8", "dec8_swedish_ci", 1, 1, "", NULL, NULL}, 449 { 4, "cp850", "cp850_general_ci", 1, 1, "", NULL, NULL}, 450 { 6, "hp8", "hp8_english_ci", 1, 1, "", NULL, NULL}, 451 { 7, "koi8r", "koi8r_general_ci", 1, 1, "", NULL, NULL}, 452 { 8, "latin1", "latin1_swedish_ci", 1, 1, "", NULL, NULL}, [all...] |
| /PHP_5_5/main/ |
| H A D | win32_internal_function_disabled.h | 33 static const char *function_name_5[] = {NULL}; 35 static const char *function_name_6[] = {"readlink", "symlink", NULL};
|
| /PHP_5_5/ |
| H A D | server-tests-config.php | 12 'TEST_PHP_SRCDIR' => NULL, 16 'TEST_PHP_EXECUTABLE' => NULL, 19 'PHPRC' => NULL, 37 'TEST_WEB_BASE_URL' => NULL, 51 'TEST_BASE_PATH' => NULL, 63 'TEST_PATHS' => NULL
|