Home
last modified time | relevance | path

Searched refs:del (Results 1 – 25 of 25) sorted by relevance

/PHP-8.0/ext/soap/
H A Dphp_xml.c42 xmlNodePtr del = NULL; in cleanup_xml_node() local
46 if (del != NULL) { in cleanup_xml_node()
47 xmlUnlinkNode(del); in cleanup_xml_node()
48 xmlFreeNode(del); in cleanup_xml_node()
49 del = NULL; in cleanup_xml_node()
53 del = trav; in cleanup_xml_node()
57 del = trav; in cleanup_xml_node()
63 if (del != NULL) { in cleanup_xml_node()
64 xmlUnlinkNode(del); in cleanup_xml_node()
65 xmlFreeNode(del); in cleanup_xml_node()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_break.c37 …PHPDBG_BREAK_COMMAND_D(del, "delete breakpoint by identifier number", '~', …
48 PHPDBG_BREAK(del) /* {{{ */ in PHPDBG_BREAK() argument
H A Dphpdbg_break.h31 PHPDBG_BREAK(del);
/PHP-8.0/win32/build/
H A DMakefile152 @for %D in (_x $(EXT_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL
153 @for %D in (_x $(PECL_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL
155 -@del /F /Q $(BUILD_DIR)\$(PHPDLL)
160 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @del /F /Q %D\*.* > NUL
180 -del /f /q $(BUILD_DIR)\$(DIST_ZIP_SNAP)
181 -del /f /q $(BUILD_DIR)\$(DIST_ZIP_DEBUG_PACK)
182 -del /f /q $(BUILD_DIR)\$(DIST_ZIP_PECL)
183 -del /f /q $(BUILD_DIR)\$(DIST_ZIP_TEST_PACK)
209 -del /f /q $(BUILD_DIR)\$(DIST_ZIP_SNAP)
210 -del /f /q $(BUILD_DIR)\$(DIST_ZIP_DEBUG_PACK)
[all …]
H A DMakefile.phpize31 …-@del /f /q $(BUILD_DIR)\*.res $(BUILD_DIR)\*.manifest $(BUILD_DIR)\*.lib $(BUILD_DIR)\*.ilk $(BUI…
36 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @del /F /Q %D\*.* > NUL
37 …-@del /F /Q $(BUILD_DIR)\*.res $(BUILD_DIR)\*.lib $(BUILD_DIR)\*.ilk $(BUILD_DIR)\*.pdb $(BUILD_DI…
/PHP-8.0/sapi/phpdbg/tests/
H A Dbreakpoints_003.phpt5 b del 0
8 b del 1
/PHP-8.0/ext/opcache/jit/
H A DMakefile.frag.w322 @if exist $(BUILD_DIR)\\minilua.exe del $(BUILD_DIR)\\minilua.exe
6 @if exist ext\opcache\jit\zend_jit_x86.c del ext\opcache\jit\zend_jit_x86.c
/PHP-8.0/ext/ffi/tests/
H A Dlist.phpt52 function del(int $data) {
89 $dlist->del(3);
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_env.c89 int del = 0; in unsetenv() local
92 if (nvmatch(name, environ[ct]) != 0) del=ct; /* <--- WTF?! */ in unsetenv()
96 environ[del] = environ[ct-1]; in unsetenv()
/PHP-8.0/.github/scripts/windows/
H A Dbuild_task.bat21 if "%APPVEYOR%" equ "True" del /f /q C:\Windows\System32\libcrypto-1_1-x64.dll >NUL 2>NUL
23 if "%APPVEYOR%" equ "True" del /f /q C:\Windows\System32\libssl-1_1-x64.dll >NUL 2>NUL
H A Dtest_task.bat83 del /q *
86 del /q dict.zip
/PHP-8.0/ext/dba/
H A Ddba_db1.c132 return dba->dbp->del(dba->dbp, &gkey, 0) != RET_SUCCESS ? FAILURE : SUCCESS; in DBA_DELETE_FUNC()
H A Ddba_db2.c141 return dba->dbp->del(dba->dbp, NULL, &gkey, 0) ? FAILURE : SUCCESS; in DBA_DELETE_FUNC()
H A Ddba_db3.c176 return dba->dbp->del(dba->dbp, NULL, &gkey, 0) ? FAILURE : SUCCESS;
H A Ddba_db4.c219 return dba->dbp->del(dba->dbp, NULL, &gkey, 0) ? FAILURE : SUCCESS;
/PHP-8.0/ext/standard/tests/file/
H A Dfgetcsv_variation18.phpt72 $del = "+";
73 var_dump( fgetcsv($file_handle, 1024, $del) );
H A Dfgetcsv_variation12.phpt70 $del = "++";
73 var_dump( fgetcsv($file_handle, 1024, $del, $enc) );
H A Dfgetcsv_variation19.phpt69 $del = "++";
71 var_dump( fgetcsv($file_handle, 1024, $del) );
H A Dfgetcsv_variation8.phpt75 $del = "+";
77 var_dump( fgetcsv($file_handle, 1024, $del, $enc) );
H A Dfgetcsv_variation9.phpt78 $del = "+";
79 var_dump( fgetcsv($file_handle, 1024, $del, $enclosure) );
/PHP-8.0/sapi/litespeed/
H A Dlsapilib.c3810 char ** del = env; in unset_lsapi_envs() local
3812 *del = del[1]; in unset_lsapi_envs()
3813 while( *del++ ); in unset_lsapi_envs()
/PHP-8.0/ext/opcache/jit/dynasm/
H A Dminilua.c2822 static void read_string(LexState*ls,int del,SemInfo*seminfo){
2824 while(ls->current!=del){
/PHP-8.0/ext/standard/tests/misc/
H A Dbrowscap.ini4345 [Mozilla/5.0 (compatible; del.icio.us-thumbnails/*; *) KHTML/* (like Gecko)]
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます10991 # "Errore durante il caricamento del sistema operativo" nn=0xae for italian version
H A Dmagic10991 # "Errore durante il caricamento del sistema operativo" nn=0xae for italian version

Completed in 273 milliseconds