Home
last modified time | relevance | path

Searched refs:NULL (Results 101 – 125 of 3683) sorted by relevance

12345678910>>...148

/PHP-5.3/ext/standard/
H A Dlink_win32.c93 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
121 if (pCreateSymbolicLinkA == NULL) { in PHP_FUNCTION()
122 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can't call CreateSymbolicLinkA"); in PHP_FUNCTION()
135 php_error_docref(NULL TSRMLS_CC, E_WARNING, "No such file or directory"); in PHP_FUNCTION()
143 php_error_docref(NULL TSRMLS_CC, E_WARNING, "No such file or directory"); in PHP_FUNCTION()
150 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to symlink to a URL"); in PHP_FUNCTION()
198 php_error_docref(NULL TSRMLS_CC, E_WARNING, "No such file or directory"); in PHP_FUNCTION()
205 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to link to a URL"); in PHP_FUNCTION()
218 ret = CreateHardLinkA(topath, frompath, NULL); in PHP_FUNCTION()
220 ret = CreateHardLinkA(dest_p, source_p, NULL); in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/standard/tests/array/
H A Darray_diff_key_variation1.phpt57 'uppercase NULL' => NULL,
106 NULL
109 NULL
114 NULL
117 NULL
122 NULL
125 NULL
130 NULL
133 NULL
138 NULL
[all …]
H A Darray_diff_key_variation2.phpt57 'uppercase NULL' => NULL,
107 NULL
110 NULL
115 NULL
118 NULL
123 NULL
126 NULL
131 NULL
134 NULL
139 NULL
[all …]
H A Darray_diff_ukey_variation1.phpt65 'uppercase NULL' => NULL,
114 NULL
117 NULL
122 NULL
125 NULL
130 NULL
133 NULL
138 NULL
141 NULL
146 NULL
[all …]
H A Darray_diff_ukey_variation2.phpt67 'uppercase NULL' => NULL,
118 NULL
121 NULL
126 NULL
129 NULL
134 NULL
137 NULL
142 NULL
145 NULL
150 NULL
[all …]
H A Darray_intersect_key_variation1.phpt61 'uppercase NULL' => NULL,
110 NULL
113 NULL
118 NULL
121 NULL
126 NULL
129 NULL
134 NULL
137 NULL
142 NULL
[all …]
H A Darray_intersect_key_variation2.phpt61 'uppercase NULL' => NULL,
111 NULL
114 NULL
119 NULL
122 NULL
127 NULL
130 NULL
135 NULL
138 NULL
143 NULL
[all …]
H A Darray_intersect_uassoc_variation1.phpt69 'uppercase NULL' => NULL,
119 NULL
122 NULL
127 NULL
130 NULL
135 NULL
138 NULL
143 NULL
146 NULL
151 NULL
[all …]
H A Darray_intersect_uassoc_variation2.phpt69 'uppercase NULL' => NULL,
119 NULL
122 NULL
127 NULL
130 NULL
135 NULL
138 NULL
143 NULL
146 NULL
151 NULL
[all …]
H A Darray_intersect_ukey_variation1.phpt66 'uppercase NULL' => NULL,
116 NULL
119 NULL
124 NULL
127 NULL
132 NULL
135 NULL
140 NULL
143 NULL
148 NULL
[all …]
H A Darray_intersect_ukey_variation2.phpt66 'uppercase NULL' => NULL,
116 NULL
119 NULL
124 NULL
127 NULL
132 NULL
135 NULL
140 NULL
143 NULL
148 NULL
[all …]
H A Darray_intersect_ukey_variation4.phpt67 'uppercase NULL' => NULL,
117 NULL
120 NULL
125 NULL
128 NULL
133 NULL
136 NULL
141 NULL
144 NULL
149 NULL
[all …]
H A Darray_map_variation10.phpt26 var_dump( array_map( create_function(NULL, 'return NULL;'), $array1));
81 NULL
88 NULL
95 NULL
101 NULL
103 NULL
105 NULL
110 NULL
112 NULL
114 NULL
[all …]
H A Darray_intersect_assoc_variation1.phpt116 NULL
119 NULL
123 NULL
126 NULL
130 NULL
133 NULL
137 NULL
140 NULL
144 NULL
147 NULL
[all …]
H A Darray_intersect_variation1.phpt115 NULL
118 NULL
122 NULL
125 NULL
129 NULL
132 NULL
136 NULL
139 NULL
143 NULL
146 NULL
[all …]
/PHP-5.3/ext/soap/
H A Dphp_schema.c71 enc_ptr = NULL; in create_encoder()
123 if (ns == NULL && new_tns != NULL) { in schema_load_file()
277 schema_group(ctx->sdl, tns, trav, NULL, NULL); in load_schema()
281 schema_element(ctx->sdl, tns, trav, NULL, NULL); in load_schema()
510 next = NULL; in schema_union()
1715 xmlAttrPtr attr, name, ref = NULL, type = NULL; in schema_attribute()
2047 if ((*tmp)->name != NULL && attr->name == NULL) { in schema_attribute_fixup()
2050 if ((*tmp)->namens != NULL && attr->namens == NULL) { in schema_attribute_fixup()
2053 if ((*tmp)->def != NULL && attr->def == NULL) { in schema_attribute_fixup()
2056 if ((*tmp)->fixed != NULL && attr->fixed == NULL) { in schema_attribute_fixup()
[all …]
H A Dsoap.c625 zend_hash_init(&defEnc, 0, NULL, NULL, 1); in php_soap_prepare_globals()
739 (zend_function *)&fe, NULL, NULL); in PHP_MINIT_FUNCTION()
912 zval *data = NULL, *actor = NULL; in PHP_METHOD()
955 …char *fault_string = NULL, *fault_code = NULL, *fault_actor = NULL, *name = NULL, *fault_code_ns =… in PHP_METHOD()
957 zval *code = NULL, *details = NULL, *headerfault = NULL; in PHP_METHOD()
1056 char *stype = NULL, *ns = NULL, *name = NULL, *namens = NULL; in PHP_METHOD()
1219 zval *wsdl = NULL, *options = NULL; in PHP_METHOD()
1742 soap_server_fault("Client", "Bad Request", NULL, NULL, NULL TSRMLS_CC);
3020 char *function, *location=NULL, *soap_action = NULL, *uri = NULL;
3618 if (sdl != NULL && function == NULL) {
[all …]
H A Dphp_xml.h25 #define get_attribute(node, name) get_attribute_ex(node, name, NULL)
26 #define get_node(node, name) get_node_ex(node, name, NULL)
28 …with_attribute(node, name, attr, val) get_node_with_attribute_ex(node, name, NULL, attr, val, NULL)
29 …sive(node, name, attr, val) get_node_with_attribute_recursive_ex(node, name, NULL, attr, val, NULL)
54 #define FOREACHATTRNODE(n,c,i) FOREACHATTRNODEEX(n,c,NULL,i)
57 if (n == NULL) { \
65 if (i != NULL) { \
68 #define FOREACHNODE(n,c,i) FOREACHNODEEX(n,c,NULL,i)
71 if (n == NULL) { \
75 i = get_node_ex(n,c,NULL); \
[all …]
/PHP-5.3/sapi/continuity/
H A Dcapi.c84 {NULL, NULL, NULL}
93 NULL,
94 NULL,
155 if (p == NULL) { in sapi_capi_header_handler()
249 if(value!=NULL) in sapi_capi_register_server_variables()
254 if (value != NULL) in sapi_capi_register_server_variables()
269 if (value != NULL) in sapi_capi_register_server_variables()
274 if (value != NULL) in sapi_capi_register_server_variables()
401 if (str != NULL) in capi_strdup()
403 return NULL; in capi_strdup()
[all …]
/PHP-5.3/
H A Dserver-tests-config.php12 '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
/PHP-5.3/ext/xmlreader/
H A Dphp_xmlreader.c300 return NULL; in _xmlreader_get_relaxNG()
304 return NULL; in _xmlreader_get_relaxNG()
332 NULL,
335 NULL,
336 NULL,
805 if (intern != NULL && intern->ptr != NULL) { in PHP_METHOD()
835 if (intern != NULL && intern->ptr != NULL) { in PHP_METHOD()
882 id = NULL; in PHP_METHOD()
1053 char *source, *uri = NULL, *encoding = NULL; in PHP_METHOD()
1065 id = NULL; in PHP_METHOD()
[all …]
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dqueue.c239 return NULL; in Q_Head()
264 return NULL; in Q_Tail()
396 return NULL; in Q_PopHead()
439 return NULL; in Q_PopTail()
480 return NULL; in Q_Next()
483 return NULL; in Q_Next()
510 return NULL; in Q_Previous()
513 return NULL; in Q_Previous()
527 return NULL; in Q_Iter_Del()
827 if(d != NULL) in Q_Sort()
[all …]
/PHP-5.3/ext/standard/tests/math/
H A Dsrand_basic.phpt12 // Should return NULL if given anything that it can convert to long
21 var_dump(srand(NULL));
26 NULL
27 NULL
28 NULL
29 NULL
30 NULL
31 NULL
32 NULL
33 NULL
/PHP-5.3/main/streams/
H A Dglob_wrapper.c67 return NULL; in _php_glob_stream_get_path()
89 return NULL; in _php_glob_stream_get_pattern()
265 NULL,
266 NULL,
267 NULL,
268 NULL,
271 NULL,
272 NULL,
273 NULL,
274 NULL
[all …]
/PHP-5.3/ext/dom/tests/
H A Dbug28721.phpt20 echo "NULL\n";
124 parent: NULL
156 parent: NULL
190 parent: NULL
222 parent: NULL
255 parent: NULL
287 parent: NULL
314 parent: NULL
366 parent: NULL
373 parent: NULL
[all …]

Completed in 94 milliseconds

12345678910>>...148